Searched refs:stepX (Results 1 – 3 of 3) sorted by relevance
14 int stepX = width / nPointsX; in FormTrackingPointsArray() local16 if (stepX < 1 || stepY < 1) FAIL() << "Specified points number is too big"; in FormTrackingPointsArray()21 for( int x = stepX / 2; x < width; x += stepX ) in FormTrackingPointsArray()
365 SkScalar initX, int stepX, SkScalar initY, int stepY, in test_direction() argument370 stepX ? SkIntToScalar(stepX) : SK_Scalar1, in test_direction()376 x += stepX; in test_direction()
2349 int stepX = scc.OutputGranularityX;2356 if(stepX < 1 || stepY < 1) continue;2365 for(int x = scc.MinOutputSize.cx; x <= scc.MaxOutputSize.cx; x+= stepX){