Home
last modified time | relevance | path

Searched defs:sk_float_log (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/core/
DSkFloatingPoint.h64 #define sk_float_log(x) (float)::log(x) macro
85 #define sk_float_log(x) logf(x) macro
/external/chromium_org/third_party/skia/include/core/
DSkFloatingPoint.h64 #define sk_float_log(x) (float)::log(x) macro
85 #define sk_float_log(x) logf(x) macro