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

/external/chromium_org/third_party/skia/include/core/
H A DSkScalar.h98 #define SkScalarRoundToInt(x) sk_float_round2int(x) macro
217 #define SkScalarRoundToInt(x) SkFixedRoundToInt(x) macro
267 #define SkScalarRound(x) SkScalarRoundToInt(x)
/external/skia/include/core/
H A DSkScalar.h98 #define SkScalarRoundToInt(x) sk_float_round2int(x) macro
217 #define SkScalarRoundToInt(x) SkFixedRoundToInt(x) macro
267 #define SkScalarRound(x) SkScalarRoundToInt(x)

Completed in 210 milliseconds