Lines Matching defs:bounds
1593 BoxRec bounds;
1602 miTrapezoidBounds (ntrap, traps, &bounds);
1603 if (bounds.y1 >= bounds.y2 || bounds.x1 >= bounds.x2)
1606 width = bounds.x2 - bounds.x1;
1607 height = bounds.y2 - bounds.y1;
1619 -bounds.x1, -bounds.y1);
1643 xRel = bounds.x1 + xSrc - xDst;
1644 yRel = bounds.y1 + ySrc - yDst;
1648 bounds.x1, bounds.y1,
1685 BoxRec bounds;
1695 miTrapezoidBounds(ntrap, traps, &bounds);
1697 if (bounds.y1 >= bounds.y2 || bounds.x1 >= bounds.x2)
1733 width = bounds.x2 - bounds.x1;
1734 height = bounds.y2 - bounds.y1;
1746 -bounds.x1, -bounds.y1);
1770 xRel = bounds.x1 + xSrc - xDst;
1771 yRel = bounds.y1 + ySrc - yDst;
1775 bounds.x1, bounds.y1,
1805 BoxRec bounds;
1814 miTriangleBounds (ntri, tri, &bounds);
1815 if (bounds.y1 >= bounds.y2 || bounds.x1 >= bounds.x2)
1818 width = bounds.x2 - bounds.x1;
1819 height = bounds.y2 - bounds.y1;
1829 -bounds.x1, -bounds.y1,
1853 xRel = bounds.x1 + xSrc - xDst;
1854 yRel = bounds.y1 + ySrc - yDst;
1858 bounds.x1, bounds.y1,
1896 BoxRec bounds;
1907 miTriangleBounds(ntri, tris, &bounds);
1909 if (bounds.y1 >= bounds.y2 || bounds.x1 >= bounds.x2)
1926 int width = bounds.x2 - bounds.x1;
1927 int height = bounds.y2 - bounds.y1;
1954 (*ps->AddTriangles) (pPicture, -bounds.x1, -bounds.y1,
1959 xRel = bounds.x1 + xSrc - xDst;
1960 yRel = bounds.y1 + ySrc - yDst;
1962 xRel, yRel, 0, 0, bounds.x1, bounds.y1,
1963 bounds.x2 - bounds.x1, bounds.y2 - bounds.y1);