| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | miwindow.c | 520 int offx, offy, dx, dy; local in function:miSlideAndSizeWindow 523 offx = 0; 535 dx = (oldx - nx) - offx; 540 offx += dx; 547 if (offx || offy) 548 RegionTranslate(&pWin->winSize, -offx, -offy);
|
| H A D | mioverlay.c | 1288 int offx, offy, dx, dy; local in function:miOverlayResizeWindow 1291 offx = 0; 1302 dx = (oldx - nx) - offx; 1306 offx += dx; 1317 if (offx || offy) 1318 RegionTranslate(&pWin->winSize, -offx, -offy);
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | miwindow.c | 480 int offx, offy, dx, dy; local in function:miResizeWindow 483 offx = 0; 494 dx = (oldx - nx) - offx; 498 offx += dx; 504 if (offx || offy) 505 RegionTranslate(&pWin->winSize, -offx, -offy);
|
| H A D | mioverlay.c | 1232 int offx, offy, dx, dy; local in function:miOverlayResizeWindow 1235 offx = 0; 1246 dx = (oldx - nx) - offx; 1250 offx += dx; 1260 if (offx || offy) 1261 RegionTranslate(&pWin->winSize, -offx, -offy);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_tests.c | 218 unsigned offx, unsigned offy, unsigned w, 230 offx, offy, w, h, &transfer); 244 printf("Probe color at (%i,%i), ", offx+x, offy+y); 268 unsigned offx, unsigned offy, unsigned w, unsigned h, 271 return util_probe_rect_rgba_multi(ctx, tex, offx, offy, w, h, expected, 1); 217 util_probe_rect_rgba_multi(struct pipe_context * ctx,struct pipe_resource * tex,unsigned offx,unsigned offy,unsigned w,unsigned h,const float * expected,unsigned num_expected_colors) argument 267 util_probe_rect_rgba(struct pipe_context * ctx,struct pipe_resource * tex,unsigned offx,unsigned offy,unsigned w,unsigned h,const float * expected) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_tests.c | 223 unsigned offx, unsigned offy, unsigned w, 235 offx, offy, w, h, &transfer); 249 printf("Probe color at (%i,%i), ", offx+x, offy+y); 273 unsigned offx, unsigned offy, unsigned w, unsigned h, 276 return util_probe_rect_rgba_multi(ctx, tex, offx, offy, w, h, expected, 1); 222 util_probe_rect_rgba_multi(struct pipe_context * ctx,struct pipe_resource * tex,unsigned offx,unsigned offy,unsigned w,unsigned h,const float * expected,unsigned num_expected_colors) argument 272 util_probe_rect_rgba(struct pipe_context * ctx,struct pipe_resource * tex,unsigned offx,unsigned offy,unsigned w,unsigned h,const float * expected) argument
|
| /xsrc/external/mit/xf86-video-suncg6/dist/src/ |
| H A D | cg6_regs.h | 281 volatile unsigned int offx, offy; member in struct:cg6_fbc
|
| H A D | cg6_accel.c | 199 pCg6->fbc->offx = 0;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/sun/ |
| H A D | sunGX.h | 107 VUint offx, offy; member in struct:_sunGX
|
| H A D | sunGX.c | 61 (gx)->offx = (x); \ 73 (gx)->offx = 0; \ 867 gx->offx = pDrawable->x; 1077 int offx, offy; local in function:sunGXPolyFillArc 1095 offx = 16 - ((x + pDraw->x) & 0x0f); 1097 gx->patalign = (offx << 16) | offy; 2811 gx->offx = 0;
|
| /xsrc/external/mit/xorg-server/dist/hw/sun/ |
| H A D | sunGX.h | 107 VUint offx, offy; member in struct:_sunGX
|
| H A D | sunGX.c | 61 (gx)->offx = (x); \ 73 (gx)->offx = 0; \ 867 gx->offx = pDrawable->x; 1077 int offx, offy; local in function:sunGXPolyFillArc 1095 offx = 16 - ((x + pDraw->x) & 0x0f); 1097 gx->patalign = (offx << 16) | offy; 2811 gx->offx = 0;
|