Lines Matching refs:pXRects
1860 XRectangle *pXRects;
1870 pXRects = (XRectangle *) crAlloc(cRects * sizeof(XRectangle));
1874 pXRects[i].x = (short) pRects[4*i];
1875 pXRects[i].y = (short) pRects[4*i+1];
1876 pXRects[i].width = (unsigned short) (pRects[4*i+2]-pRects[4*i]);
1877 pXRects[i].height = (unsigned short) (pRects[4*i+3]-pRects[4*i+1]);
1882 pXRects = (XRectangle *) crAlloc(sizeof(XRectangle));
1883 pXRects[0].x = 0;
1884 pXRects[0].y = 0;
1885 pXRects[0].width = 0;
1886 pXRects[0].height = 0;
1893 pXRects, cRects, ShapeSet, YXBanded);
1895 crFree(pXRects);