Searched refs:CPDF_Path (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_pageobj.h | 13 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/ |
D | fpdf_page_graph_state.cpp | 59 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()
|
D | fpdf_page_parser_old.cpp | 991 CPDF_Path ClipPath; in Start() 1115 CPDF_Path ClipPath = pObj->m_ClipPath.GetPath(0); in Continue()
|
D | fpdf_page_parser.cpp | 710 CPDF_Path ClipPath; in AddForm() 1515 CPDF_Path path; in AddPathObject() 1524 CPDF_Path Path; in AddPathObject()
|
D | fpdf_page.cpp | 47 void CPDF_PageObject::AppendClipPath(CPDF_Path path, int type, FX_BOOL bAutoMerge) in AppendClipPath()
|
/external/pdfium/fpdfsdk/src/ |
D | fpdf_transformpage.cpp | 205 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/ |
D | reflowedpage.h | 366 CPDF_Path m_pPathData;
|
/external/pdfium/core/include/fxge/ |
D | fx_ge.h | 213 friend class CPDF_Path;
|