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

  /external/pdfium/core/fpdfapi/page/
cpdf_pathobject.h 15 class CPDF_PathObject : public CPDF_PageObject {
17 CPDF_PathObject();
18 ~CPDF_PathObject() override;
24 CPDF_PathObject* AsPath() override;
25 const CPDF_PathObject* AsPath() const override;
cpdf_pathobject.cpp 7 #include "core/fpdfapi/page/cpdf_pathobject.h"
9 CPDF_PathObject::CPDF_PathObject() : m_FillType(0), m_bStroke(false) {}
11 CPDF_PathObject::~CPDF_PathObject() {}
13 CPDF_PageObject::Type CPDF_PathObject::GetType() const {
17 void CPDF_PathObject::Transform(const CFX_Matrix& matrix) {
23 bool CPDF_PathObject::IsPath() const {
27 CPDF_PathObject* CPDF_PathObject::AsPath()
    [all...]
cpdf_pageobject.h 16 class CPDF_PathObject;
43 virtual CPDF_PathObject* AsPath();
44 virtual const CPDF_PathObject* AsPath() const;
cpdf_pageobject.cpp 41 CPDF_PathObject* CPDF_PageObject::AsPath() {
45 const CPDF_PathObject* CPDF_PageObject::AsPath() const {
  /external/pdfium/core/fpdfapi/edit/
cpdf_pagecontentgenerator.h 21 class CPDF_PathObject;
35 void ProcessPath(std::ostringstream* buf, CPDF_PathObject* pPathObj);
cpdf_pagecontentgenerator_unittest.cpp 14 #include "core/fpdfapi/page/cpdf_pathobject.h"
34 CPDF_PathObject* pPathObj) {
52 auto pPathObj = pdfium::MakeUnique<CPDF_PathObject>();
63 pPathObj = pdfium::MakeUnique<CPDF_PathObject>();
78 auto pPathObj = pdfium::MakeUnique<CPDF_PathObject>();
112 auto pPathObj = pdfium::MakeUnique<CPDF_PathObject>();
cpdf_pagecontentgenerator.cpp 18 #include "core/fpdfapi/page/cpdf_pathobject.h"
161 else if (CPDF_PathObject* pPathObj = pPageObj->AsPath())
210 CPDF_PathObject* pPathObj) {
  /external/pdfium/fpdfsdk/
fsdk_define.h 28 class CPDF_PathObject;
68 CPDF_PathObject* CPDFPathObjectFromFPDFPageObject(FPDF_PAGEOBJECT page_object);
fpdfeditpath.cpp 10 #include "core/fpdfapi/page/cpdf_pathobject.h"
40 auto pPathObj = pdfium::MakeUnique<CPDF_PathObject>();
50 auto pPathObj = pdfium::MakeUnique<CPDF_PathObject>();
fpdfeditpage.cpp 19 #include "core/fpdfapi/page/cpdf_pathobject.h"
70 CPDF_PathObject* pPathObj = pPageObj->AsPath();
fpdfview.cpp 19 #include "core/fpdfapi/page/cpdf_pathobject.h"
339 CPDF_PathObject* CPDFPathObjectFromFPDFPageObject(FPDF_PAGEOBJECT page_object) {
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.h 30 class CPDF_PathObject;
109 bool ProcessPath(CPDF_PathObject* pPathObj, const CFX_Matrix* pObj2Device);
110 void ProcessPathPattern(CPDF_PathObject* pPathObj,
114 void DrawPathWithPattern(CPDF_PathObject* pPathObj,
118 bool SelectClipPath(const CPDF_PathObject* pPathObj,
cpdf_renderstatus.cpp 29 #include "core/fpdfapi/page/cpdf_pathobject.h"
    [all...]

Completed in 1021 milliseconds