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

/external/chromium_org/third_party/skia/include/core/
H A DSkFloatingPoint.h107 #define sk_float_round2int(x) SkFloatToIntRound(x) macro
111 #define sk_float_round2int(x) (int)sk_float_floor((x) + 0.5f) macro
/external/skia/include/core/
H A DSkFloatingPoint.h105 #define sk_float_round2int(x) SkFloatToIntRound(x) macro
109 #define sk_float_round2int(x) (int)sk_float_floor((x) + 0.5f) macro

Completed in 88 milliseconds