| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaRect.c | 35 xRectangle *pRect; /* list of rects */ local in function:XAAPolyRectangleThinSolid 70 for (pRect = pRectsInit, nRects = nRectsInit; 72 nRects--, pRect++ ) 75 origX1 = pRect->x + xOrigin; 76 origY1 = pRect->y + yOrigin; 77 origX2 = origX1 + pRect->width; 78 origY2 = origY1 + pRect->height;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ |
| H A D | stw_winsys.h | 91 LPCRECT pRect,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/ |
| H A D | Rasterizer.cpp | 118 const D3D10_DDI_RECT *pRect = &pRects[i]; local in function:SetScissorRects 121 states[i].minx = pRect->left < 0 ? 0 : pRect->left; 122 states[i].miny = pRect->top < 0 ? 0 : pRect->top; 123 states[i].maxx = pRect->right < 0 ? 0 : pRect->right; 124 states[i].maxy = pRect->bottom < 0 ? 0 : pRect->bottom;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | texture9.h | 65 const RECT *pRect,
|
| H A D | surface9.c | 415 const RECT *pRect, 423 DBG("This=%p pLockedRect=%p pRect=%p[%u..%u,%u..%u] Flags=%s\n", This, 424 pLockedRect, pRect, 425 pRect ? pRect->left : 0, pRect ? pRect->right : 0, 426 pRect ? pRect->top : 0, pRect 413 NineSurface9_LockRect(struct NineSurface9 * This,D3DLOCKED_RECT * pLockedRect,const RECT * pRect,DWORD Flags) argument [all...] |
| H A D | cubetexture9.h | 67 const RECT *pRect,
|
| H A D | cubetexture9.c | 231 const RECT *pRect, 236 DBG("This=%p FaceType=%d Level=%u pLockedRect=%p pRect=%p Flags=%d\n", 237 This, FaceType, Level, pLockedRect, pRect, Flags); 244 return NineSurface9_LockRect(This->surfaces[s], pLockedRect, pRect, Flags); 227 NineCubeTexture9_LockRect(struct NineCubeTexture9 * This,D3DCUBEMAP_FACES FaceType,UINT Level,D3DLOCKED_RECT * pLockedRect,const RECT * pRect,DWORD Flags) argument
|
| H A D | texture9.c | 280 const RECT *pRect, 283 DBG("This=%p Level=%u pLockedRect=%p pRect=%p Flags=%d\n", 284 This, Level, pLockedRect, pRect, Flags); 291 pRect, Flags); 277 NineTexture9_LockRect(struct NineTexture9 * This,UINT Level,D3DLOCKED_RECT * pLockedRect,const RECT * pRect,DWORD Flags) argument
|
| H A D | surface9.h | 164 const RECT *pRect,
|
| H A D | device9.c | 1771 const RECT *pRect, 1777 DBG("This=%p pSurface=%p pRect=%p color=%08x\n", This, 1778 pSurface, pRect, color); 1779 if (pRect) 1780 DBG("pRect=(%u,%u)-(%u,%u)\n", pRect->left, pRect->top, 1781 pRect->right, pRect->bottom); 1790 if (pRect) { 1769 NineDevice9_ColorFill(struct NineDevice9 * This,IDirect3DSurface9 * pSurface,const RECT * pRect,D3DCOLOR color) argument 2684 NineDevice9_SetScissorRect(struct NineDevice9 * This,const RECT * pRect) argument 2706 NineDevice9_GetScissorRect(struct NineDevice9 * This,RECT * pRect) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | texture9.h | 66 const RECT *pRect,
|
| H A D | surface9.c | 429 const RECT *pRect, 437 DBG("This=%p pLockedRect=%p pRect=%p[%u..%u,%u..%u] Flags=%s\n", This, 438 pLockedRect, pRect, 439 pRect ? pRect->left : 0, pRect ? pRect->right : 0, 440 pRect ? pRect->top : 0, pRect 427 NineSurface9_LockRect(struct NineSurface9 * This,D3DLOCKED_RECT * pLockedRect,const RECT * pRect,DWORD Flags) argument [all...] |
| H A D | cubetexture9.h | 68 const RECT *pRect,
|
| H A D | cubetexture9.c | 236 const RECT *pRect, 241 DBG("This=%p FaceType=%d Level=%u pLockedRect=%p pRect=%p Flags=%d\n", 242 This, FaceType, Level, pLockedRect, pRect, Flags); 247 return NineSurface9_LockRect(This->surfaces[s], pLockedRect, pRect, Flags); 232 NineCubeTexture9_LockRect(struct NineCubeTexture9 * This,D3DCUBEMAP_FACES FaceType,UINT Level,D3DLOCKED_RECT * pLockedRect,const RECT * pRect,DWORD Flags) argument
|
| H A D | surface9.h | 165 const RECT *pRect,
|
| H A D | texture9.c | 281 const RECT *pRect, 284 DBG("This=%p Level=%u pLockedRect=%p pRect=%p Flags=%d\n", 285 This, Level, pLockedRect, pRect, Flags); 290 pRect, Flags); 278 NineTexture9_LockRect(struct NineTexture9 * This,UINT Level,D3DLOCKED_RECT * pLockedRect,const RECT * pRect,DWORD Flags) argument
|
| H A D | device9.c | 1883 const RECT *pRect, 1889 DBG("This=%p pSurface=%p pRect=%p color=%08x\n", This, 1890 pSurface, pRect, color); 1891 if (pRect) 1892 DBG("pRect=(%u,%u)-(%u,%u)\n", pRect->left, pRect->top, 1893 pRect->right, pRect->bottom); 1904 if (pRect) { 1881 NineDevice9_ColorFill(struct NineDevice9 * This,IDirect3DSurface9 * pSurface,const RECT * pRect,D3DCOLOR color) argument 2857 NineDevice9_SetScissorRect(struct NineDevice9 * This,const RECT * pRect) argument 2881 NineDevice9_GetScissorRect(struct NineDevice9 * This,RECT * pRect) argument [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winmultiwindowwndproc.c | 852 LPRECT pRect; local in function:winTopLevelWindowProc 856 pRect = &windPlace.rcNormalPosition; 860 ErrorF("\twindPlace: (%d, %d) - %dx%d\n", (int)pRect->left, 861 (int)pRect->top, (int)(pRect->right - pRect->left), 862 (int)(pRect->bottom - pRect->top)); 864 pRect = &rc; 865 ErrorF("\tClientRect: (%d, %d) - %dx%d\n", (int)pRect [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winmultiwindowwndproc.c | 741 LPRECT pRect; local in function:winTopLevelWindowProc 745 pRect = &windPlace.rcNormalPosition; 749 ErrorF ("\twindPlace: (%ld, %ld) - %ldx%ld\n", pRect->left, 750 pRect->top, pRect->right - pRect->left, 751 pRect->bottom - pRect->top); 754 pRect = &rc; 755 ErrorF ("\tClientRect: (%ld, %ld) - %ldx%ld\n", pRect [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/ |
| H A D | stw_winsys.h | 119 LPCRECT pRect,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxwindow.c | 940 XRectangle *pRect; local in function:dmxDoSetShape 947 pRectFirst = pRect = malloc(nRect * sizeof(*pRect)); 949 pRect->x = pBox->x1; 950 pRect->y = pBox->y1; 951 pRect->width = pBox->x2 - pBox->x1; 952 pRect->height = pBox->y2 - pBox->y1; 954 pRect++; 970 pRectFirst = pRect = malloc(nRect * sizeof(*pRect)); [all...] |
| H A D | dmxpict.c | 891 XRectangle *pRect; local in function:dmxChangePictureClip 895 pRects = pRect = malloc(nRects * sizeof(*pRect)); 898 pRect->x = pBox->x1; 899 pRect->y = pBox->y1; 900 pRect->width = pBox->x2 - pBox->x1; 901 pRect->height = pBox->y2 - pBox->y1; 903 pRect++;
|
| /xsrc/external/mit/xorg-server.old/dist/xfixes/ |
| H A D | region.c | 553 xRectangle *pRect; local in function:ProcXFixesFetchRegion 578 pRect = (xRectangle *) (reply + 1); 581 pRect[i].x = pBox[i].x1; 582 pRect[i].y = pBox[i].y1; 583 pRect[i].width = pBox[i].x2 - pBox[i].x1; 584 pRect[i].height = pBox[i].y2 - pBox[i].y1; 595 SwapShorts ((INT16 *) pRect, nBox * 4);
|
| /xsrc/external/mit/xorg-server/dist/xfixes/ |
| H A D | region.c | 535 xRectangle *pRect; local in function:ProcXFixesFetchRegion 561 pRect = (xRectangle *) (reply + 1); 563 pRect[i].x = pBox[i].x1; 564 pRect[i].y = pBox[i].y1; 565 pRect[i].width = pBox[i].x2 - pBox[i].x1; 566 pRect[i].height = pBox[i].y2 - pBox[i].y1; 575 SwapShorts((INT16 *) pRect, nBox * 4);
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | misprite.c | 121 #define ORGRECT_OVERLAP(pCbox,xorg,yorg,pRect) \ 122 ORG_OVERLAP((pCbox),(xorg),(yorg),(pRect)->x,(pRect)->y, \ 123 (int)((pRect)->width), (int)((pRect)->height))
|