Searched refs:stepY (Results 1 – 4 of 4) sorted by relevance
15 int stepY = height / nPointsY; in FormTrackingPointsArray() local16 if (stepX < 1 || stepY < 1) FAIL() << "Specified points number is too big"; in FormTrackingPointsArray()23 for( int y = stepY / 2; y < height; y += stepY ) in FormTrackingPointsArray()
365 SkScalar initX, int stepX, SkScalar initY, int stepY, in test_direction() argument371 stepY ? SkIntToScalar(stepY) : SK_Scalar1); in test_direction()377 y += stepY; in test_direction()
199 for (int i = 0, stepY = min(rows - y, BLOCK_SIZE_Y); i < stepY; ++i)
2350 int stepY = scc.OutputGranularityY;2356 if(stepX < 1 || stepY < 1) continue;2377 for(int y = scc.MinOutputSize.cy; y <= scc.MaxOutputSize.cy; y+= stepY){