Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_clippath.cpp22 size_t CPDF_ClipPath::GetPathCount() const { in GetPathCount() function in CPDF_ClipPath
45 if (GetPathCount() > 0) { in GetClipBox()
47 for (size_t i = 1; i < GetPathCount(); ++i) { in GetClipBox()
Dcpdf_clippath.h36 size_t GetPathCount() const;
Dcpdf_contentparser.cpp183 if (pObj->m_ClipPath.GetPathCount() != 1) in Continue()
/external/pdfium/fpdfsdk/
Dfpdf_transformpage.cpp278 for (size_t i = 0; i < pClipPath->GetPathCount(); ++i) { in FPDFPage_InsertClipPath()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp1415 for (size_t i = 0; i < ClipPath.GetPathCount(); ++i) { in ProcessClipPath()