Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkFloatingPoint.h91 static inline int sk_float_isinf(float x) { in sk_float_isinf() function
98 #define sk_float_isinf(x) isinf(x) macro
/external/chromium_org/third_party/skia/include/core/
DSkFloatingPoint.h93 static inline int sk_float_isinf(float x) { in sk_float_isinf() function
100 #define sk_float_isinf(x) isinf(x) macro