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 134 SkFixed SkFixedFastInvert(SkFixed n);
SkScalar.h 256 #define SkScalarFastInvert(x) SkFixedFastInvert(x)
  /external/skia/src/core/
SkMath.cpp 210 SkFixed SkFixedFastInvert(SkFixed x) {
243 SkDebugf("SkFixedFastInvert(%x %g) = %x %g Slow[%x %g]\n",

Completed in 2448 milliseconds