Searched defs:sk_float_round2int (Results 1 - 1 of 1) sorted by relevance

/external/skia/include/core/
H A DSkFloatingPoint.h121 #define sk_float_round2int(x) SkFloatToIntRound(x) macro
125 #define sk_float_round2int(x) (int)sk_float_floor((x) + 0.5f) macro

Completed in 70 milliseconds