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

  /external/skia/tests/
DrawBitmapRectTest.cpp 20 static const int gWidth = 256;
24 bm->setConfig(config, gWidth, gHeight);
37 SkIRect srcR = { gWidth, 0, gWidth + 16, 16 };
  /frameworks/base/opengl/tests/gl_perf/
filltest.cpp 38 gWidth = w;
fill_common.cpp 23 static uint32_t gWidth = 0;
125 double pixels = (gWidth * gHeight) * count;
  /external/skia/gm/
tilemodes.cpp 53 static const int gWidth = 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 55 static const int gWidth = 32;
66 makebm(&fTexture[i], gConfigs[i], gWidth, gHeight);
83 SkRect r = { 0, 0, SkIntToScalar(gWidth*2), SkIntToScalar(gHeight*2) };
  /external/sonivox/jet_tools/JetCreator/
JetSegGraph.py 227 gWidth, gHeight = self.GetSize()
228 gWidth = gWidth - (self.iEdges * 2)
229 step = int(gWidth / (self.iLengthInMeasures + .01))
292 if gWidth == 0:
295 iDiv = (gWidth)/18
328 till = gWidth * (self.iLocationInMs / self.iLengthInMs)
350 gWidth, gHeight = self.GetSize()
351 gWidth = gWidth - (self.iEdges * 2)
    [all...]
  /frameworks/base/opengl/tests/gl_perfapp/jni/
gl_code.cpp 68 gWidth = width;
  /external/skia/gpu/src/
app-android.cpp 251 static int gWidth;

Completed in 1328 milliseconds