Searched refs:pointsCount (Results 1 – 2 of 2) sorted by relevance
75 void STDMETHODCALLTYPE SkDWriteGeometrySink::AddLines(const D2D1_POINT_2F *points, UINT pointsCount… in AddLines() argument76 for (const D2D1_POINT_2F *end = &points[pointsCount]; points < end; ++points) { in AddLines()
38 void STDMETHODCALLTYPE AddLines(const D2D1_POINT_2F *points, UINT pointsCount) override;