Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfpdf_transformpage.cpp280 for (i = 0; i < pClipPath->GetPathCount(); i++) { in FPDFPage_InsertClipPath()
/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h92 FX_DWORD GetPathCount() const { return m_pObject->m_PathCount; } in GetPathCount() function
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_graph_state.cpp91 int count = GetPathCount(); in GetClipBox()
Dfpdf_page_parser_old.cpp1074 if (pObj->m_ClipPath.GetPathCount() != 1) { in Continue()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp628 int nClipPath = ClipPath.GetPathCount(); in ProcessClipPath()
683 int nClipPath = ClipPath.GetPathCount(); in DrawClipPath()