Searched refs:SkMScalarCeilToInt (Results 1 – 2 of 2) sorted by relevance
42 #define SkMScalarCeilToInt(x) sk_double_ceil2int(x) macro74 #define SkMScalarCeilToInt(x) sk_float_ceil2int(x) macro
782 SkMScalarCeilToInt(mat.get(2, 3)); in test_toint()