Searched defs:kTileX (Results 1 - 3 of 3) sorted by relevance

/external/skia/gm/
H A Drrects.cpp78 const SkRect kMaxTileBound = SkRect::MakeWH(SkIntToScalar(kTileX),
135 x = x + kTileX;
149 // each RRect must fit in a 0x0 -> (kTileX-2)x(kTileY-2) block. These will be tiled across
150 // the screen in kTileX x kTileY tiles. The extra empty pixels on each side are for AA.
153 fRRects[0].setRect(SkRect::MakeWH(kTileX-2, kTileY-2));
154 fRRects[1].setOval(SkRect::MakeWH(kTileX-2, kTileY-2));
155 fRRects[2].setRectXY(SkRect::MakeWH(kTileX-2, kTileY-2), 10, 10);
156 fRRects[3].setRectXY(SkRect::MakeWH(kTileX-2, kTileY-2), 10, 5);
158 fRRects[4].setRectXY(SkRect::MakeWH(kTileX-2, kTileY-2), 1, 1);
159 fRRects[5].setRectXY(SkRect::MakeWH(kTileX
175 static constexpr int kTileX = 80; member in class:skiagm::RRectGM
[all...]
/external/libyuv/files/unit_test/
H A Dscale_argb_test.cc116 static const int kTileX = 8; member in namespace:libyuv
129 for (int x = 0; x < dst_width; x += kTileX) {
130 int clip_width = kTileX;
/external/libyuv/files/util/
H A Dconvert.cc158 static const int kTileX = 32; variable
171 for (int x = 0; x < dst_width; x += kTileX) {
172 int clip_width = kTileX;

Completed in 176 milliseconds