Lines Matching refs:SkFixed
62 SkFixed curr = SkFloatToFixed(fx); in performTest()
63 SkFixed step = SkFloatToFixed(dx); in performTest()
83 SkFixed tmp; in performTest()
85 tmp = (SkFixed)(curr >> 16); in performTest()
89 tmp = (SkFixed)(curr >> 16); in performTest()
93 tmp = (SkFixed)(curr >> 16); in performTest()
97 tmp = (SkFixed)(curr >> 16); in performTest()
114 SkFixed tmp; in performTest()
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()
132 SkFixed tmp; in performTest()
152 SkFixed tmp; in performTest()