Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfpdf_transformpage.cpp270 for (i = 0; i < pClipPath->GetPathCount(); i ++) { in FPDFPage_InsertClipPath()
/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h127 FX_DWORD GetPathCount() const in GetPathCount() function
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp629 int nClipPath = ClipPath.GetPathCount(); in ProcessClipPath()
686 int nClipPath = ClipPath.GetPathCount(); in DrawClipPath()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_graph_state.cpp102 int count = GetPathCount(); in GetClipBox()
Dfpdf_page_parser_old.cpp1109 if (pObj->m_ClipPath.GetPathCount() != 1) { in Continue()