Home
last modified time | relevance | path

Searched refs:SkFixedExp (Results 1 – 6 of 6) sorted by relevance

/external/skia/legacy/include/core/
DSkFixed.h154 SkFixed SkFixedExp(SkFixed);
DSkScalar.h275 #define SkScalarExp(x) SkFixedExp(x)
/external/skia/include/core/
DSkFixed.h161 SkFixed SkFixedExp(SkFixed);
DSkScalar.h285 #define SkScalarExp(x) SkFixedExp(x)
/external/skia/legacy/src/core/
DSkMath.cpp536 SkFixed SkFixedExp(SkFixed x) { return SkCordicExp(x); } in SkFixedExp() function
/external/skia/src/core/
DSkMath.cpp535 SkFixed SkFixedExp(SkFixed x) { return SkCordicExp(x); } in SkFixedExp() function