Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleRectanizer.cpp35 fRectLocations.setReserve(kNumRandRects); in RectanizerView()
45 *fRectLocations.append() = SkIPoint16::Make(0, 0); in RectanizerView()
87 &fRectLocations[fCurRandRect])) { in onDrawContent()
106 r = SkRect::MakeXYWH(SkIntToScalar(fRectLocations[i].fX), in onDrawContent()
107 SkIntToScalar(fRectLocations[i].fY), in onDrawContent()
146 SkTDArray<SkIPoint16> fRectLocations; member in RectanizerView
/external/skqp/samplecode/
DSampleRectanizer.cpp35 fRectLocations.setReserve(kNumRandRects); in RectanizerView()
45 *fRectLocations.append() = SkIPoint16::Make(0, 0); in RectanizerView()
87 &fRectLocations[fCurRandRect])) { in onDrawContent()
106 r = SkRect::MakeXYWH(SkIntToScalar(fRectLocations[i].fX), in onDrawContent()
107 SkIntToScalar(fRectLocations[i].fY), in onDrawContent()
146 SkTDArray<SkIPoint16> fRectLocations; member in RectanizerView