Home
last modified time | relevance | path

Searched refs:AddLines (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/utils/win/
DSkDWriteGeometrySink.h38 void STDMETHODCALLTYPE AddLines(const D2D1_POINT_2F *points, UINT pointsCount) override;
DSkDWriteGeometrySink.cpp75 void STDMETHODCALLTYPE SkDWriteGeometrySink::AddLines(const D2D1_POINT_2F *points, UINT pointsCount… in AddLines() function in SkDWriteGeometrySink
/external/pdfium/xfa/fde/
Dcfde_path.h25 void AddLines(const std::vector<CFX_PointF>& points);
Dcfde_path.cpp183 AddLines(points); in AddPolygon()
192 void CFDE_Path::AddLines(const std::vector<CFX_PointF>& points) { in AddLines() function in CFDE_Path
Dfde_gedevice.cpp249 path.AddLines(points); in DrawLines()