OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kTileX
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libyuv/unit_test/
scale_argb_test.cc
99
static const int
kTileX
= 8;
108
for (int x = 0; x < dst_width; x +=
kTileX
) {
109
int clip_width =
kTileX
;
/external/chromium_org/third_party/skia/gm/
rrects.cpp
81
static const SkRect kMaxTileBound = SkRect::MakeWH(SkIntToScalar(
kTileX
),
145
x = x +
kTileX
;
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-2), 1, 1);
169
fRRects[5].setRectXY(SkRect::MakeWH(
kTileX
-2, kTileY-2), 0.5f, 0.5f)
[
all
...]
/external/chromium_org/third_party/libyuv/util/
convert.cc
158
static const int
kTileX
= 32;
167
for (int x = 0; x < dst_width; x +=
kTileX
) {
168
int clip_width =
kTileX
;
Completed in 39 milliseconds