Searched refs:kTileX (Results 1 – 4 of 4) sorted by relevance
/external/skia/gm/ |
D | rrects.cpp | 96 const SkRect kMaxTileBound = SkRect::MakeWH(SkIntToScalar(kTileX), in onDraw() 148 x = x + kTileX; in onDraw() 167 fRRects[0].setRect(SkRect::MakeWH(kTileX-2, kTileY-2)); in setUpRRects() 168 fRRects[1].setOval(SkRect::MakeWH(kTileX-2, kTileY-2)); in setUpRRects() 169 fRRects[2].setRectXY(SkRect::MakeWH(kTileX-2, kTileY-2), 10, 10); in setUpRRects() 170 fRRects[3].setRectXY(SkRect::MakeWH(kTileX-2, kTileY-2), 10, 5); in setUpRRects() 172 fRRects[4].setRectXY(SkRect::MakeWH(kTileX-2, kTileY-2), 1, 1); in setUpRRects() 173 fRRects[5].setRectXY(SkRect::MakeWH(kTileX-2, kTileY-2), 0.5f, 0.5f); in setUpRRects() 174 fRRects[6].setRectXY(SkRect::MakeWH(kTileX-2, kTileY-2), 0.2f, 0.2f); in setUpRRects() 179 fRRects[kNumSimpleCases+i].setRectRadii(SkRect::MakeWH(kTileX-2, kTileY-2), gRadii[i]); in setUpRRects() [all …]
|
/external/skqp/gm/ |
D | rrects.cpp | 82 const SkRect kMaxTileBound = SkRect::MakeWH(SkIntToScalar(kTileX), in onDraw() 134 x = x + kTileX; in onDraw() 152 fRRects[0].setRect(SkRect::MakeWH(kTileX-2, kTileY-2)); in setUpRRects() 153 fRRects[1].setOval(SkRect::MakeWH(kTileX-2, kTileY-2)); in setUpRRects() 154 fRRects[2].setRectXY(SkRect::MakeWH(kTileX-2, kTileY-2), 10, 10); in setUpRRects() 155 fRRects[3].setRectXY(SkRect::MakeWH(kTileX-2, kTileY-2), 10, 5); in setUpRRects() 157 fRRects[4].setRectXY(SkRect::MakeWH(kTileX-2, kTileY-2), 1, 1); in setUpRRects() 158 fRRects[5].setRectXY(SkRect::MakeWH(kTileX-2, kTileY-2), 0.5f, 0.5f); in setUpRRects() 159 fRRects[6].setRectXY(SkRect::MakeWH(kTileX-2, kTileY-2), 0.2f, 0.2f); in setUpRRects() 164 fRRects[kNumSimpleCases+i].setRectRadii(SkRect::MakeWH(kTileX-2, kTileY-2), gRadii[i]); in setUpRRects() [all …]
|
/external/libyuv/files/util/ |
D | yuvconvert.cc | 159 static const int kTileX = 32; variable 172 for (int x = 0; x < dst_width; x += kTileX) { in TileARGBScale() 173 int clip_width = kTileX; in TileARGBScale()
|
/external/libyuv/files/unit_test/ |
D | scale_argb_test.cc | 117 static const int kTileX = 8; variable 130 for (int x = 0; x < dst_width; x += kTileX) { in TileARGBScale() 131 int clip_width = kTileX; in TileARGBScale()
|