OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kTileY
(Results
1 - 3
of
3
) sorted by null
/external/skia/gm/
rrects.cpp
94
SkIntToScalar(
kTileY
));
157
y +=
kTileY
;
162
y +=
kTileY
;
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)
[
all
...]
/external/libyuv/files/util/
convert.cc
159
static const int
kTileY
= 32;
166
for (int y = 0; y < dst_height; y +=
kTileY
) {
172
int clip_height =
kTileY
;
/external/libyuv/files/unit_test/
scale_argb_test.cc
116
static const int
kTileY
= 8;
123
for (int y = 0; y < dst_height; y +=
kTileY
) {
129
int clip_height =
kTileY
;
Completed in 154 milliseconds