Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser.cpp57 const char kPathOperatorRectangle[] = "re"; variable
1606 if (strc[0] == kPathOperatorRectangle[0] && in ParsePathObject()
1607 strc[1] == kPathOperatorRectangle[1]) { in ParsePathObject()