Searched refs:SkMScalarFloorToInt (Results 1 – 2 of 2) sorted by relevance
41 #define SkMScalarFloorToInt(x) sk_double_floor2int(x) macro73 #define SkMScalarFloorToInt(x) sk_float_floor2int(x) macro
805 int isum = SkMScalarFloorToInt(mat.get(0, 1)) + in test_toint()