Home
last modified time | relevance | path

Searched refs:CPDF_Path (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h13 class CPDF_Path; variable
34 class CPDF_Path : public CFX_CountRef<CFX_PathData>
85 void Append(CPDF_Path src, const CFX_AffineMatrix* pMatrix) in Append()
115 CPDF_Path* m_pPathList;
132 CPDF_Path GetPath(int i) const in GetPath()
154 void AppendPath(CPDF_Path path, int type, FX_BOOL bAutoMerge);
469 void AppendClipPath(CPDF_Path path, int type, FX_BOOL bAutoMerge);
629 CPDF_Path m_Path;
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_graph_state.cpp59 m_pPathList = new CPDF_Path[alloc_size]; in CPDF_ClipPathData()
90 m_pPathList = new CPDF_Path[alloc_size]; in SetCount()
137 void CPDF_ClipPath::AppendPath(CPDF_Path path, int type, FX_BOOL bAutoMerge) in AppendPath()
141 CPDF_Path old_path = pData->m_pPathList[pData->m_PathCount - 1]; in AppendPath()
153 CPDF_Path* pNewPath = new CPDF_Path[pData->m_PathCount + 8]; in AppendPath()
Dfpdf_page_parser_old.cpp991 CPDF_Path ClipPath; in Start()
1115 CPDF_Path ClipPath = pObj->m_ClipPath.GetPath(0); in Continue()
Dfpdf_page_parser.cpp710 CPDF_Path ClipPath; in AddForm()
1515 CPDF_Path path; in AddPathObject()
1524 CPDF_Path Path; in AddPathObject()
Dfpdf_page.cpp47 void CPDF_PageObject::AppendClipPath(CPDF_Path path, int type, FX_BOOL bAutoMerge) in AppendClipPath()
/external/pdfium/fpdfsdk/src/
Dfpdf_transformpage.cpp205 CPDF_Path Path; in FPDF_CreateClipPath()
218 void OutputPath(CFX_ByteTextBuf& buf, CPDF_Path path) in OutputPath()
271 CPDF_Path path = pClipPath->GetPath(i); in FPDFPage_InsertClipPath()
/external/pdfium/core/src/reflow/
Dreflowedpage.h366 CPDF_Path m_pPathData;
/external/pdfium/core/include/fxge/
Dfx_ge.h213 friend class CPDF_Path;