Home
last modified time | relevance | path

Searched refs:fRectLocations (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/samplecode/
H A DSampleRectanizer.cpp35 fRectLocations.setReserve(kNumRandRects); in RectanizerView()
45 *fRectLocations.append() = SkIPoint16::Make(0, 0); in RectanizerView()
82 &fRectLocations[fCurRandRect])) {
101 r = SkRect::MakeXYWH(SkIntToScalar(fRectLocations[i].fX),
102 SkIntToScalar(fRectLocations[i].fY),
141 SkTDArray<SkIPoint16> fRectLocations; member in RectanizerView

Completed in 1 milliseconds