Searched refs:kTileY (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/gm/
H A Drrects.cpp82 SkIntToScalar(kTileY));
148 y += kTileY;
153 y += kTileY;
159 // each RRect must fit in a 0x0 -> (kTileX-2)x(kTileY-2) block. These will be tiled across
160 // the screen in kTileX x kTileY tiles. The extra empty pixels on each side are for AA.
163 fRRects[0].setRect(SkRect::MakeWH(kTileX-2, kTileY-2));
164 fRRects[1].setOval(SkRect::MakeWH(kTileX-2, kTileY-2));
165 fRRects[2].setRectXY(SkRect::MakeWH(kTileX-2, kTileY-2), 10, 10);
166 fRRects[3].setRectXY(SkRect::MakeWH(kTileX-2, kTileY-2), 10, 5);
168 fRRects[4].setRectXY(SkRect::MakeWH(kTileX-2, kTileY
186 static const int kTileY = 40; member in class:skiagm::RRectGM
[all...]
/external/skia/gm/
H A Drrects.cpp82 SkIntToScalar(kTileY));
147 y += kTileY;
152 y += kTileY;
158 // each RRect must fit in a 0x0 -> (kTileX-2)x(kTileY-2) block. These will be tiled across
159 // the screen in kTileX x kTileY tiles. The extra empty pixels on each side are for AA.
162 fRRects[0].setRect(SkRect::MakeWH(kTileX-2, kTileY-2));
163 fRRects[1].setOval(SkRect::MakeWH(kTileX-2, kTileY-2));
164 fRRects[2].setRectXY(SkRect::MakeWH(kTileX-2, kTileY-2), 10, 10);
165 fRRects[3].setRectXY(SkRect::MakeWH(kTileX-2, kTileY-2), 10, 5);
167 fRRects[4].setRectXY(SkRect::MakeWH(kTileX-2, kTileY
185 static const int kTileY = 40; member in class:skiagm::RRectGM
[all...]
/external/chromium_org/third_party/libyuv/unit_test/
H A Dscale_argb_test.cc100 static const int kTileY = 8; member in namespace:libyuv
107 for (int y = 0; y < dst_height; y += kTileY) {
113 int clip_height = kTileY;
/external/chromium_org/third_party/libyuv/util/
H A Dconvert.cc159 static const int kTileY = 32; variable
166 for (int y = 0; y < dst_height; y += kTileY) {
172 int clip_height = kTileY;

Completed in 102 milliseconds