Home | History | Annotate | Download | only in gm

Lines Matching refs:kTileX

93         static const SkRect kMaxTileBound = SkRect::MakeWH(SkIntToScalar(kTileX),
154 x = x + kTileX;
168 // each RRect must fit in a 0x0 -> (kTileX-2)x(kTileY-2) block. These will be tiled across
169 // the screen in kTileX x kTileY tiles. The extra empty pixels on each side are for AA.
172 fRRects[0].setRect(SkRect::MakeWH(kTileX-2, kTileY-2));
173 fRRects[1].setOval(SkRect::MakeWH(kTileX-2, kTileY-2));
174 fRRects[2].setRectXY(SkRect::MakeWH(kTileX-2, kTileY-2), 10, 10);
175 fRRects[3].setRectXY(SkRect::MakeWH(kTileX-2, kTileY-2), 10, 5);
177 fRRects[4].setRectXY(SkRect::MakeWH(kTileX-2, kTileY-2), 1, 1);
178 fRRects[5].setRectXY(SkRect::MakeWH(kTileX-2, kTileY-2), 0.5f, 0.5f);
179 fRRects[6].setRectXY(SkRect::MakeWH(kTileX-2, kTileY-2), 0.2f, 0.2f);
184 fRRects[kNumSimpleCases+i].setRectRadii(SkRect::MakeWH(kTileX-2, kTileY-2), gRadii[i]);
194 static const int kTileX = 80;