Home | History | Annotate | Download | only in bench

Lines Matching refs:fTileRects

67     fTileRects.setReserve(xTiles * yTiles);
74 *fTileRects.append() = tileRect;
92 for (int i = 0; i < fTileRects.count(); ++i) {
95 SkIntToScalar(fTileRects[i].fLeft), SkIntToScalar(fTileRects[i].fTop));
100 fTileRects.rewind();
134 for (int j = 0; j < fTileRects.count(); ++j) {
136 trans.setTranslate(-fTileRects[j].fLeft/fScale,
137 -fTileRects[j].fTop/fScale);
143 for (int j = 0; j < fTileRects.count(); ++j) {
149 for (int j = 0; j < fTileRects.count(); ++j) {
150 const SkMatrix trans = SkMatrix::MakeTrans(-fTileRects[j].fLeft / fScale,
151 -fTileRects[j].fTop / fScale);
155 for (int j = 0; j < fTileRects.count(); ++j) {