Home
last modified time | relevance | path

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

/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h26 class CPDF_Path; variable
36 class CPDF_Path : public CFX_CountRef<CFX_PathData> {
57 void Append(CPDF_Path src, const CFX_Matrix* pMatrix) { in Append()
81 CPDF_Path* m_pPathList;
94 CPDF_Path GetPath(int i) const { return m_pObject->m_pPathList[i]; } in GetPath()
104 void AppendPath(CPDF_Path path, int type, FX_BOOL bAutoMerge);
367 void AppendClipPath(CPDF_Path path, int type, FX_BOOL bAutoMerge);
502 CPDF_Path m_Path;
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_graph_state.cpp50 m_pPathList = new CPDF_Path[alloc_size]; in CPDF_ClipPathData()
80 m_pPathList = new CPDF_Path[alloc_size]; in SetCount()
126 void CPDF_ClipPath::AppendPath(CPDF_Path path, int type, FX_BOOL bAutoMerge) { in AppendPath()
129 CPDF_Path old_path = pData->m_pPathList[pData->m_PathCount - 1]; in AppendPath()
141 CPDF_Path* pNewPath = new CPDF_Path[pData->m_PathCount + 8]; in AppendPath()
Dfpdf_page_parser_old.cpp955 CPDF_Path ClipPath; in Start()
1080 CPDF_Path ClipPath = pObj->m_ClipPath.GetPath(0); in Continue()
Dfpdf_page_parser.cpp678 CPDF_Path ClipPath; in AddForm()
1454 CPDF_Path path; in AddPathObject()
1464 CPDF_Path Path; in AddPathObject()
Dfpdf_page.cpp44 void CPDF_PageObject::AppendClipPath(CPDF_Path path, in AppendClipPath()
/external/pdfium/fpdfsdk/src/
Dfpdf_transformpage.cpp214 CPDF_Path Path; in FPDF_CreateClipPath()
225 void OutputPath(CFX_ByteTextBuf& buf, CPDF_Path path) { in OutputPath()
281 CPDF_Path path = pClipPath->GetPath(i); in FPDFPage_InsertClipPath()
/external/pdfium/core/include/fxge/
Dfx_ge.h160 friend class CPDF_Path;