Home
last modified time | relevance | path

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

12

/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.h25 const std::vector<FX_PATHPOINT>& GetPoints() const;
/external/pdfium/core/fxge/
Dcfx_pathdata.h49 const std::vector<FX_PATHPOINT>& GetPoints() const { return m_Points; } in GetPoints() function
50 std::vector<FX_PATHPOINT>& GetPoints() { return m_Points; } in GetPoints() function
Dcfx_font.cpp84 std::vector<FX_PATHPOINT>& points = param->m_pPath->GetPoints(); in Outline_CheckEmptyContour()
692 if (pPath->GetPoints().empty()) in LoadGlyphPathImpl()
Dcfx_pathdata.cpp423 size_t new_path_size = NewPath->GetPoints().size(); in GetZeroAreaPath()
Dcfx_renderdevice.cpp516 const std::vector<FX_PATHPOINT>& pPoints = pPathData->GetPoints(); in DrawPathWithBlend()
/external/pdfium/fpdfsdk/
Dfpdf_editpath.cpp75 return pdfium::CollectionSize<int>(pPathObj->path().GetPoints()); in FPDFPath_CountSegments()
84 const std::vector<FX_PATHPOINT>& points = pPathObj->path().GetPoints(); in FPDFPath_GetPathSegment()
140 if (cpath.GetPoints().empty()) in FPDFPath_Close()
Dfpdf_transformpage.cpp71 const std::vector<FX_PATHPOINT>& pPoints = pPathData->GetPoints(); in OutputPath()
339 pClipPath->GetPath(path_index).GetPoints()); in FPDFClipPath_CountPathSegments()
356 pClipPath->GetPath(path_index).GetPoints(); in FPDFClipPath_GetPathSegment()
397 if (path.GetPoints().empty()) { in FPDFPage_InsertClipPath()
/external/mesa3d/src/gallium/auxiliary/tessellator/
Dtessellator.hpp143 DOMAIN_POINT* GetPoints(); // Get CHWTessellator owned pointer to vertices (UV values).
403 …DOMAIN_POINT* GetPoints() {return CHWTessellator::GetPoints();} // Get CHLSLTessellator owned poin… in GetPoints() function in CHLSLTessellator
Dp_tessellator.cpp112 DOMAIN_POINT *points = SUPER::GetPoints(); in Tessellate()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dtessellator.hpp143 DOMAIN_POINT* GetPoints(); // Get CHWTessellator owned pointer to vertices (UV values).
403 …DOMAIN_POINT* GetPoints() {return CHWTessellator::GetPoints();} // Get CHLSLTessellator owned poin… in GetPoints() function in CHLSLTessellator
Dtessellator.h121 DOMAIN_POINT* pPoints = SUPER::GetPoints(); in Tessellate()
Dtessellator.cpp1591 DOMAIN_POINT* CHWTessellator::GetPoints() in GetPoints() function in CHWTessellator
/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/pdfium/core/fpdfapi/render/
Dcpdf_rendershading.cpp519 void GetPoints(float p[4]) { in GetPoints() function
583 void GetPoints(std::vector<FX_PATHPOINT>& pPoints, size_t start_idx) { in GetPoints() function
586 x.GetPoints(p); in GetPoints()
590 y.GetPoints(p); in GetPoints()
704 std::vector<FX_PATHPOINT>& pPoints = path.GetPoints(); in Draw()
705 C1.GetPoints(pPoints, 0); in Draw()
706 D2.GetPoints(pPoints, 3); in Draw()
/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.cpp155 const std::vector<FX_PATHPOINT>& pPoints = pPathData->GetPoints(); in SetPathToDC()
997 (pPathData->GetPoints().size() == 5 || in DrawPath()
998 pPathData->GetPoints().size() == 4) && in DrawPath()
1022 if (pPathData->GetPoints().size() == 2 && pGraphState && in DrawPath()
1089 if (pPathData->GetPoints().size() == 5) { in SetClip_PathFill()
Dcfx_psrenderer.cpp115 size_t size = pPathData->GetPoints().size(); in OutputPath()
547 for (size_t p = 0; p < TransformedPath.GetPoints().size(); p++) { in FindPSFontGlyph()
Dfx_win32_gdipext.cpp814 auto& pPoints = pPathData->GetPoints(); in DrawPath()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit.cpp194 if (!path.GetPoints().empty()) { in DrawThisAppearance()
222 if (!path.GetPoints().empty()) { in DrawThisAppearance()
/external/libchrome/ui/gfx/geometry/
Dcubic_bezier_unittest.cc201 TEST(CubicBezierTest, GetPoints) { in TEST() argument
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp316 const std::vector<FX_PATHPOINT>& pPoints = pFPath->GetPoints(); in BuildPath()
1031 if (pPathData->GetPoints().size() == 5 || in SetClipFill()
1032 pPathData->GetPoints().size() == 4) { in SetClipFill()
1950 if (pPathData->GetPoints().size() == 5 || in SetClip_PathFill()
1951 pPathData->GetPoints().size() == 4) { in SetClip_PathFill()
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.cpp351 const auto& pPoints = pPathObj->path().GetPoints(); in ProcessPath()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp1091 const std::vector<FX_PATHPOINT>& pPoints = pPathData->GetPoints(); in BuildPath()
1260 size_t size = pPathData->GetPoints().size(); in SetClip_PathFill()

12