Searched defs:CPDF_ClipPath (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/fpdfapi/page/
H A Dcpdf_clippath.h22 class CPDF_ClipPath { class
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); }
H A Dcpdf_clippath.cpp17 CPDF_ClipPath::CPDF_ClipPath() {} function in class:CPDF_ClipPath
19 CPDF_ClipPath::CPDF_ClipPath(const CPDF_ClipPath& that) : m_Ref(that.m_Ref) {} function in class:CPDF_ClipPath
21 CPDF_ClipPath::~CPDF_ClipPath() {}
23 uint32_t CPDF_ClipPath::GetPathCount() const {
27 CPDF_Path CPDF_ClipPath::GetPath(size_t i) const {
31 uint8_t CPDF_ClipPath
[all...]

Completed in 187 milliseconds