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

/external/chromium_org/third_party/skia/include/core/
H A DSkScalar.h96 #define SkScalarRoundToInt(x) sk_float_round2int(x) macro
213 #define SkScalarRoundToInt(x) SkFixedRoundToInt(x) macro
263 #define SkScalarRound(x) SkScalarRoundToInt(x)
/external/skia/include/core/
H A DSkScalar.h96 #define SkScalarRoundToInt(x) sk_float_round2int(x) macro
213 #define SkScalarRoundToInt(x) SkFixedRoundToInt(x) macro
263 #define SkScalarRound(x) SkScalarRoundToInt(x)

Completed in 98 milliseconds