Searched refs:SkFixedFastInvert (Results 1 – 3 of 3) sorted by relevance
120 SkFixed SkFixedFastInvert(SkFixed n);
208 #define SkScalarFastInvert(x) SkFixedFastInvert(x)
217 SkFixed SkFixedFastInvert(SkFixed x) { in SkFixedFastInvert() function