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

/external/skia/include/core/
H A DSkScalar.h126 #define SkScalarRoundToInt(x) sk_float_round2int(x) macro
240 #define SkScalarRoundToInt(x) SkFixedRoundToInt(x) macro
289 #define SkScalarRound(x) SkScalarRoundToInt(x)

Completed in 84 milliseconds