Home
last modified time | relevance | path

Searched refs:GetPoints (Results 1 – 18 of 18) 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
/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/xfa/fde/
Dcfde_path.cpp17 const std::vector<FX_PATHPOINT>& points = m_Path.GetPoints(); in FigureClosed()
158 std::vector<FX_PATHPOINT>& points = m_Path.GetPoints(); in AddLine()
170 if (pSrc->m_Path.GetPoints().empty()) in AddPath()
/external/pdfium/xfa/fxgraphics/
Dcfx_path.h22 bool IsEmpty() const { return data_.GetPoints().empty(); } in IsEmpty()
/external/pdfium/fpdfsdk/
Dfpdf_transformpage.cpp240 const std::vector<FX_PATHPOINT>& pPoints = pPathData->GetPoints(); in OutputPath()
292 if (path.GetPoints().empty()) { in FPDFPage_InsertClipPath()
Dfpdfeditpath.cpp109 if (pPathObj->m_Path.GetPoints().empty()) in FPDFPath_Close()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp170 const std::vector<FX_PATHPOINT>& pPoints = pPathData->GetPoints(); in SetPathToDC()
1020 (pPathData->GetPoints().size() == 5 || in DrawPath()
1021 pPathData->GetPoints().size() == 4) && in DrawPath()
1045 if (pPathData->GetPoints().size() == 2 && pGraphState && in DrawPath()
1107 if (pPathData->GetPoints().size() == 5) { in SetClip_PathFill()
Dcfx_psrenderer.cpp113 size_t size = pPathData->GetPoints().size(); in OutputPath()
604 for (size_t p = 0; p < TransformedPath.GetPoints().size(); p++) { in FindPSFontGlyph()
Dfx_win32_gdipext.cpp1108 auto& pPoints = pPathData->GetPoints(); in DrawPath()
/external/pdfium/core/fxge/ge/
Dcfx_font.cpp87 std::vector<FX_PATHPOINT>& points = param->m_pPath->GetPoints(); in Outline_CheckEmptyContour()
669 if (pPath->GetPoints().empty()) in LoadGlyphPathImpl()
Dcfx_pathdata.cpp403 size_t new_path_size = NewPath->GetPoints().size(); in GetZeroAreaPath()
Dcfx_renderdevice.cpp491 const std::vector<FX_PATHPOINT>& pPoints = pPathData->GetPoints(); in DrawPathWithBlend()
/external/pdfium/fpdfsdk/pdfwindow/
DPWL_Edit.cpp350 if (!path.GetPoints().empty()) { in DrawThisAppearance()
380 if (!path.GetPoints().empty()) { in DrawThisAppearance()
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.cpp151 auto& pPoints = pPathObj->m_Path.GetPoints(); in ProcessPath()
/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()
747 std::vector<FX_PATHPOINT>& pPoints = path.GetPoints(); in Draw()
748 C1.GetPoints(pPoints, 0); in Draw()
749 D2.GetPoints(pPoints, 3); in Draw()
1387 if (pPathData->GetPoints().empty()) { in ProcessClipPath()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp276 const std::vector<FX_PATHPOINT>& pPoints = pPathData->GetPoints(); in BuildPath()
555 size_t size = pPathData->GetPoints().size(); in SetClip_PathFill()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp281 const std::vector<FX_PATHPOINT>& pPoints = pFPath->GetPoints(); in BuildPath()
1451 if (pPathData->GetPoints().size() == 5 || in SetClip_PathFill()
1452 pPathData->GetPoints().size() == 4) { in SetClip_PathFill()