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

  /external/skia/include/core/
SkFloatBits.h 116 static inline int32_t SkFloatToIntRound(float x) {
SkFloatingPoint.h 121 #define sk_float_round2int(x) SkFloatToIntRound(x)
  /external/skia/tests/
MathTest.cpp 248 int iix = SkFloatToIntRound(x);

Completed in 151 milliseconds