HomeSort by relevance Sort by last modified time
    Searched defs:CPDF_ClipPath (Results 1 - 2 of 2) 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); }

Completed in 115 milliseconds