Home
last modified time | relevance | path

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

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