HomeSort by relevance Sort by last modified time
    Searched refs:SkFixedFastInvert (Results 1 - 3 of 3) sorted by null

  /external/skia/include/core/
SkFixed.h 135 SkFixed SkFixedFastInvert(SkFixed n);
SkScalar.h 257 #define SkScalarFastInvert(x) SkFixedFastInvert(x)
  /external/skia/src/core/
SkMath.cpp 217 SkFixed SkFixedFastInvert(SkFixed x) {
250 SkDebugf("SkFixedFastInvert(%x %g) = %x %g Slow[%x %g]\n",

Completed in 463 milliseconds