Searched refs:CPDF_Path (Results 1 – 7 of 7) sorted by relevance
26 class CPDF_Path; variable36 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;
50 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()
955 CPDF_Path ClipPath; in Start()1080 CPDF_Path ClipPath = pObj->m_ClipPath.GetPath(0); in Continue()
678 CPDF_Path ClipPath; in AddForm()1454 CPDF_Path path; in AddPathObject()1464 CPDF_Path Path; in AddPathObject()
44 void CPDF_PageObject::AppendClipPath(CPDF_Path path, in AppendClipPath()
214 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()
160 friend class CPDF_Path;