Searched refs:AddLines (Results 1 – 5 of 5) sorted by relevance
38 void STDMETHODCALLTYPE AddLines(const D2D1_POINT_2F *points, UINT pointsCount) override;
75 void STDMETHODCALLTYPE SkDWriteGeometrySink::AddLines(const D2D1_POINT_2F *points, UINT pointsCount… in AddLines() function in SkDWriteGeometrySink
25 void AddLines(const std::vector<CFX_PointF>& points);
183 AddLines(points); in AddPolygon()192 void CFDE_Path::AddLines(const std::vector<CFX_PointF>& points) { in AddLines() function in CFDE_Path
249 path.AddLines(points); in DrawLines()