Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkFixed.h138 SkFixed SkFixedACos(SkFixed);
DSkScalar.h225 #define SkScalarACos(val) SkFixedACos(val)
/external/skia/src/core/
DSkMath.cpp541 SkFixed SkFixedACos(SkFixed x) { return SkCordicACos(x); } in SkFixedACos() function