Searched refs:Sk48Dot16FloorToInt (Results 1 – 2 of 2) sorted by relevance
161 #define Sk48Dot16FloorToInt(x) static_cast<int>((x) >> 16) macro
1468 int left = Sk48Dot16FloorToInt(fx); in operator ()()1469 int top = Sk48Dot16FloorToInt(fy); in operator ()()