Home | History | Annotate | Download | only in core

Lines Matching refs:SkFixed

41 void decal_nofilter_scale(uint32_t dst[], SkFixed fx, SkFixed dx, int count);
42 void decal_filter_scale(uint32_t dst[], SkFixed fx, SkFixed dx, int count);
67 static unsigned X(const SkBitmapProcState&, SkFixed fx, int max) {
70 static unsigned Y(const SkBitmapProcState&, SkFixed fy, int max) {
100 static unsigned X(const SkBitmapProcState&, SkFixed fx, int max) {
104 static unsigned Y(const SkBitmapProcState&, SkFixed fy, int max) {
131 static unsigned X(const SkBitmapProcState& s, SkFixed fx, int max) {
134 static unsigned Y(const SkBitmapProcState& s, SkFixed fy, int max) {
148 static inline U16CPU fixed_clamp(SkFixed x) {
158 static inline U16CPU fixed_repeat(SkFixed x) {
162 static inline U16CPU fixed_mirror(SkFixed x) {
163 SkFixed s = SkLeftShift(x, 15) >> 31;
220 void decal_nofilter_scale(uint32_t dst[], SkFixed fx, SkFixed dx, int count) {
237 void decal_filter_scale(uint32_t dst[], SkFixed fx, SkFixed dx, int count) {