HomeSort by relevance Sort by last modified time
    Searched refs:GetPathCount (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/fpdfapi/page/
cpdf_clippath.cpp 22 size_t CPDF_ClipPath::GetPathCount() const {
45 if (GetPathCount() > 0) {
47 for (size_t i = 1; i < GetPathCount(); ++i) {
cpdf_clippath.h 36 size_t GetPathCount() const;
cpdf_contentparser.cpp 183 if (pObj->m_ClipPath.GetPathCount() != 1)
  /external/pdfium/fpdfsdk/
fpdf_transformpage.cpp 278 for (size_t i = 0; i < pClipPath->GetPathCount(); ++i) {
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp     [all...]

Completed in 102 milliseconds