Searched refs:CPDF_Path (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_pageobj.h | 15 class CPDF_Path; variable 36 class CPDF_Path : public CFX_CountRef<CFX_PathData> 87 void Append(CPDF_Path src, const CFX_AffineMatrix* pMatrix) in Append() 117 CPDF_Path* m_pPathList; 134 CPDF_Path GetPath(int i) const in GetPath() 156 void AppendPath(CPDF_Path path, int type, FX_BOOL bAutoMerge); 471 void AppendClipPath(CPDF_Path path, int type, FX_BOOL bAutoMerge); 632 CPDF_Path m_Path;
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_graph_state.cpp | 37 FX_DELETE_VECTOR(m_pPathList, CPDF_Path, m_PathCount); in ~CPDF_ClipPathData() 61 FX_NEW_VECTOR(m_pPathList, CPDF_Path, alloc_size); in CPDF_ClipPathData() 93 FX_NEW_VECTOR(m_pPathList, CPDF_Path, alloc_size); in SetCount() 141 void CPDF_ClipPath::AppendPath(CPDF_Path path, int type, FX_BOOL bAutoMerge) in AppendPath() 145 CPDF_Path old_path = pData->m_pPathList[pData->m_PathCount - 1]; in AppendPath() 157 CPDF_Path* pNewPath; in AppendPath() 158 FX_NEW_VECTOR(pNewPath, CPDF_Path, pData->m_PathCount + 8); in AppendPath() 163 FX_DELETE_VECTOR(pData->m_pPathList, CPDF_Path, pData->m_PathCount); in AppendPath()
|
D | fpdf_page_parser_new.cpp | 652 CPDF_Path ClipPath; in Start() 753 CPDF_Path ClipPath = pObj->m_ClipPath.GetPath(0); in Continue()
|
D | fpdf_page_parser_old.cpp | 983 CPDF_Path ClipPath; in Start() 1111 CPDF_Path ClipPath = pObj->m_ClipPath.GetPath(0); in Continue()
|
D | fpdf_page_parser.cpp | 754 CPDF_Path ClipPath; in AddForm() 1609 CPDF_Path path; in AddPathObject() 1618 CPDF_Path Path; in AddPathObject()
|
D | fpdf_page.cpp | 48 void CPDF_PageObject::AppendClipPath(CPDF_Path path, int type, FX_BOOL bAutoMerge) in AppendClipPath()
|
/external/pdfium/fpdfsdk/src/ |
D | fpdf_transformpage.cpp | 207 CPDF_Path Path; in FPDF_CreateClipPath() 220 void OutputPath(CFX_ByteTextBuf& buf, CPDF_Path path) in OutputPath() 273 CPDF_Path path = pClipPath->GetPath(i); in FPDFPage_InsertClipPath()
|
/external/pdfium/core/src/reflow/ |
D | reflowedpage.h | 365 CPDF_Path m_pPathData;
|
/external/pdfium/core/include/fxge/ |
D | fx_ge.h | 217 friend class CPDF_Path;
|