Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkFloatingPoint.h73 #define sk_float_ceil2int(x) SkFloatToIntCeil(x) macro
77 #define sk_float_ceil2int(x) (int)sk_float_ceil(x) macro
DSkScalar.h87 #define SkScalarCeil(x) sk_float_ceil2int(x)