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

  /external/pdfium/core/fpdfapi/page/
cpdf_clippath.cpp 7 #include "core/fpdfapi/page/cpdf_clippath.h"
16 CPDF_ClipPath::CPDF_ClipPath() {}
18 CPDF_ClipPath::CPDF_ClipPath(const CPDF_ClipPath& that) : m_Ref(that.m_Ref) {}
20 CPDF_ClipPath::~CPDF_ClipPath() {}
22 size_t CPDF_ClipPath::GetPathCount() const {
26 CPDF_Path CPDF_ClipPath::GetPath(size_t i) const
    [all...]
cpdf_clippath.h 21 class CPDF_ClipPath {
23 CPDF_ClipPath();
24 CPDF_ClipPath(const CPDF_ClipPath& that);
25 ~CPDF_ClipPath();
31 bool operator==(const CPDF_ClipPath& that) const {
34 bool operator!=(const CPDF_ClipPath& that) const { return !(*this == that); }
cpdf_graphicstates.h 10 #include "core/fpdfapi/page/cpdf_clippath.h"
24 CPDF_ClipPath m_ClipPath;
  /external/pdfium/fpdfsdk/
fpdf_transformpage.cpp 13 #include "core/fpdfapi/page/cpdf_clippath.h"
218 auto pNewClipPath = pdfium::MakeUnique<CPDF_ClipPath>();
225 std::unique_ptr<CPDF_ClipPath>(static_cast<CPDF_ClipPath*>(clipPath));
277 CPDF_ClipPath* pClipPath = (CPDF_ClipPath*)clipPath;
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.h 13 #include "core/fpdfapi/page/cpdf_clippath.h"
65 void ProcessClipPath(const CPDF_ClipPath& ClipPath,
173 CPDF_ClipPath m_LastClipPath;
cpdf_renderstatus.cpp     [all...]

Completed in 92 milliseconds