Home
last modified time | relevance | path

Searched refs:GetPoints (Results 1 – 19 of 19) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_pathdata.h46 const std::vector<FX_PATHPOINT>& GetPoints() const { return m_Points; } in GetPoints() function
47 std::vector<FX_PATHPOINT>& GetPoints() { return m_Points; } in GetPoints() function
Dcfx_font.cpp85 std::vector<FX_PATHPOINT>& points = param->m_pPath->GetPoints(); in Outline_CheckEmptyContour()
604 if (pPath->GetPoints().empty()) in LoadGlyphPathImpl()
Dcfx_pathdata.cpp412 size_t new_path_size = NewPath->GetPoints().size(); in GetZeroAreaPath()
Dcfx_renderdevice.cpp519 const std::vector<FX_PATHPOINT>& pPoints = pPathData->GetPoints(); in DrawPathWithBlend()
/external/pdfium/core/fpdfapi/page/
Dcpdf_path.cpp15 const std::vector<FX_PATHPOINT>& CPDF_Path::GetPoints() const { in GetPoints() function in CPDF_Path
16 return m_Ref.GetObject()->GetPoints(); in GetPoints()
Dcpdf_path.h27 const std::vector<FX_PATHPOINT>& GetPoints() const;
/external/pdfium/fpdfsdk/
Dfpdfeditpath.cpp134 return pdfium::CollectionSize<int>(pPathObj->m_Path.GetPoints()); in FPDFPath_CountSegments()
143 const std::vector<FX_PATHPOINT>& points = pPathObj->m_Path.GetPoints(); in FPDFPath_GetPathSegment()
194 if (pPathObj->m_Path.GetPoints().empty()) in FPDFPath_Close()
Dfpdf_transformpage.cpp233 const std::vector<FX_PATHPOINT>& pPoints = pPathData->GetPoints(); in OutputPath()
280 if (path.GetPoints().empty()) { in FPDFPage_InsertClipPath()
/external/dynamic_depth/includes/dynamic_depth/
Dpoint_cloud.h42 const std::vector<float>& GetPoints() const;
/external/pdfium/xfa/fxgraphics/
Dcxfa_gepath.h22 bool IsEmpty() const { return data_.GetPoints().empty(); } in IsEmpty()
/external/dynamic_depth/internal/dynamic_depth/
Dpoint_cloud.cc78 const std::vector<float>& PointCloud::GetPoints() const { return points_; } in GetPoints() function in dynamic_depth::PointCloud
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp172 const std::vector<FX_PATHPOINT>& pPoints = pPathData->GetPoints(); in SetPathToDC()
1009 (pPathData->GetPoints().size() == 5 || in DrawPath()
1010 pPathData->GetPoints().size() == 4) && in DrawPath()
1034 if (pPathData->GetPoints().size() == 2 && pGraphState && in DrawPath()
1096 if (pPathData->GetPoints().size() == 5) { in SetClip_PathFill()
Dcfx_psrenderer.cpp173 size_t size = pPathData->GetPoints().size(); in OutputPath()
614 for (size_t p = 0; p < TransformedPath.GetPoints().size(); p++) { in FindPSFontGlyph()
Dfx_win32_gdipext.cpp1154 auto& pPoints = pPathData->GetPoints(); in DrawPath()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit.cpp234 if (!path.GetPoints().empty()) { in DrawThisAppearance()
264 if (!path.GetPoints().empty()) { in DrawThisAppearance()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp580 void GetPoints(float p[4]) { in GetPoints() function
644 void GetPoints(std::vector<FX_PATHPOINT>& pPoints, size_t start_idx) { in GetPoints() function
647 x.GetPoints(p); in GetPoints()
651 y.GetPoints(p); in GetPoints()
770 std::vector<FX_PATHPOINT>& pPoints = path.GetPoints(); in Draw()
771 C1.GetPoints(pPoints, 0); in Draw()
772 D2.GetPoints(pPoints, 3); in Draw()
1420 if (pPathData->GetPoints().empty()) { in ProcessClipPath()
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.cpp215 auto& pPoints = pPathObj->m_Path.GetPoints(); in ProcessPath()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp286 const std::vector<FX_PATHPOINT>& pPoints = pFPath->GetPoints(); in BuildPath()
955 if (pPathData->GetPoints().size() == 5 || in SetClipFill()
956 pPathData->GetPoints().size() == 4) { in SetClipFill()
1814 if (pPathData->GetPoints().size() == 5 || in SetClip_PathFill()
1815 pPathData->GetPoints().size() == 4) { in SetClip_PathFill()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp1064 const std::vector<FX_PATHPOINT>& pPoints = pPathData->GetPoints(); in BuildPath()
1229 size_t size = pPathData->GetPoints().size(); in SetClip_PathFill()