Home
last modified time | relevance | path

Searched refs:CPDF_PathObject (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_path.cpp11 void CPDF_PathObject::CopyData(const CPDF_PageObject* pSrc) in CopyData()
13 const CPDF_PathObject* pSrcObj = (const CPDF_PathObject*)pSrc; in CopyData()
19 void CPDF_PathObject::Transform(const CPDF_Matrix& matrix) in Transform()
24 void CPDF_PathObject::SetGraphState(CPDF_GraphState GraphState) in SetGraphState()
29 void CPDF_PathObject::CalcBoundingBox() in CalcBoundingBox()
Dfpdf_page.cpp18 return new CPDF_PathObject; in Create()
66 ((CPDF_PathObject*)this)->CalcBoundingBox(); in RecalcBBox()
Dfpdf_page_parser.cpp1531 CPDF_PathObject* pPathObj = new CPDF_PathObject; in AddPathObject()
/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h28 class CPDF_PathObject; variable
615 class CPDF_PathObject : public CPDF_PageObject
619 CPDF_PathObject() in CPDF_PathObject() function
624 virtual ~CPDF_PathObject() {} in ~CPDF_PathObject()
Dfpdf_render.h22 class CPDF_PathObject; variable
/external/pdfium/core/src/fpdfapi/fpdf_render/
Drender_int.h123 FX_BOOL ProcessPath(CPDF_PathObject* pPathObj, const CFX_AffineMatrix* pObj2Device);
124 …void ProcessPathPattern(CPDF_PathObject* pPathObj, const CFX_AffineMatrix* pObj2Device, int& fil…
125 …void DrawPathWithPattern(CPDF_PathObject* pPathObj, const CFX_AffineMatrix* pObj2Device, CPDF_Co…
128 …FX_BOOL SelectClipPath(CPDF_PathObject* pPathObj, const CFX_AffineMatrix* pObj2Device, FX_BOOL b…
Dfpdf_render.cpp402 bRet = ProcessPath((CPDF_PathObject*)pObj, pObj2Device); in ProcessObjectNoClip()
423 bRet = ProcessPath((CPDF_PathObject*)pObj, pObj2Device); in DrawObjWithBlend()
501 FX_BOOL CPDF_RenderStatus::ProcessPath(CPDF_PathObject* pPathObj, const CFX_AffineMatrix* pObj2Devi… in ProcessPath()
700 FX_BOOL CPDF_RenderStatus::SelectClipPath(CPDF_PathObject* pPathObj, const CFX_AffineMatrix* pObj2D… in SelectClipPath()
Dfpdf_render_pattern.cpp850 if (!SelectClipPath((CPDF_PathObject*)pPageObj, pObj2Device, bStroke)) { in DrawShadingPattern()
924 if (!SelectClipPath((CPDF_PathObject*)pPageObj, pObj2Device, bStroke)) { in DrawTilingPattern()
1084 void CPDF_RenderStatus::DrawPathWithPattern(CPDF_PathObject* pPathObj, const CFX_AffineMatrix* pObj… in DrawPathWithPattern()
1096 void CPDF_RenderStatus::ProcessPathPattern(CPDF_PathObject* pPathObj, const CFX_AffineMatrix* pObj2… in ProcessPathPattern()
Dfpdf_render_text.cpp691 CPDF_PathObject path; in DrawTextPathWithPattern()
723 CPDF_PathObject path; in DrawTextPathWithPattern()
/external/pdfium/fpdfsdk/src/
Dfpdfeditpage.cpp155 CPDF_PathObject* pPathObj = (CPDF_PathObject*)pPageObj; in FPDFPage_InsertObject()
/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp322 nonstd::unique_ptr<CPDF_PathObject> pPathObject(new CPDF_PathObject()); in GetBorder()
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_pageobjs.cpp402 CPDF_PathObject* pPathObj = new CPDF_PathObject; in AddRectToPageObjects()
/external/pdfium/core/src/reflow/
Dreflowedpage.h49 void ProcessPathObject(CPDF_PathObject *pObj, FX_FLOAT reflowWidth);
Dlayoutprocessor_reflow.cpp1549 void CPDF_LayoutProcessor_Reflow::ProcessPathObject(CPDF_PathObject *pObj, FX_FLOAT reflowWidth) in ProcessPathObject()