Home | History | Annotate | Download | only in JetCreator

Lines Matching refs:step

67     def CalcCoord(self, step, height, ColorFct):

72 self.iStart = step * iStartM
73 self.iEnd = step * iEndM
75 self.iStart = self.iStart + ((step / 4.0) * (self.StartMbt[1]-1))
76 self.iEnd = self.iEnd + ((step / 4.0) * (self.EndMbt[1]-1))
79 self.iStart = self.iStart + ((pctTickOfBeat * (step / 4.0)))
81 self.iEnd = self.iEnd + ((pctTickOfBeat * (step / 4.0)))
229 step = int(gWidth / (self.iLengthInMeasures + .01))
232 Marker.CalcCoord(step, gHeight, self.GetAColor)
301 beatStep = step / 4.0
307 for i in range(0, (self.iLengthInMeasures+1)*step, step):
310 if i != (self.iLengthInMeasures)*step: