Searched refs:sk_float_log (Results 1 – 2 of 2) sorted by relevance
/external/skia/include/private/ | ||
D | SkFloatingPoint.h | 76 #define sk_float_log(x) logf(x) macro |
/external/skia/include/core/ | ||
D | SkScalar.h | 60 #define SkScalarLog(x) (float)sk_float_log(x) |