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

  /external/pdfium/core/fpdfapi/page/
cpdf_path.cpp 7 #include "core/fpdfapi/page/cpdf_path.h"
9 CPDF_Path::CPDF_Path() {}
11 CPDF_Path::CPDF_Path(const CPDF_Path& that) : m_Ref(that.m_Ref) {}
13 CPDF_Path::~CPDF_Path() {}
15 const std::vector<FX_PATHPOINT>& CPDF_Path::GetPoints() const {
19 void CPDF_Path::ClosePath()
    [all...]
cpdf_path.h 18 class CPDF_Path {
20 CPDF_Path();
21 CPDF_Path(const CPDF_Path& that);
22 ~CPDF_Path();
37 void Append(const CPDF_Path& other, const CFX_Matrix* pMatrix);
cpdf_clippath.h 14 #include "core/fpdfapi/page/cpdf_path.h"
18 class CPDF_Path;
37 CPDF_Path GetPath(size_t i) const;
42 void AppendPath(CPDF_Path path, uint8_t type, bool bAutoMerge);
49 using PathAndTypeData = std::pair<CPDF_Path, uint8_t>;
cpdf_pathobject.h 11 #include "core/fpdfapi/page/cpdf_path.h"
29 CPDF_Path m_Path;
cpdf_clippath.cpp 11 #include "core/fpdfapi/page/cpdf_path.h"
26 CPDF_Path CPDF_ClipPath::GetPath(size_t i) const {
78 void CPDF_ClipPath::AppendPath(CPDF_Path path, uint8_t type, bool bAutoMerge) {
81 const CPDF_Path& old_path = pData->m_PathAndTypeList.back().first;
cpdf_contentparser.cpp 14 #include "core/fpdfapi/page/cpdf_path.h"
70 CPDF_Path ClipPath;
188 CPDF_Path ClipPath = pObj->m_ClipPath.GetPath(0);
  /external/pdfium/fpdfsdk/
fpdf_transformpage.cpp 16 #include "core/fpdfapi/page/cpdf_path.h"
215 CPDF_Path Path;
228 void OutputPath(std::ostringstream& buf, CPDF_Path path) {
279 CPDF_Path path = pClipPath->GetPath(i);

Completed in 67 milliseconds