Home
last modified time | relevance | path

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

/third_party/flutter/skia/include/private/
DSkFloatingPoint.h51 # define sk_float_acos(x) static_cast<float>(acos(x)) macro
54 # define sk_float_acos(x) acosf(x) macro
/third_party/skia/include/private/
DSkFloatingPoint.h53 # define sk_float_acos(x) static_cast<float>(acos(x)) macro
56 # define sk_float_acos(x) acosf(x) macro