Home | History | Annotate | Download | only in core

Lines Matching refs:SkFDot6

9 #include "SkFDot6.h"
16 static inline SkFixed quick_inverse(SkFDot6 x) {
206 static inline SkFixed quick_div(SkFDot6 a, SkFDot6 b) {
212 SkFDot6 abs_a = SkAbs32(a);
213 SkFDot6 abs_b = SkAbs32(b);
256 SkFDot6 dy = SkFixedToFDot6(y1 - y0);
260 SkFDot6 dx = SkFixedToFDot6(x1 - x0);
301 SkFDot6 dx = SkFixedToFDot6(x1 - x0);
302 SkFDot6 dy = SkFixedToFDot6(y1 - y0);
311 SkFDot6 absSlope = SkAbs32(SkFixedToFDot6(slope));
383 SkFDot6 diffY = SkFixedToFDot6(newy - fSnappedY);
391 SkFDot6 diffY = SkFixedToFDot6(newSnappedY - fSnappedY);
404 SkFDot6 diffY = (newy - fSnappedY) >> 10;