Searched refs:gWidth (Results 1 - 8 of 8) sorted by relevance

/external/skia/tests/
H A DResourceCacheTest.cpp15 static const int gWidth = 640; variable
22 const SkIRect size = SkIRect::MakeWH(gWidth, gHeight);
76 desc.fWidth = gWidth;
H A DDrawBitmapRectTest.cpp303 static const int gWidth = 256; variable
307 bm->setConfig(config, gWidth, gHeight);
320 SkIRect srcR = { gWidth, 0, gWidth + 16, 16 };
H A DDeferredCanvasTest.cpp23 static const int gWidth = 2; variable
27 bm->setConfig(config, gWidth, gHeight);
276 fullRect.setXYWH(SkIntToScalar(0), SkIntToScalar(0), SkIntToScalar(gWidth),
/external/skia/gm/
H A Dhairmodes.cpp31 const int gWidth = 64; variable
33 const SkScalar W = SkIntToScalar(gWidth);
52 SkScalar x = SkScalarCos(SkIntToScalar(angle) * (SK_ScalarPI * 2) / 24) * gWidth;
H A Dtilemodes.cpp165 static const int gWidth = 32; variable
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);
H A Dtilemodes_scaled.cpp176 static const int gWidth = 32; variable
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);
H A Daarectmodes.cpp78 const int gWidth = 64; variable
80 const SkScalar W = SkIntToScalar(gWidth);
/external/sonivox/jet_tools/JetCreator/
H A DJetSegGraph.py227 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
[all...]

Completed in 195 milliseconds