Home | History | Annotate | Download | only in opts

Lines Matching refs:SkFixed

17 static void decal_nofilter_scale_neon(uint32_t dst[], SkFixed fx, SkFixed dx, int count);
18 static void decal_filter_scale_neon(uint32_t dst[], SkFixed fx, SkFixed dx, int count);
145 void decal_nofilter_scale_neon(uint32_t dst[], SkFixed fx, SkFixed dx, int count) {
147 // SkFixed is 16.16 fixed point
148 SkFixed dx8 = dx * 8;
180 void decal_filter_scale_neon(uint32_t dst[], SkFixed fx, SkFixed dx, int count) {
182 SkFixed dx8 = dx * 8;