Home
last modified time | relevance | path

Searched refs:pRects (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmultiwindowshape.c87 BoxPtr pShape, pRects, pEnd; in winReshapeMultiWindow() local
163 for (pRects = pShape, pEnd = pShape + nRects; pRects < pEnd; pRects++) { in winReshapeMultiWindow()
165 hRgnRect = CreateRectRgn(pRects->x1 + iOffsetX, in winReshapeMultiWindow()
166 pRects->y1 + iOffsetY, in winReshapeMultiWindow()
167 pRects->x2 + iOffsetX, in winReshapeMultiWindow()
168 pRects->y2 + iOffsetY); in winReshapeMultiWindow()
173 pRects->x1 + iOffsetX, in winReshapeMultiWindow()
174 pRects->y1 + iOffsetY, in winReshapeMultiWindow()
175 pRects->x2 + iOffsetX, in winReshapeMultiWindow()
176 pRects->y2 + iOffsetY, in winReshapeMultiWindow()
[all …]
H A Dwinwin32rootless.c138 BoxPtr pRects, pEnd; in winMWExtWMCreateRgnFromRegion() local
145 pRects = RegionRects(pShape); in winMWExtWMCreateRgnFromRegion()
154 for (pEnd = pRects + nRects; pRects < pEnd; pRects++) { in winMWExtWMCreateRgnFromRegion()
156 hRgnRect = CreateRectRgn(pRects->x1, in winMWExtWMCreateRgnFromRegion()
157 pRects->y1, pRects->x2, pRects->y2); in winMWExtWMCreateRgnFromRegion()
161 pRects->x1, in winMWExtWMCreateRgnFromRegion()
162 pRects->y1, pRects->x2, pRects->y2, (int) GetLastError()); in winMWExtWMCreateRgnFromRegion()
832 winMWExtWMDamageRects(RootlessFrameID wid, int nCount, const BoxRec * pRects, in winMWExtWMDamageRects() argument
840 pRLWinPriv, nCount, pRects, shift_x, shift_y); in winMWExtWMDamageRects()
843 for (pEnd = pRects + nCount; pRects < pEnd; pRects++) { in winMWExtWMDamageRects()
[all …]
H A Dwinwindow.c318 BoxPtr pShape, pRects, pEnd; in winReshapeRootless() local
357 for (pRects = pShape, pEnd = pShape + nRects; pRects < pEnd; pRects++) { in winReshapeRootless()
359 hRgnRect = CreateRectRgn(pRects->x1, pRects->y1, in winReshapeRootless()
360 pRects->x2, pRects->y2); in winReshapeRootless()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DGC.c195 XRectangle *pRects; in xnestChangeClip() local
207 pRects = xallocarray(nRects, sizeof(*pRects)); in xnestChangeClip()
210 pRects[i].x = pBox[i].x1; in xnestChangeClip()
211 pRects[i].y = pBox[i].y1; in xnestChangeClip()
212 pRects[i].width = pBox[i].x2 - pBox[i].x1; in xnestChangeClip()
213 pRects[i].height = pBox[i].y2 - pBox[i].y1; in xnestChangeClip()
216 pRects, nRects, Unsorted); in xnestChangeClip()
217 free((char *) pRects); in xnestChangeClip()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxace.c252 xRectangle *pRects = NULL; in XaceCensorImage() local
261 pRects = malloc(nRects * sizeof(xRectangle)); in XaceCensorImage()
262 if (!pRects) { in XaceCensorImage()
267 pRects[i].x = pBox->x1 - imageBox.x1; in XaceCensorImage()
268 pRects[i].y = pBox->y1 - imageBox.y1; in XaceCensorImage()
269 pRects[i].width = pBox->x2 - pBox->x1; in XaceCensorImage()
270 pRects[i].height = pBox->y2 - pBox->y1; in XaceCensorImage()
296 pScratchGC, nRects, pRects); in XaceCensorImage()
305 free(pRects); in XaceCensorImage()
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessGC.c97 int nRects, xRectangle *pRects);
883 int nRects, xRectangle *pRects) in RootlessPolyRectangle() argument
889 pGC->ops->PolyRectangle(dst, pGC, nRects, pRects); in RootlessPolyRectangle()
902 box.x1 = pRects->x - offset1; in RootlessPolyRectangle()
903 box.y1 = pRects->y - offset1; in RootlessPolyRectangle()
904 box.x2 = box.x1 + pRects->width + offset2; in RootlessPolyRectangle()
910 box.x1 = pRects->x - offset1; in RootlessPolyRectangle()
911 box.y1 = pRects->y + offset3; in RootlessPolyRectangle()
913 box.y2 = box.y1 + pRects->height - offset2; in RootlessPolyRectangle()
918 box.x1 = pRects->x + pRects->width - offset1; in RootlessPolyRectangle()
[all …]
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxgc.c386 XRectangle *pRects; in dmxChangeClip() local
400 pRects = xallocarray(nRects, sizeof(*pRects)); in dmxChangeClip()
404 pRects[i].x = pBox[i].x1; in dmxChangeClip()
405 pRects[i].y = pBox[i].y1; in dmxChangeClip()
406 pRects[i].width = pBox[i].x2 - pBox[i].x1; in dmxChangeClip()
407 pRects[i].height = pBox[i].y2 - pBox[i].y1; in dmxChangeClip()
412 pRects, nRects, Unsorted); in dmxChangeClip()
414 free(pRects); in dmxChangeClip()
H A Ddmxgcops.h62 int nrects, xRectangle *pRects);
H A Ddmxpict.c925 XRectangle *pRects; in dmxChangePictureClip() local
930 pRects = pRect = xallocarray(nRects, sizeof(*pRect)); in dmxChangePictureClip()
943 0, 0, pRects, nRects); in dmxChangePictureClip()
944 free(pRects); in dmxChangePictureClip()
H A Ddmxgcops.c293 int nrects, xRectangle *pRects) in dmxPolyRectangle() argument
305 (XRectangle *) pRects, nrects); in dmxPolyRectangle()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmipolyrect.c58 miPolyRectangle(DrawablePtr pDraw, GCPtr pGC, int nrects, xRectangle *pRects) in miPolyRectangle() argument
61 xRectangle *pR = pRects; in miPolyRectangle()
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DdriWrap.c291 int nRects, xRectangle *pRects) in DRIPolyRectangle() argument
299 pGC->ops->PolyRectangle(dst, pGC, nRects, pRects); in DRIPolyRectangle()
/OK3568_Linux_fs/external/xserver/miext/damage/
H A Ddamage.c1030 GCPtr pGC, int nRects, xRectangle *pRects) in damagePolyRectangle() argument
1038 xRectangle *pRectsTmp = pRects; in damagePolyRectangle()
1082 (*pGC->ops->PolyRectangle) (pDrawable, pGC, nRects, pRects); in damagePolyRectangle()
1195 GCPtr pGC, int nRects, xRectangle *pRects) in damagePolyFillRect() argument
1200 xRectangle *pRectsTmp = pRects; in damagePolyFillRect()
1224 (*pGC->ops->PolyFillRect) (pDrawable, pGC, nRects, pRects); in damagePolyFillRect()