Lines Matching refs:curr
62 SkFixed curr = SkFloatToFixed(fx); in performTest() local
65 dst[i + 0] = TILE(curr, count); curr += step; in performTest()
66 dst[i + 1] = TILE(curr, count); curr += step; in performTest()
67 dst[i + 2] = TILE(curr, count); curr += step; in performTest()
68 dst[i + 3] = TILE(curr, count); curr += step; in performTest()
81 int64_t curr = (int64_t)(fx * 65536 * 655536); in performTest() local
85 tmp = (SkFixed)(curr >> 16); in performTest()
87 curr += step; in performTest()
89 tmp = (SkFixed)(curr >> 16); in performTest()
91 curr += step; in performTest()
93 tmp = (SkFixed)(curr >> 16); in performTest()
95 curr += step; in performTest()
97 tmp = (SkFixed)(curr >> 16); in performTest()
99 curr += step; in performTest()
112 int64_t curr = (int64_t)(fx * 65536 * 655536 * 65536); in performTest() local
116 tmp = (SkFixed) (curr >> 32); dst[i + 0] = TILE(tmp, count); curr += step; in performTest()
117 tmp = (SkFixed) (curr >> 32); dst[i + 1] = TILE(tmp, count); curr += step; in performTest()
118 tmp = (SkFixed) (curr >> 32); dst[i + 2] = TILE(tmp, count); curr += step; in performTest()
119 tmp = (SkFixed) (curr >> 32); dst[i + 3] = TILE(tmp, count); curr += step; in performTest()