OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gHeight
(Results
1 - 5
of
5
) sorted by null
/external/skia/tests/
DrawBitmapRectTest.cpp
21
static const int
gHeight
= 256;
24
bm->setConfig(config, gWidth,
gHeight
);
/external/skia/gm/
tilemodes.cpp
54
static const int
gHeight
= 32;
63
makebm(&fTexture[i], gConfigs[i], gWidth,
gHeight
);
83
SkRect r = { 0, 0, SkIntToScalar(gWidth*2), SkIntToScalar(
gHeight
*2) };
/external/skia/samplecode/
SampleTiling.cpp
56
static const int
gHeight
= 32;
66
makebm(&fTexture[i], gConfigs[i], gWidth,
gHeight
);
83
SkRect r = { 0, 0, SkIntToScalar(gWidth*2), SkIntToScalar(
gHeight
*2) };
/frameworks/base/opengl/tests/gl_perf/
fill_common.cpp
24
static uint32_t
gHeight
= 0;
125
double pixels = (gWidth *
gHeight
) * count;
/external/skia/gpu/src/
app-android.cpp
252
static int
gHeight
;
Completed in 198 milliseconds