Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser.cpp264 m_PathClipType(0), in CPDF_StreamContentParser()
1406 m_PathClipType = FXFILL_WINDING; in Handle_Clip()
1410 m_PathClipType = FXFILL_ALTERNATE; in Handle_EOClip()
1464 uint8_t PathClipType = m_PathClipType; in AddPathObject()
1465 m_PathClipType = 0; in AddPathObject()
Dcpdf_streamcontentparser.h218 uint8_t m_PathClipType; variable