Searched defs:SkScalarFloorToInt (Results 1 – 1 of 1) sorted by relevance
42 #define SkScalarFloorToInt(x) sk_float_floor2int(x) macro85 #define SkScalarFloorToInt(x) (int)floor(x) macro