Searched refs:SkFixedLog (Results 1 - 6 of 6) sorted by relevance

/external/skia/include/core/
H A DSkFixed.h162 SkFixed SkFixedLog(SkFixed);
H A DSkScalar.h286 #define SkScalarLog(x) SkFixedLog(x)
/external/skia/legacy/include/core/
H A DSkFixed.h155 SkFixed SkFixedLog(SkFixed);
H A DSkScalar.h276 #define SkScalarLog(x) SkFixedLog(x)
/external/skia/legacy/src/core/
H A DSkMath.cpp537 SkFixed SkFixedLog(SkFixed x) { return SkCordicLog(x); } function
/external/skia/src/core/
H A DSkMath.cpp536 SkFixed SkFixedLog(SkFixed x) { return SkCordicLog(x); } function

Completed in 110 milliseconds