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

  /external/skia/include/core/
SkFloatBits.h 124 static inline int32_t SkFloatToIntCeil(float x) {
SkFloatingPoint.h 83 #define sk_float_ceil2int(x) SkFloatToIntCeil(x)
  /external/skia/legacy/include/core/
SkFloatBits.h 126 static inline int32_t SkFloatToIntCeil(float x) {
SkFloatingPoint.h 84 #define sk_float_ceil2int(x) SkFloatToIntCeil(x)
  /external/skia/tests/
MathTest.cpp 230 int iix = SkFloatToIntCeil(x);

Completed in 146 milliseconds