Home
last modified time | relevance | path

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

/third_party/flutter/skia/samplecode/
DSampleRectanizer.cpp30 : fCurRandRect(0) in RectanizerView()
79 if (fCurRandRect < kNumRandRects) { in onDrawContent()
80 if (fRectanizers[fCurRectanizer]->addRect((*fCurRects)[fCurRandRect].fWidth, in onDrawContent()
81 (*fCurRects)[fCurRandRect].fHeight, in onDrawContent()
82 &fRectLocations[fCurRandRect])) { in onDrawContent()
83 ++fCurRandRect; in onDrawContent()
100 for (int i = 0; i < fCurRandRect; ++i) { in onDrawContent()
118 fCurRandRect, in onDrawContent()
138 int fCurRandRect; member in RectanizerView
157 fCurRandRect = 0; in cycleRectanizer()
[all …]
/third_party/skia/samplecode/
DSampleRectanizer.cpp30 : fCurRandRect(0) in RectanizerView()
79 if (fCurRandRect < kNumRandRects) { in onDrawContent()
80 if (fRectanizers[fCurRectanizer]->addRect((*fCurRects)[fCurRandRect].fWidth, in onDrawContent()
81 (*fCurRects)[fCurRandRect].fHeight, in onDrawContent()
82 &fRectLocations[fCurRandRect])) { in onDrawContent()
83 ++fCurRandRect; in onDrawContent()
100 for (int i = 0; i < fCurRandRect; ++i) { in onDrawContent()
118 fCurRandRect, in onDrawContent()
138 int fCurRandRect; member in RectanizerView
157 fCurRandRect = 0; in cycleRectanizer()
[all …]