OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gWidth
(Results
1 - 8
of
8
) sorted by null
/external/skia/tests/
ResourceCacheTest.cpp
15
static const int
gWidth
= 640;
22
const SkIRect size = SkIRect::MakeWH(
gWidth
, gHeight);
76
desc.fWidth =
gWidth
;
DrawBitmapRectTest.cpp
303
static const int
gWidth
= 256;
307
bm->setConfig(config,
gWidth
, gHeight);
320
SkIRect srcR = {
gWidth
, 0,
gWidth
+ 16, 16 };
DeferredCanvasTest.cpp
23
static const int
gWidth
= 2;
27
bm->setConfig(config,
gWidth
, gHeight);
276
fullRect.setXYWH(SkIntToScalar(0), SkIntToScalar(0), SkIntToScalar(
gWidth
),
[
all
...]
/external/skia/gm/
hairmodes.cpp
31
const int
gWidth
= 64;
33
const SkScalar W = SkIntToScalar(
gWidth
);
52
SkScalar x = SkScalarCos(SkIntToScalar(angle) * (SK_ScalarPI * 2) / 24) *
gWidth
;
aarectmodes.cpp
78
const int
gWidth
= 64;
80
const SkScalar W = SkIntToScalar(
gWidth
);
tilemodes.cpp
165
static const int
gWidth
= 32;
170
makebm(&bm, SkBitmap::kARGB_8888_Config,
gWidth
, gHeight);
175
SkPoint pts[] = { { 0, 0 }, { SkIntToScalar(
gWidth
), SkIntToScalar(gHeight)} };
176
SkPoint center = { SkIntToScalar(
gWidth
)/2, SkIntToScalar(gHeight)/2 };
177
SkScalar rad = SkIntToScalar(
gWidth
)/2;
213
const SkScalar w = SkIntToScalar(
gWidth
);
tilemodes_scaled.cpp
176
static const int
gWidth
= 32;
181
makebm(&bm, SkBitmap::kARGB_8888_Config,
gWidth
, gHeight);
186
SkPoint pts[] = { { 0, 0 }, { SkIntToScalar(
gWidth
), SkIntToScalar(gHeight)} };
187
SkPoint center = { SkIntToScalar(
gWidth
)/2, SkIntToScalar(gHeight)/2 };
188
SkScalar rad = SkIntToScalar(
gWidth
)/2;
224
const SkScalar w = SkIntToScalar(
gWidth
);
/frameworks/native/opengl/tests/gl_perf/
fill_common.cpp
23
static uint32_t
gWidth
= 0;
125
double pixels = (
gWidth
* gHeight) * count;
Completed in 80 milliseconds