HomeSort by relevance Sort by last modified time
    Searched refs:CPDF_PathObject (Results 1 - 13 of 13) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_path.cpp 11 void CPDF_PathObject::CopyData(const CPDF_PageObject* pSrc)
13 const CPDF_PathObject* pSrcObj = (const CPDF_PathObject*)pSrc;
19 void CPDF_PathObject::Transform(const CPDF_Matrix& matrix)
24 void CPDF_PathObject::SetGraphState(CPDF_GraphState GraphState)
29 void CPDF_PathObject::CalcBoundingBox()
fpdf_page.cpp 18 return new CPDF_PathObject;
66 ((CPDF_PathObject*)this)->CalcBoundingBox();
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 28 class CPDF_PathObject;
615 class CPDF_PathObject : public CPDF_PageObject
619 CPDF_PathObject()
624 virtual ~CPDF_PathObject() {}
fpdf_render.h 22 class CPDF_PathObject;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
render_int.h 123 FX_BOOL ProcessPath(CPDF_PathObject* pPathObj, const CFX_AffineMatrix* pObj2Device);
124 void ProcessPathPattern(CPDF_PathObject* pPathObj, const CFX_AffineMatrix* pObj2Device, int& filltype, FX_BOOL& bStroke);
125 void DrawPathWithPattern(CPDF_PathObject* pPathObj, const CFX_AffineMatrix* pObj2Device, CPDF_Color* pColor, FX_BOOL bStroke);
128 FX_BOOL SelectClipPath(CPDF_PathObject* pPathObj, const CFX_AffineMatrix* pObj2Device, FX_BOOL bStroke);
fpdf_render.cpp 402 bRet = ProcessPath((CPDF_PathObject*)pObj, pObj2Device);
423 bRet = ProcessPath((CPDF_PathObject*)pObj, pObj2Device);
501 FX_BOOL CPDF_RenderStatus::ProcessPath(CPDF_PathObject* pPathObj, const CFX_AffineMatrix* pObj2Device)
700 FX_BOOL CPDF_RenderStatus::SelectClipPath(CPDF_PathObject* pPathObj, const CFX_AffineMatrix* pObj2Device, FX_BOOL bStroke)
    [all...]
fpdf_render_pattern.cpp     [all...]
fpdf_render_text.cpp 691 CPDF_PathObject path;
723 CPDF_PathObject path;
  /external/pdfium/fpdfsdk/src/
fpdfeditpage.cpp 155 CPDF_PathObject* pPathObj = (CPDF_PathObject*)pPageObj;
161 // CPDF_PathObject* pPathObj = (CPDF_PathObject*)pPageObj;
  /external/pdfium/core/src/fpdfdoc/
doc_annot.cpp 322 nonstd::unique_ptr<CPDF_PathObject> pPathObject(new CPDF_PathObject());
  /external/pdfium/core/src/reflow/
reflowedpage.h 49 void ProcessPathObject(CPDF_PathObject *pObj, FX_FLOAT reflowWidth);
layoutprocessor_reflow.cpp     [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_pageobjs.cpp 402 CPDF_PathObject* pPathObj = new CPDF_PathObject;

Completed in 583 milliseconds