Home
last modified time | relevance | path

Searched refs:SkFixedFastInvert (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/core/
DSkFixed.h120 SkFixed SkFixedFastInvert(SkFixed n);
DSkScalar.h208 #define SkScalarFastInvert(x) SkFixedFastInvert(x)
/external/skia/src/core/
DSkMath.cpp217 SkFixed SkFixedFastInvert(SkFixed x) { in SkFixedFastInvert() function