/external/pdfium/core/fpdfapi/page/ |
D | cpdf_path.cpp | 15 const std::vector<FX_PATHPOINT>& CPDF_Path::GetPoints() const { in GetPoints() function in CPDF_Path 16 return m_Ref.GetObject()->GetPoints(); in GetPoints()
|
D | cpdf_path.h | 25 const std::vector<FX_PATHPOINT>& GetPoints() const;
|
/external/pdfium/core/fxge/ |
D | cfx_pathdata.h | 49 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
|
D | cfx_font.cpp | 84 std::vector<FX_PATHPOINT>& points = param->m_pPath->GetPoints(); in Outline_CheckEmptyContour() 692 if (pPath->GetPoints().empty()) in LoadGlyphPathImpl()
|
D | cfx_pathdata.cpp | 423 size_t new_path_size = NewPath->GetPoints().size(); in GetZeroAreaPath()
|
D | cfx_renderdevice.cpp | 516 const std::vector<FX_PATHPOINT>& pPoints = pPathData->GetPoints(); in DrawPathWithBlend()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_editpath.cpp | 75 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()
|
D | fpdf_transformpage.cpp | 71 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/ |
D | tessellator.hpp | 143 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
|
D | p_tessellator.cpp | 112 DOMAIN_POINT *points = SUPER::GetPoints(); in Tessellate()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | tessellator.hpp | 143 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
|
D | tessellator.h | 121 DOMAIN_POINT* pPoints = SUPER::GetPoints(); in Tessellate()
|
D | tessellator.cpp | 1591 DOMAIN_POINT* CHWTessellator::GetPoints() in GetPoints() function in CHWTessellator
|
/external/dynamic_depth/includes/dynamic_depth/ |
D | point_cloud.h | 42 const std::vector<float>& GetPoints() const;
|
/external/pdfium/xfa/fxgraphics/ |
D | cxfa_gepath.h | 22 bool IsEmpty() const { return data_.GetPoints().empty(); } in IsEmpty()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_rendershading.cpp | 519 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/ |
D | point_cloud.cc | 78 const std::vector<float>& PointCloud::GetPoints() const { return points_; } in GetPoints() function in dynamic_depth::PointCloud
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 155 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()
|
D | cfx_psrenderer.cpp | 115 size_t size = pPathData->GetPoints().size(); in OutputPath() 547 for (size_t p = 0; p < TransformedPath.GetPoints().size(); p++) { in FindPSFontGlyph()
|
D | fx_win32_gdipext.cpp | 814 auto& pPoints = pPathData->GetPoints(); in DrawPath()
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_edit.cpp | 194 if (!path.GetPoints().empty()) { in DrawThisAppearance() 222 if (!path.GetPoints().empty()) { in DrawThisAppearance()
|
/external/libchrome/ui/gfx/geometry/ |
D | cubic_bezier_unittest.cc | 201 TEST(CubicBezierTest, GetPoints) { in TEST() argument
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 316 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/ |
D | cpdf_pagecontentgenerator.cpp | 351 const auto& pPoints = pPathObj->path().GetPoints(); in ProcessPath()
|
/external/pdfium/core/fxge/agg/ |
D | fx_agg_driver.cpp | 1091 const std::vector<FX_PATHPOINT>& pPoints = pPathData->GetPoints(); in BuildPath() 1260 size_t size = pPathData->GetPoints().size(); in SetClip_PathFill()
|