Lines Matching refs:step
56 SkFixed step = SkFloatToFixed(dx); in performTest() local
58 dst[i + 0] = TILE(curr, count); curr += step; in performTest()
59 dst[i + 1] = TILE(curr, count); curr += step; in performTest()
60 dst[i + 2] = TILE(curr, count); curr += step; in performTest()
61 dst[i + 3] = TILE(curr, count); curr += step; in performTest()
75 int64_t step = (int64_t)(dx * 65536 * 655536); in performTest() local
80 curr += step; in performTest()
84 curr += step; in performTest()
88 curr += step; in performTest()
92 curr += step; in performTest()
106 int64_t step = (int64_t)(dx * 65536 * 655536 * 65536); in performTest() local
109 tmp = (SkFixed) (curr >> 32); dst[i + 0] = TILE(tmp, count); curr += step; in performTest()
110 tmp = (SkFixed) (curr >> 32); dst[i + 1] = TILE(tmp, count); curr += step; in performTest()
111 tmp = (SkFixed) (curr >> 32); dst[i + 2] = TILE(tmp, count); curr += step; in performTest()
112 tmp = (SkFixed) (curr >> 32); dst[i + 3] = TILE(tmp, count); curr += step; in performTest()