Searched refs:GetPoints (Results 1 – 18 of 18) sorted by relevance
46 const std::vector<FX_PATHPOINT>& GetPoints() const { return m_Points; } in GetPoints() function47 std::vector<FX_PATHPOINT>& GetPoints() { return m_Points; } in GetPoints() function
15 const std::vector<FX_PATHPOINT>& CPDF_Path::GetPoints() const { in GetPoints() function in CPDF_Path16 return m_Ref.GetObject()->GetPoints(); in GetPoints()
27 const std::vector<FX_PATHPOINT>& GetPoints() const;
17 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()
22 bool IsEmpty() const { return data_.GetPoints().empty(); } in IsEmpty()
240 const std::vector<FX_PATHPOINT>& pPoints = pPathData->GetPoints(); in OutputPath()292 if (path.GetPoints().empty()) { in FPDFPage_InsertClipPath()
109 if (pPathObj->m_Path.GetPoints().empty()) in FPDFPath_Close()
170 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()
113 size_t size = pPathData->GetPoints().size(); in OutputPath()604 for (size_t p = 0; p < TransformedPath.GetPoints().size(); p++) { in FindPSFontGlyph()
1108 auto& pPoints = pPathData->GetPoints(); in DrawPath()
87 std::vector<FX_PATHPOINT>& points = param->m_pPath->GetPoints(); in Outline_CheckEmptyContour()669 if (pPath->GetPoints().empty()) in LoadGlyphPathImpl()
403 size_t new_path_size = NewPath->GetPoints().size(); in GetZeroAreaPath()
491 const std::vector<FX_PATHPOINT>& pPoints = pPathData->GetPoints(); in DrawPathWithBlend()
350 if (!path.GetPoints().empty()) { in DrawThisAppearance()380 if (!path.GetPoints().empty()) { in DrawThisAppearance()
151 auto& pPoints = pPathObj->m_Path.GetPoints(); in ProcessPath()
580 void GetPoints(float p[4]) { in GetPoints() function644 void GetPoints(std::vector<FX_PATHPOINT>& pPoints, size_t start_idx) { in GetPoints() function647 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()
276 const std::vector<FX_PATHPOINT>& pPoints = pPathData->GetPoints(); in BuildPath()555 size_t size = pPathData->GetPoints().size(); in SetClip_PathFill()
281 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()