Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkFixed.h141 SkFixed SkFixedLog(SkFixed);
DSkScalar.h224 #define SkScalarLog(x) SkFixedLog(x)
/external/skia/src/core/
DSkMath.cpp544 SkFixed SkFixedLog(SkFixed x) { return SkCordicLog(x); } in SkFixedLog() function