Lines Matching refs:IntToxFixed
2328 srcTopLeft.x = IntToxFixed(srcX);
2329 srcTopLeft.y = IntToxFixed(srcY);
2330 srcTopRight.x = IntToxFixed(srcX + w);
2331 srcTopRight.y = IntToxFixed(srcY);
2332 srcBottomLeft.x = IntToxFixed(srcX);
2333 srcBottomLeft.y = IntToxFixed(srcY + h);
2334 srcBottomRight.x = IntToxFixed(srcX + w);
2335 srcBottomRight.y = IntToxFixed(srcY + h);
2347 maskTopLeft.x = IntToxFixed(maskX);
2348 maskTopLeft.y = IntToxFixed(maskY);
2349 maskTopRight.x = IntToxFixed(maskX + w);
2350 maskTopRight.y = IntToxFixed(maskY);
2351 maskBottomLeft.x = IntToxFixed(maskX);
2352 maskBottomLeft.y = IntToxFixed(maskY + h);
2353 maskBottomRight.x = IntToxFixed(maskX + w);
2354 maskBottomRight.y = IntToxFixed(maskY + h);