Lines Matching refs:bounds
1762 BoxRec bounds;
1767 miTrapezoidBounds(ntrap, traps, &bounds);
1769 if (bounds.y1 >= bounds.y2 || bounds.x1 >= bounds.x2)
1805 width = bounds.x2 - bounds.x1;
1806 height = bounds.y2 - bounds.y1;
1818 -bounds.x1, -bounds.y1);
1842 xRel = bounds.x1 + xSrc - xDst;
1843 yRel = bounds.y1 + ySrc - yDst;
1847 bounds.x1, bounds.y1,
1885 BoxRec bounds;
1889 miTriangleBounds(ntri, tris, &bounds);
1891 if (bounds.y1 >= bounds.y2 || bounds.x1 >= bounds.x2)
1908 int width = bounds.x2 - bounds.x1;
1909 int height = bounds.y2 - bounds.y1;
1936 (*ps->AddTriangles) (pPicture, -bounds.x1, -bounds.y1,
1941 xRel = bounds.x1 + xSrc - xDst;
1942 yRel = bounds.y1 + ySrc - yDst;
1944 xRel, yRel, 0, 0, bounds.x1, bounds.y1,
1945 bounds.x2 - bounds.x1, bounds.y2 - bounds.y1);