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

  /external/skia/include/core/
SkFloatingPoint.h 46 #define sk_float_ceil(x) (float)::ceil(x) macro
53 #define sk_float_ceil(x) ceilf(x) macro
88 #define sk_float_ceil2int(x) (int)sk_float_ceil(x)
SkScalar.h 121 #define SkScalarCeilToScalar(x) sk_float_ceil(x)

Completed in 74 milliseconds