Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser.cpp101 m_PathClipType(0), in CPDF_StreamContentParser()
1394 m_PathClipType = FXFILL_WINDING; in Handle_Clip()
1397 m_PathClipType = FXFILL_ALTERNATE; in Handle_EOClip()
1449 int PathPointCount = m_PathPointCount, PathClipType = m_PathClipType; in AddPathObject()
1451 m_PathClipType = 0; in AddPathObject()
Dpageint.h260 int m_PathClipType; variable