Home
last modified time | relevance | path

Searched refs:prects (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Dgc.c960 VerifyRectOrder(int nrects, xRectangle *prects, int ordering) in VerifyRectOrder() argument
970 for (i = 1, prectP = prects, prectN = prects + 1; in VerifyRectOrder()
978 for (i = 1, prectP = prects, prectN = prects + 1; in VerifyRectOrder()
987 for (i = 1, prectP = prects, prectN = prects + 1; in VerifyRectOrder()
1003 xRectangle *prects, int ordering) in SetClipRects() argument
1008 newct = VerifyRectOrder(nrects, prects, ordering); in SetClipRects()
1024 memmove((char *) prectsNew, (char *) prects, size); in SetClipRects()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dshape.c238 xRectangle *prects; in ProcShapeRectangles() local
272 prects = (xRectangle *) &stuff[1]; in ProcShapeRectangles()
273 ctype = VerifyRectOrder(nrects, prects, (int) stuff->ordering); in ProcShapeRectangles()
276 srcRgn = RegionFromRects(nrects, prects, ctype); in ProcShapeRectangles()