HomeSort by relevance Sort by last modified time
    Searched refs:fRectLocations (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/samplecode/
SampleRectanizer.cpp 33 fRectLocations.setReserve(kNumRandRects);
43 *fRectLocations.append() = SkIPoint16::Make(0, 0);
84 &fRectLocations[fCurRandRect])) {
103 r = SkRect::MakeXYWH(SkIntToScalar(fRectLocations[i].fX),
104 SkIntToScalar(fRectLocations[i].fY),
145 SkTDArray<SkIPoint16> fRectLocations;
  /external/skia/samplecode/
SampleRectanizer.cpp 33 fRectLocations.setReserve(kNumRandRects);
43 *fRectLocations.append() = SkIPoint16::Make(0, 0);
84 &fRectLocations[fCurRandRect])) {
103 r = SkRect::MakeXYWH(SkIntToScalar(fRectLocations[i].fX),
104 SkIntToScalar(fRectLocations[i].fY),
145 SkTDArray<SkIPoint16> fRectLocations;

Completed in 192 milliseconds