Searched refs:pointsCount (Results 1 – 4 of 4) sorted by relevance
78 SK_STDMETHODIMP_(void) SkDWriteGeometrySink::AddLines(const D2D1_POINT_2F *points, UINT pointsCount… in SK_STDMETHODIMP_()79 for (const D2D1_POINT_2F *end = &points[pointsCount]; points < end; ++points) { in SK_STDMETHODIMP_()
50 SK_STDMETHODIMP_(void) AddLines(const D2D1_POINT_2F *points, UINT pointsCount) override;
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;