Home
last modified time | relevance | path

Searched refs:sk_float_round (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/private/
DSkFloatingPoint.h58 #define sk_float_round(x) sk_float_floor((x) + 0.5f) macro
/external/skia/include/core/
DSkMatrix44.h71 #define SkMScalarRound(x) sk_float_round(x)