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

  /external/skia/include/core/
SkFloatBits.h 117 static inline int32_t SkFloatToIntRound(float x) {
SkFloatingPoint.h 82 #define sk_float_round2int(x) SkFloatToIntRound(x)
  /external/skia/legacy/include/core/
SkFloatBits.h 119 static inline int32_t SkFloatToIntRound(float x) {
SkFloatingPoint.h 83 #define sk_float_round2int(x) SkFloatToIntRound(x)
  /external/skia/tests/
MathTest.cpp 224 int iix = SkFloatToIntRound(x);

Completed in 24 milliseconds