Lines Matching refs:curr
63 SkFixed curr = SkFloatToFixed(fx); in performTest() local
66 dst[i + 0] = TILE(curr, count); curr += step; in performTest()
67 dst[i + 1] = TILE(curr, count); curr += step; in performTest()
68 dst[i + 2] = TILE(curr, count); curr += step; in performTest()
69 dst[i + 3] = TILE(curr, count); curr += step; in performTest()
82 int64_t curr = (int64_t)(fx * 65536 * 655536); in performTest() local
86 tmp = (SkFixed)(curr >> 16); in performTest()
88 curr += step; in performTest()
90 tmp = (SkFixed)(curr >> 16); in performTest()
92 curr += step; in performTest()
94 tmp = (SkFixed)(curr >> 16); in performTest()
96 curr += step; in performTest()
98 tmp = (SkFixed)(curr >> 16); in performTest()
100 curr += step; in performTest()
113 int64_t curr = (int64_t)(fx * 65536 * 655536 * 65536); in performTest() local
117 tmp = (SkFixed) (curr >> 32); dst[i + 0] = TILE(tmp, count); curr += step; in performTest()
118 tmp = (SkFixed) (curr >> 32); dst[i + 1] = TILE(tmp, count); curr += step; in performTest()
119 tmp = (SkFixed) (curr >> 32); dst[i + 2] = TILE(tmp, count); curr += step; in performTest()
120 tmp = (SkFixed) (curr >> 32); dst[i + 3] = TILE(tmp, count); curr += step; in performTest()