Home | History | Annotate | Download | only in bench

Lines Matching refs:fTileRects

54     fTileRects.setReserve(xTiles * yTiles);
61 *fTileRects.append() = tileRect;
79 for (int i = 0; i < fTileRects.count(); ++i) {
82 SkIntToScalar(fTileRects[i].fLeft), SkIntToScalar(fTileRects[i].fTop));
87 fTileRects.rewind();
113 for (int j = 0; j < fTileRects.count(); ++j) {
115 trans.setTranslate(-fTileRects[j].fLeft/fScale,
116 -fTileRects[j].fTop/fScale);
122 for (int j = 0; j < fTileRects.count(); ++j) {
128 for (int j = 0; j < fTileRects.count(); ++j) {
129 const SkMatrix trans = SkMatrix::MakeTrans(-fTileRects[j].fLeft / fScale,
130 -fTileRects[j].fTop / fScale);
134 for (int j = 0; j < fTileRects.count(); ++j) {