Home
last modified time | relevance | path

Searched refs:SkFloatToIntRound (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/core/
DSkFloatBits.h126 static inline int32_t SkFloatToIntRound(float x) { in SkFloatToIntRound() function
DSkFloatingPoint.h78 #define sk_float_round2int(x) SkFloatToIntRound(x)
/external/skia/tests/
DMathTest.cpp89 int iix = SkFloatToIntRound(x); in test_float_round()