HomeSort by relevance Sort by last modified time
    Searched defs:gHeight (Results 1 - 7 of 7) sorted by null

  /external/skia/tests/
ResourceCacheTest.cpp 16 static const int gHeight = 480;
22 const SkIRect size = SkIRect::MakeWH(gWidth, gHeight);
77 desc.fHeight = gHeight;
DrawBitmapRectTest.cpp 243 static const int gHeight = 256;
246 bm->setConfig(config, gWidth, gHeight);
DeferredCanvasTest.cpp 24 static const int gHeight = 2;
27 bm->setConfig(config, gWidth, gHeight);
277 SkIntToScalar(gHeight));
    [all...]
  /external/skia/gm/
hairmodes.cpp 32 const int gHeight = 64;
34 const SkScalar H = SkIntToScalar(gHeight);
53 SkScalar y = SkScalarSin(SkIntToScalar(angle) * (SK_ScalarPI * 2) / 24) * gHeight;
aarectmodes.cpp 79 const int gHeight = 64;
81 const SkScalar H = SkIntToScalar(gHeight);
tilemodes.cpp 170 static const int gHeight = 32;
174 makebm(&bm, SkBitmap::kARGB_8888_Config, gWidth, gHeight);
179 SkPoint pts[] = { { 0, 0 }, { SkIntToScalar(gWidth), SkIntToScalar(gHeight)} };
180 SkPoint center = { SkIntToScalar(gWidth)/2, SkIntToScalar(gHeight)/2 };
218 const SkScalar h = SkIntToScalar(gHeight);
  /frameworks/native/opengl/tests/gl_perf/
fill_common.cpp 24 static uint32_t gHeight = 0;
125 double pixels = (gWidth * gHeight) * count;

Completed in 2740 milliseconds