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"
17 CPDF_ClipPath::CPDF_ClipPath() {}
19 CPDF_ClipPath::CPDF_ClipPath(const CPDF_ClipPath& that) : m_Ref(that.m_Ref) {}
21 CPDF_ClipPath::~CPDF_ClipPath() {}
23 uint32_t CPDF_ClipPath::GetPathCount() const {
27 CPDF_Path CPDF_ClipPath::GetPath(size_t i) const
    [all...]
cpdf_clippath.h 22 class CPDF_ClipPath {
24 CPDF_ClipPath();
25 CPDF_ClipPath(const CPDF_ClipPath& that);
26 ~CPDF_ClipPath();
32 bool operator==(const CPDF_ClipPath& that) const {
35 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/core/fpdfapi/render/
cpdf_renderstatus.h 13 #include "core/fpdfapi/page/cpdf_clippath.h"
79 void ProcessClipPath(CPDF_ClipPath ClipPath, const CFX_Matrix* pObj2Device);
163 CPDF_ClipPath m_LastClipPath;
cpdf_renderstatus.cpp     [all...]
  /external/pdfium/fpdfsdk/
fpdf_transformpage.cpp 11 #include "core/fpdfapi/page/cpdf_clippath.h"
226 CPDF_ClipPath* pNewClipPath = new CPDF_ClipPath();
232 delete (CPDF_ClipPath*)clipPath;
287 CPDF_ClipPath* pClipPath = (CPDF_ClipPath*)clipPath;

Completed in 86 milliseconds