HomeSort by relevance Sort by last modified time
    Searched refs:CPDF_PathObject (Results 1 - 11 of 11) 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() {}
11 CPDF_PathObject::~CPDF_PathObject() {}
13 CPDF_PageObject::Type CPDF_PathObject::GetType() const {
17 void CPDF_PathObject::Transform(const CFX_Matrix& matrix) {
22 bool CPDF_PathObject::IsPath() const {
26 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/fpdfsdk/
fpdfeditpath.cpp 8 #include "core/fpdfapi/page/cpdf_pathobject.h"
12 CPDF_PathObject* pPathObj = new CPDF_PathObject;
22 CPDF_PathObject* pPathObj = new CPDF_PathObject;
36 auto pPathObj = reinterpret_cast<CPDF_PathObject*>(path);
48 auto pPathObj = reinterpret_cast<CPDF_PathObject*>(path);
61 auto pPathObj = reinterpret_cast<CPDF_PathObject*>(path);
73 auto pPathObj = reinterpret_cast<CPDF_PathObject*>(path);
82 auto pPathObj = reinterpret_cast<CPDF_PathObject*>(path)
    [all...]
fpdfeditpage.cpp 19 #include "core/fpdfapi/page/cpdf_pathobject.h"
169 CPDF_PathObject* pPathObj = pPageObj->AsPath();
  /external/pdfium/core/fpdfapi/edit/
cpdf_pagecontentgenerator.h 19 class CPDF_PathObject;
32 void ProcessPath(CFX_ByteTextBuf* buf, CPDF_PathObject* pPathObj);
cpdf_pagecontentgenerator_unittest.cpp 10 #include "core/fpdfapi/page/cpdf_pathobject.h"
25 CPDF_PathObject* pPathObj) {
43 auto pPathObj = pdfium::MakeUnique<CPDF_PathObject>();
54 pPathObj = pdfium::MakeUnique<CPDF_PathObject>();
69 auto pPathObj = pdfium::MakeUnique<CPDF_PathObject>();
103 auto pPathObj = pdfium::MakeUnique<CPDF_PathObject>();
cpdf_pagecontentgenerator.cpp 18 #include "core/fpdfapi/page/cpdf_pathobject.h"
66 else if (CPDF_PathObject* pPathObj = pPageObj->AsPath())
149 CPDF_PathObject* pPathObj) {
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.h 29 class CPDF_PathObject;
87 bool ProcessPath(CPDF_PathObject* pPathObj, const CFX_Matrix* pObj2Device);
88 void ProcessPathPattern(CPDF_PathObject* pPathObj,
92 void DrawPathWithPattern(CPDF_PathObject* pPathObj,
104 bool SelectClipPath(const CPDF_PathObject* pPathObj,
cpdf_renderstatus.cpp 26 #include "core/fpdfapi/page/cpdf_pathobject.h"
    [all...]

Completed in 77 milliseconds