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

  /external/pdfium/core/fpdfapi/page/
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_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...]

Completed in 2374 milliseconds