Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_clippath.cpp77 void CPDF_ClipPath::AppendPath(CPDF_Path path, uint8_t type, bool bAutoMerge) { in AppendPath() function in CPDF_ClipPath
110 AppendPath(that.GetPath(i), that.GetClipType(i), /*bAutoMerge=*/false); in CopyClipPath()
Dcpdf_clippath.h42 void AppendPath(CPDF_Path path, uint8_t type, bool bAutoMerge);
Dcpdf_contentparser.cpp90 m_pParser->GetCurStates()->m_ClipPath.AppendPath(ClipPath, FXFILL_WINDING, in CPDF_ContentParser()
Dcpdf_streamcontentparser.cpp1460 m_pCurStates->m_ClipPath.AppendPath(path, FXFILL_WINDING, true); in AddPathObject()
1487 m_pCurStates->m_ClipPath.AppendPath(Path, PathClipType, true); in AddPathObject()
/external/pdfium/fpdfsdk/
Dfpdf_transformpage.cpp371 pNewClipPath->AppendPath(Path, FXFILL_ALTERNATE, false); in FPDF_CreateClipPath()