Searched refs:gHeight (Results 1 - 10 of 10) sorted by relevance

/external/skia/tests/
H A DDrawBitmapRectTest.cpp28 static const int gHeight = 256; variable
31 bm->setConfig(config, gWidth, gHeight);
H A DDeferredCanvasTest.cpp15 static const int gHeight = 2; variable
18 bm->setConfig(config, gWidth, gHeight);
58 SkIntToScalar(gHeight));
/external/skia/gm/
H A Dhairmodes.cpp44 const int gHeight = 64; variable
46 const SkScalar H = SkIntToScalar(gHeight);
65 SkScalar y = SkScalarSin(SkIntToScalar(angle) * (SK_ScalarPI * 2) / 24) * gHeight;
H A Dtilemodes.cpp61 static const int gHeight = 32; member in namespace:skiagm
70 makebm(&fTexture[i], gConfigs[i], gWidth, gHeight);
85 SkRect r = { 0, 0, SkIntToScalar(gWidth*2), SkIntToScalar(gHeight*2) };
H A Daarectmodes.cpp91 const int gHeight = 64; variable
93 const SkScalar H = SkIntToScalar(gHeight);
/external/skia/samplecode/
H A DSampleHairModes.cpp46 const int gHeight = 64; variable
48 const SkScalar H = SkIntToScalar(gHeight);
67 SkScalar y = SkScalarSin(SkIntToScalar(angle) * (SK_ScalarPI * 2) / 24) * gHeight;
H A DSampleAARectModes.cpp46 const int gHeight = 64; variable
48 const SkScalar H = SkIntToScalar(gHeight);
H A DSampleTiling.cpp63 static const int gHeight = 32; variable
74 makebm(&fTexture[i], gConfigs[i], gWidth, gHeight);
95 SkRect r = { 0, 0, SkIntToScalar(gWidth*2), SkIntToScalar(gHeight*2) };
/external/sonivox/jet_tools/JetCreator/
H A DJetSegGraph.py227 gWidth, gHeight = self.GetSize()
232 Marker.CalcCoord(step, gHeight, self.GetAColor)
257 Marker1.iHeight = gHeight / iOverlaps
331 dc.DrawRectangle(self.iEdges + iOffset, gHeight-6, till, 3)
350 gWidth, gHeight = self.GetSize()
356 dc.DrawRectangle(self.iEdges + iOffset, gHeight-6, till, 3)
/external/skia/src/gpu/
H A Dapp-android.cpp258 static int gHeight; variable

Completed in 29 milliseconds