Lines Matching refs:IntToxFixed
2215 srcTopLeft.x = IntToxFixed(srcX);
2216 srcTopLeft.y = IntToxFixed(srcY);
2217 srcTopRight.x = IntToxFixed(srcX + w);
2218 srcTopRight.y = IntToxFixed(srcY);
2219 srcBottomLeft.x = IntToxFixed(srcX);
2220 srcBottomLeft.y = IntToxFixed(srcY + h);
2221 srcBottomRight.x = IntToxFixed(srcX + w);
2222 srcBottomRight.y = IntToxFixed(srcY + h);
2234 maskTopLeft.x = IntToxFixed(maskX);
2235 maskTopLeft.y = IntToxFixed(maskY);
2236 maskTopRight.x = IntToxFixed(maskX + w);
2237 maskTopRight.y = IntToxFixed(maskY);
2238 maskBottomLeft.x = IntToxFixed(maskX);
2239 maskBottomLeft.y = IntToxFixed(maskY + h);
2240 maskBottomRight.x = IntToxFixed(maskX + w);
2241 maskBottomRight.y = IntToxFixed(maskY + h);