Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkScalar.h44 #define SkScalarRoundToInt(x) sk_float_round2int(x) macro
87 #define SkScalarRoundToInt(x) (int)floor((x) + 0.5) macro