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

  /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/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...]

Completed in 440 milliseconds