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

  /external/pdfium/core/fpdfapi/page/
cpdf_path.cpp 15 const std::vector<FX_PATHPOINT>& CPDF_Path::GetPoints() const {
16 return m_Ref.GetObject()->GetPoints();
cpdf_path.h 27 const std::vector<FX_PATHPOINT>& GetPoints() const;
  /external/pdfium/core/fxge/
cfx_pathdata.h 46 const std::vector<FX_PATHPOINT>& GetPoints() const { return m_Points; }
47 std::vector<FX_PATHPOINT>& GetPoints() { return m_Points; }
cfx_font.cpp 85 std::vector<FX_PATHPOINT>& points = param->m_pPath->GetPoints();
604 if (pPath->GetPoints().empty())
cfx_pathdata.cpp 412 size_t new_path_size = NewPath->GetPoints().size();
cfx_renderdevice.cpp 519 const std::vector<FX_PATHPOINT>& pPoints = pPathData->GetPoints();
    [all...]
  /external/pdfium/xfa/fxgraphics/
cxfa_gepath.h 22 bool IsEmpty() const { return data_.GetPoints().empty(); }
  /external/pdfium/fpdfsdk/
fpdfeditpath.cpp 134 return pdfium::CollectionSize<int>(pPathObj->m_Path.GetPoints());
143 const std::vector<FX_PATHPOINT>& points = pPathObj->m_Path.GetPoints();
194 if (pPathObj->m_Path.GetPoints().empty())
fpdf_transformpage.cpp 233 const std::vector<FX_PATHPOINT>& pPoints = pPathData->GetPoints();
280 if (path.GetPoints().empty()) {
  /external/pdfium/fpdfsdk/pwl/
cpwl_edit.cpp 234 if (!path.GetPoints().empty()) {
264 if (!path.GetPoints().empty()) {
  /external/pdfium/core/fxge/win32/
fx_win32_device.cpp 172 const std::vector<FX_PATHPOINT>& pPoints = pPathData->GetPoints();
1009 (pPathData->GetPoints().size() == 5 ||
1010 pPathData->GetPoints().size() == 4) &&
    [all...]
cfx_psrenderer.cpp 173 size_t size = pPathData->GetPoints().size();
614 for (size_t p = 0; p < TransformedPath.GetPoints().size(); p++) {
fx_win32_gdipext.cpp     [all...]
  /external/pdfium/core/fpdfapi/edit/
cpdf_pagecontentgenerator.cpp 215 auto& pPoints = pPathObj->m_Path.GetPoints();
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp 580 void GetPoints(float p[4]) {
644 void GetPoints(std::vector<FX_PATHPOINT>& pPoints, size_t start_idx) {
647 x.GetPoints(p);
651 y.GetPoints(p);
770 std::vector<FX_PATHPOINT>& pPoints = path.GetPoints();
771 C1.GetPoints(pPoints, 0);
772 D2.GetPoints(pPoints, 3);
    [all...]
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 286 const std::vector<FX_PATHPOINT>& pPoints = pFPath->GetPoints();
955 if (pPathData->GetPoints().size() == 5 ||
956 pPathData->GetPoints().size() == 4) {
    [all...]
  /external/pdfium/core/fxge/agg/
fx_agg_driver.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msinkaut.h     [all...]

Completed in 298 milliseconds