Searched refs:offy (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiwindow.c520 int offx, offy, dx, dy; local in function:miSlideAndSizeWindow
524 offy = 0;
536 dy = (oldy - ny) - offy;
541 offy += dy;
547 if (offx || offy)
548 RegionTranslate(&pWin->winSize, -offx, -offy);
H A Dmioverlay.c1288 int offx, offy, dx, dy; local in function:miOverlayResizeWindow
1292 offy = 0;
1303 dy = (oldy - ny) - offy;
1307 offy += dy;
1317 if (offx || offy)
1318 RegionTranslate(&pWin->winSize, -offx, -offy);
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiwindow.c480 int offx, offy, dx, dy; local in function:miResizeWindow
484 offy = 0;
495 dy = (oldy - ny) - offy;
499 offy += dy;
504 if (offx || offy)
505 RegionTranslate(&pWin->winSize, -offx, -offy);
H A Dmioverlay.c1232 int offx, offy, dx, dy; local in function:miOverlayResizeWindow
1236 offy = 0;
1247 dy = (oldy - ny) - offy;
1251 offy += dy;
1260 if (offx || offy)
1261 RegionTranslate(&pWin->winSize, -offx, -offy);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_tests.c218 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 Du_tests.c223 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 Dcg6_regs.h281 volatile unsigned int offx, offy; member in struct:cg6_fbc
H A Dcg6_accel.c200 pCg6->fbc->offy = 0;
/xsrc/external/mit/xorg-server.old/dist/hw/sun/
H A DsunGX.h107 VUint offx, offy; member in struct:_sunGX
H A DsunGX.c62 (gx)->offy = (y); \
74 (gx)->offy = 0; \
868 gx->offy = pDrawable->y;
1077 int offx, offy; local in function:sunGXPolyFillArc
1096 offy = 16 - ((y + pDraw->y) & 0x0f);
1097 gx->patalign = (offx << 16) | offy;
2812 gx->offy = 0;
/xsrc/external/mit/xorg-server/dist/hw/sun/
H A DsunGX.h107 VUint offx, offy; member in struct:_sunGX
H A DsunGX.c62 (gx)->offy = (y); \
74 (gx)->offy = 0; \
868 gx->offy = pDrawable->y;
1077 int offx, offy; local in function:sunGXPolyFillArc
1096 offy = 16 - ((y + pDraw->y) & 0x0f);
1097 gx->patalign = (offx << 16) | offy;
2812 gx->offy = 0;

Completed in 21 milliseconds