/external/pdfium/core/fxge/ |
D | cfx_pathdata.h | 46 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
|
D | cfx_font.cpp | 85 std::vector<FX_PATHPOINT>& points = param->m_pPath->GetPoints(); in Outline_CheckEmptyContour() 604 if (pPath->GetPoints().empty()) in LoadGlyphPathImpl()
|
D | cfx_pathdata.cpp | 412 size_t new_path_size = NewPath->GetPoints().size(); in GetZeroAreaPath()
|
D | cfx_renderdevice.cpp | 519 const std::vector<FX_PATHPOINT>& pPoints = pPathData->GetPoints(); in DrawPathWithBlend()
|
/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 | 27 const std::vector<FX_PATHPOINT>& GetPoints() const;
|
/external/pdfium/fpdfsdk/ |
D | fpdfeditpath.cpp | 134 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()
|
D | fpdf_transformpage.cpp | 233 const std::vector<FX_PATHPOINT>& pPoints = pPathData->GetPoints(); in OutputPath() 280 if (path.GetPoints().empty()) { in FPDFPage_InsertClipPath()
|
/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/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 | 172 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()
|
D | cfx_psrenderer.cpp | 173 size_t size = pPathData->GetPoints().size(); in OutputPath() 614 for (size_t p = 0; p < TransformedPath.GetPoints().size(); p++) { in FindPSFontGlyph()
|
D | fx_win32_gdipext.cpp | 1154 auto& pPoints = pPathData->GetPoints(); in DrawPath()
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_edit.cpp | 234 if (!path.GetPoints().empty()) { in DrawThisAppearance() 264 if (!path.GetPoints().empty()) { in DrawThisAppearance()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.cpp | 580 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/ |
D | cpdf_pagecontentgenerator.cpp | 215 auto& pPoints = pPathObj->m_Path.GetPoints(); in ProcessPath()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 286 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/ |
D | fx_agg_driver.cpp | 1064 const std::vector<FX_PATHPOINT>& pPoints = pPathData->GetPoints(); in BuildPath() 1229 size_t size = pPathData->GetPoints().size(); in SetClip_PathFill()
|