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 119 static inline int32_t SkFloatToIntRound(float x) {
SkFloatingPoint.h 83 #define sk_float_round2int(x) SkFloatToIntRound(x)
  /external/skia/tests/
MathTest.cpp 180 int iix = SkFloatToIntRound(x);

Completed in 629 milliseconds