Home
last modified time | relevance | path

Searched refs:kNumRandRects (Results 1 – 2 of 2) sorted by relevance

/external/skia/samplecode/
DSampleRectanizer.cpp33 fRects[i].setReserve(kNumRandRects); in RectanizerView()
35 fRectLocations.setReserve(kNumRandRects); in RectanizerView()
38 for (int i = 0; i < kNumRandRects; ++i) { in RectanizerView()
84 if (fCurRandRect < kNumRandRects) { in onDrawContent()
124 kNumRandRects); in onDrawContent()
137 static const int kNumRandRects = 200; member in RectanizerView
/external/skqp/samplecode/
DSampleRectanizer.cpp33 fRects[i].setReserve(kNumRandRects); in RectanizerView()
35 fRectLocations.setReserve(kNumRandRects); in RectanizerView()
38 for (int i = 0; i < kNumRandRects; ++i) { in RectanizerView()
84 if (fCurRandRect < kNumRandRects) { in onDrawContent()
124 kNumRandRects); in onDrawContent()
137 static const int kNumRandRects = 200; member in RectanizerView