Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkFloatBits.h133 static inline int32_t SkFloatToIntCeil(float x) { in SkFloatToIntCeil() function
DSkFloatingPoint.h79 #define sk_float_ceil2int(x) SkFloatToIntCeil(x)
/external/skia/tests/
DMathTest.cpp95 int iix = SkFloatToIntCeil(x); in test_float_ceil()