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

  /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 58 static const int gWidth = 32;
80 makebm(&fTexture[i], gConfigs[i], gWidth, gHeight);
86 SkRect r = { 0, 0, SkIntToScalar(gWidth*2), SkIntToScalar(gHeight*2) };
154 makebm(&bm, SkBitmap::kARGB_8888_Config, gWidth, gHeight);
159 SkPoint pts[] = { { 0, 0 }, { SkIntToScalar(gWidth), SkIntToScalar(gHeight)} };
160 SkPoint center = { SkIntToScalar(gWidth)/2, SkIntToScalar(gHeight)/2 };
161 SkScalar rad = SkIntToScalar(gWidth)/2;
197 const SkScalar w = SkIntToScalar(gWidth);
  /external/skia/tests/
DeferredCanvasTest.cpp 15 static const int gWidth = 2;
19 bm->setConfig(config, gWidth, gHeight);
58 fullRect.setXYWH(SkIntToScalar(0), SkIntToScalar(0), SkIntToScalar(gWidth),
DrawBitmapRectTest.cpp 242 static const int gWidth = 256;
246 bm->setConfig(config, gWidth, gHeight);
259 SkIRect srcR = { gWidth, 0, gWidth + 16, 16 };
  /frameworks/native/opengl/tests/gl_perf/
fill_common.cpp 23 static uint32_t gWidth = 0;
125 double pixels = (gWidth * gHeight) * count;

Completed in 118 milliseconds