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

  /external/skia/src/utils/win/
SkDWriteGeometrySink.h 38 void STDMETHODCALLTYPE AddLines(const D2D1_POINT_2F *points, UINT pointsCount) 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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1.h     [all...]

Completed in 252 milliseconds