HomeSort by relevance Sort by last modified time
    Searched refs:pointsCount (Results 1 - 3 of 3) sorted by null

  /external/skia/src/utils/win/
SkDWriteGeometrySink.h 38 virtual void STDMETHODCALLTYPE AddLines(const D2D1_POINT_2F *points, UINT pointsCount) SK_OVERRIDE;
SkDWriteGeometrySink.cpp 74 void STDMETHODCALLTYPE SkDWriteGeometrySink::AddLines(const D2D1_POINT_2F *points, UINT pointsCount) {
75 for (const D2D1_POINT_2F *end = &points[pointsCount]; points < end; ++points) {
  /frameworks/base/libs/hwui/
OpenGLRenderer.cpp     [all...]

Completed in 65 milliseconds