Searched refs:SkFixedFloorToInt (Results 1 – 2 of 2) sorted by relevance
102 #define SkFixedFloorToInt(x) ((x) >> 16) macro109 #define SkFixedFloor(x) SkFixedFloorToInt(x)
238 #define SkScalarFloorToInt(x) SkFixedFloorToInt(x)