Searched refs:SkFloatToIntRound (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkFloatBits.h116 static inline int32_t SkFloatToIntRound(float x) { function
H A DSkFloatingPoint.h107 #define sk_float_round2int(x) SkFloatToIntRound(x)
/external/skia/include/core/
H A DSkFloatBits.h117 static inline int32_t SkFloatToIntRound(float x) { function
H A DSkFloatingPoint.h105 #define sk_float_round2int(x) SkFloatToIntRound(x)
/external/chromium_org/third_party/skia/tests/
H A DMathTest.cpp247 int iix = SkFloatToIntRound(x);
/external/skia/tests/
H A DMathTest.cpp247 int iix = SkFloatToIntRound(x);

Completed in 1372 milliseconds