Home
last modified time | relevance | path

Searched refs:sk_float_ceil (Results 1 – 1 of 1) sorted by relevance

/external/skia/include/core/
DSkFloatingPoint.h47 #define sk_float_ceil(x) (float)::ceil(x) macro
54 #define sk_float_ceil(x) ceilf(x) macro
77 #define sk_float_ceil2int(x) (int)sk_float_ceil(x)