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

  /external/chromium_org/third_party/skia/include/core/
SkFloatBits.h 117 static inline int32_t SkFloatToIntRound(float x) {
SkFloatingPoint.h 84 #define sk_float_round2int(x) SkFloatToIntRound(x)
  /external/skia/include/core/
SkFloatBits.h 117 static inline int32_t SkFloatToIntRound(float x) {
SkFloatingPoint.h 84 #define sk_float_round2int(x) SkFloatToIntRound(x)
  /external/skia/tests/
MathTest.cpp 270 int iix = SkFloatToIntRound(x);

Completed in 221 milliseconds