Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleRectanizer.cpp30 : fCurRandRect(0) in RectanizerView()
84 if (fCurRandRect < kNumRandRects) { in onDrawContent()
85 if (fRectanizers[fCurRectanizer]->addRect((*fCurRects)[fCurRandRect].fWidth, in onDrawContent()
86 (*fCurRects)[fCurRandRect].fHeight, in onDrawContent()
87 &fRectLocations[fCurRandRect])) { in onDrawContent()
88 ++fCurRandRect; in onDrawContent()
105 for (int i = 0; i < fCurRandRect; ++i) { in onDrawContent()
123 fCurRandRect, in onDrawContent()
143 int fCurRandRect; member in RectanizerView
162 fCurRandRect = 0; in cycleRectanizer()
[all …]
/external/skqp/samplecode/
DSampleRectanizer.cpp30 : fCurRandRect(0) in RectanizerView()
84 if (fCurRandRect < kNumRandRects) { in onDrawContent()
85 if (fRectanizers[fCurRectanizer]->addRect((*fCurRects)[fCurRandRect].fWidth, in onDrawContent()
86 (*fCurRects)[fCurRandRect].fHeight, in onDrawContent()
87 &fRectLocations[fCurRandRect])) { in onDrawContent()
88 ++fCurRandRect; in onDrawContent()
105 for (int i = 0; i < fCurRandRect; ++i) { in onDrawContent()
123 fCurRandRect, in onDrawContent()
143 int fCurRandRect; member in RectanizerView
162 fCurRandRect = 0; in cycleRectanizer()
[all …]