HomeSort by relevance Sort by last modified time
    Searched defs:sk_float_isinf (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkFloatingPoint.h 93 static inline int sk_float_isinf(float x) { function
100 #define sk_float_isinf(x) isinf(x) macro
  /external/skia/include/core/
SkFloatingPoint.h 91 static inline int sk_float_isinf(float x) { function
98 #define sk_float_isinf(x) isinf(x) macro

Completed in 641 milliseconds