Home
last modified time | relevance | path

Searched refs:kPathOperatorRectangle (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_streamcontentparser.cpp69 const char kPathOperatorRectangle[] = "re"; variable
1651 if (strc[0] == kPathOperatorRectangle[0] && in ParsePathObject()
1652 strc[1] == kPathOperatorRectangle[1]) { in ParsePathObject()