Searched refs:fCurRandRect (Results 1 – 2 of 2) sorted by relevance
30 : 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 RectanizerView157 fCurRandRect = 0; in cycleRectanizer()[all …]