Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleRectanizer.cpp29 : fCurRandRect(0) { in RectanizerView()
81 if (fCurRandRect < kNumRandRects) { in onDrawContent()
82 if (fCurRectanizer->addRect((*fCurRects)[fCurRandRect].fWidth, in onDrawContent()
83 (*fCurRects)[fCurRandRect].fHeight, in onDrawContent()
84 &fRectLocations[fCurRandRect])) { in onDrawContent()
85 ++fCurRandRect; in onDrawContent()
102 for (int i = 0; i < fCurRandRect; ++i) { in onDrawContent()
120 fCurRandRect, in onDrawContent()
142 int fCurRandRect; member in RectanizerView
165 fCurRandRect = 0; in cycleRectanizer()
[all …]