| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_addtraps.c | 33 INT16 x_off, 37 fbAddTraps(pPicture, x_off, y_off, ntrap, traps); 32 glamor_add_traps(PicturePtr pPicture,INT16 x_off,INT16 y_off,int ntrap,xTrap * traps) argument
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbtrap.c | 35 INT16 x_off, 46 pixman_add_traps (image, x_off, y_off, ntrap, (pixman_trap_t *)traps); 54 int x_off, 63 pixman_rasterize_trapezoid (image, (pixman_trapezoid_t *)trap, x_off, y_off); 96 INT16 x_off, 141 fbRasterizeTrapezoid (pPicture, &trap, x_off, y_off); 156 fbRasterizeTrapezoid (pPicture, &trap, x_off, y_off); 34 fbAddTraps(PicturePtr pPicture,INT16 x_off,INT16 y_off,int ntrap,xTrap * traps) argument 52 fbRasterizeTrapezoid(PicturePtr pPicture,xTrapezoid * trap,int x_off,int y_off) argument 95 fbAddTriangles(PicturePtr pPicture,INT16 x_off,INT16 y_off,int ntri,xTriangle * tris) argument
|
| H A D | fbpict.h | 58 int x_off,
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbtrap.c | 36 INT16 x_off, INT16 y_off, int ntrap, xTrap * traps) 44 pixman_add_traps(image, x_off + dst_xoff, y_off + dst_yoff, 52 xTrapezoid * trap, int x_off, int y_off) 61 x_off + dst_xoff, y_off + dst_yoff); 68 INT16 x_off, INT16 y_off, int ntri, xTriangle * tris) 77 dst_xoff + x_off, dst_yoff + y_off, 35 fbAddTraps(PicturePtr pPicture,INT16 x_off,INT16 y_off,int ntrap,xTrap * traps) argument 51 fbRasterizeTrapezoid(PicturePtr pPicture,xTrapezoid * trap,int x_off,int y_off) argument 67 fbAddTriangles(PicturePtr pPicture,INT16 x_off,INT16 y_off,int ntri,xTriangle * tris) argument
|
| H A D | fbpict.h | 49 fbRasterizeTrapezoid(PicturePtr alpha, xTrapezoid * trap, int x_off, int y_off);
|
| /xsrc/external/mit/xorg-server/dist/present/ |
| H A D | present_vblank.c | 53 int16_t x_off, 100 vblank->x_off = x_off; 114 screen_priv->check_flip (target_crtc, window, pixmap, TRUE, valid, x_off, y_off, &reason)) 119 screen_priv->check_flip (target_crtc, window, pixmap, FALSE, valid, x_off, y_off, &reason)) 156 int16_t x_off, 174 x_off, y_off, target_crtc, wait_fence, idle_fence, 47 present_vblank_init(present_vblank_ptr vblank,WindowPtr window,PixmapPtr pixmap,CARD32 serial,RegionPtr valid,RegionPtr update,int16_t x_off,int16_t y_off,RRCrtcPtr target_crtc,SyncFence * wait_fence,SyncFence * idle_fence,uint32_t options,const uint32_t capabilities,present_notify_ptr notifies,int num_notifies,uint64_t target_msc,uint64_t crtc_msc) argument 151 present_vblank_create(WindowPtr window,PixmapPtr pixmap,CARD32 serial,RegionPtr valid,RegionPtr update,int16_t x_off,int16_t y_off,RRCrtcPtr target_crtc,SyncFence * wait_fence,SyncFence * idle_fence,uint32_t options,const uint32_t capabilities,present_notify_ptr notifies,int num_notifies,uint64_t target_msc,uint64_t crtc_msc) argument
|
| H A D | present.c | 69 int16_t x_off, 79 changes[0].val = x_off; 92 x_off, y_off); 228 int16_t x_off, 248 x_off, 66 present_copy_region(DrawablePtr drawable,PixmapPtr pixmap,RegionPtr update,int16_t x_off,int16_t y_off) argument 223 present_pixmap(WindowPtr window,PixmapPtr pixmap,CARD32 serial,RegionPtr valid,RegionPtr update,int16_t x_off,int16_t y_off,RRCrtcPtr target_crtc,SyncFence * wait_fence,SyncFence * idle_fence,uint32_t options,uint64_t window_msc,uint64_t divisor,uint64_t remainder,present_notify_ptr notifies,int num_notifies) argument
|
| H A D | present_priv.h | 75 int16_t x_off; member in struct:present_vblank 110 int16_t x_off, 122 int16_t x_off, 264 int16_t x_off, 288 int16_t x_off, 462 int16_t x_off, 480 int16_t x_off,
|
| H A D | present_execute.c | 82 present_copy_region(&window->drawable, vblank->pixmap, vblank->update, vblank->x_off, vblank->y_off);
|
| H A D | present_request.c | 147 stuff->x_off, stuff->y_off, target_crtc, 283 swaps(&stuff->x_off);
|
| /xsrc/external/mit/xorg-server.old/dist/miext/cw/ |
| H A D | cw.c | 85 cwGetBackingDrawable(DrawablePtr pDrawable, int *x_off, int *y_off) argument 92 *x_off = pDrawable->x - pPixmap->screen_x; 96 *x_off = *y_off = 0; 118 int status, x_off, y_off; local in function:cwCreateBackingGC 122 pBackingDrawable = cwGetBackingDrawable(pDrawable, &x_off, &y_off); 153 int x_off, y_off; local in function:cwValidateGC 176 pBackingDrawable = cwGetBackingDrawable(pDrawable, &x_off, &y_off); 202 vals[0].val = x_off - pDrawable->x; 220 if ((pGC->patOrg.x + x_off) != pBackingGC->patOrg.x || 224 vals[0].val = pGC->patOrg.x + x_off; 393 int x_off, y_off; local in function:cwCopyWindow [all...] |
| H A D | cw_render.c | 116 cwGetBackingPicture (PicturePtr pPicture, int *x_off, int *y_off) argument 126 *x_off = pDrawable->x - pPixmap->screen_x; 133 *x_off = *y_off = 0; 190 int x_off, y_off; local in function:cwValidatePicture 192 pBackingDrawable = cwGetBackingDrawable(pDrawable, &x_off, &y_off); 236 x_off - pDrawable->x,
|
| H A D | cw.h | 158 cwGetBackingDrawable(DrawablePtr pDrawable, int *x_off, int *y_off);
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-trap.c | 207 int x_off, 210 pixman_fixed_t x_off_fixed = pixman_int_to_fixed (x_off); 234 int16_t x_off, 252 x_off_fixed = pixman_int_to_fixed (x_off); 319 int16_t x_off, 337 pixman_rasterize_trapezoid (image, trap, x_off, y_off); 348 int x_off, 383 pixman_line_fixed_edge_init (&l, bpp, t, &trap->left, x_off, y_off); 384 pixman_line_fixed_edge_init (&r, bpp, t, &trap->right, x_off, y_off); 697 int32_t x_off, 203 pixman_line_fixed_edge_init(pixman_edge_t * e,int n,pixman_fixed_t y,const pixman_line_fixed_t * line,int x_off,int y_off) argument 233 pixman_add_traps(pixman_image_t * image,int16_t x_off,int16_t y_off,int ntrap,const pixman_trap_t * traps) argument 318 pixman_add_trapezoids(pixman_image_t * image,int16_t x_off,int y_off,int ntraps,const pixman_trapezoid_t * traps) argument 346 pixman_rasterize_trapezoid(pixman_image_t * image,const pixman_trapezoid_t * trap,int x_off,int y_off) argument 696 pixman_add_triangles(pixman_image_t * image,int32_t x_off,int32_t y_off,int n_tris,const pixman_triangle_t * tris) argument [all...] |
| H A D | pixman.c | 423 pixman_fixed_t x_off, y_off; local in function:analyze_extent 469 x_off = - pixman_fixed_e - ((params[0] - pixman_fixed_1) >> 1); 477 x_off = - pixman_fixed_e - ((params[0] - pixman_fixed_1) >> 1); 486 x_off = - pixman_fixed_1 / 2; 494 x_off = - pixman_fixed_e; 506 x_off = 0; 547 if (!IS_16_16 (transformed.x1 + x_off - 8 * pixman_fixed_e) || 549 !IS_16_16 (transformed.x2 + x_off + 8 * pixman_fixed_e + width) ||
|
| /xsrc/external/mit/xf86-video-newport/dist/src/ |
| H A D | newport_cursor.c | 93 CARD16 x_off; local in function:NewportSetCursorPosition 98 x_off = 31; 100 x_off = 21; 101 NewportVc2Set( pNewportRegs, VC2_IREG_CURSX, (CARD16) x + x_off);
|
| /xsrc/external/mit/libXpresent/dist/include/X11/extensions/ |
| H A D | Xpresent.h | 132 int x_off, y_off; member in struct:__anon5ab078420608 170 int x_off,
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | presentproto.h | 76 INT16 x_off; member in struct:__anona6f4d6a20408 152 INT16 x_off; member in struct:__anona6f4d6a20908 255 INT16 x_off; member in struct:__anona6f4d6a20d08
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | panoramiXprocs.c | 1287 int x_off = screenInfo.screens[j]->x; local in function:PanoramiXPolyPoint 1290 if(x_off || y_off) { 1295 pnts->x -= x_off; 1347 int x_off = screenInfo.screens[j]->x; local in function:PanoramiXPolyLine 1350 if(x_off || y_off) { 1355 pnts->x -= x_off; 1410 int x_off = screenInfo.screens[j]->x; local in function:PanoramiXPolySegment 1413 if(x_off || y_off) { 1417 segs->x1 -= x_off; 1418 segs->x2 -= x_off; 1473 int x_off = screenInfo.screens[j]->x; local in function:PanoramiXPolyRectangle 1535 int x_off = screenInfo.screens[j]->x; local in function:PanoramiXPolyArc 1593 int x_off = screenInfo.screens[j]->x; local in function:PanoramiXFillPoly 1656 int x_off = screenInfo.screens[j]->x; local in function:PanoramiXPolyFillRectangle 1717 int x_off = screenInfo.screens[j]->x; local in function:PanoramiXPolyFillArc [all...] |
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | panoramiXprocs.c | 1406 int x_off = screenInfo.screens[j]->x; local in function:PanoramiXPolyPoint 1409 if (x_off || y_off) { 1415 pnts->x -= x_off; 1471 int x_off = screenInfo.screens[j]->x; local in function:PanoramiXPolyLine 1474 if (x_off || y_off) { 1480 pnts->x -= x_off; 1540 int x_off = screenInfo.screens[j]->x; local in function:PanoramiXPolySegment 1543 if (x_off || y_off) { 1547 segs->x1 -= x_off; 1548 segs->x2 -= x_off; 1609 int x_off = screenInfo.screens[j]->x; local in function:PanoramiXPolyRectangle 1675 int x_off = screenInfo.screens[j]->x; local in function:PanoramiXPolyArc 1738 int x_off = screenInfo.screens[j]->x; local in function:PanoramiXFillPoly 1807 int x_off = screenInfo.screens[j]->x; local in function:PanoramiXPolyFillRectangle 1873 int x_off = screenInfo.screens[j]->x; local in function:PanoramiXPolyFillArc [all...] |
| /xsrc/external/mit/xclock/dist/ |
| H A D | ClockP.h | 139 XDouble x_off; member in struct:__anon30c9d69e0108
|
| /xsrc/external/mit/libXpresent/dist/src/ |
| H A D | Xpresent.c | 233 re->x_off = proto->x_off; 478 int x_off, 505 req->x_off = x_off; 472 XPresentPixmap(Display * dpy,Window window,Pixmap pixmap,uint32_t serial,XserverRegion valid,XserverRegion update,int x_off,int y_off,RRCrtc target_crtc,XSyncFence wait_fence,XSyncFence idle_fence,uint32_t options,uint64_t target_msc,uint64_t divisor,uint64_t remainder,XPresentNotify * notifies,int nnotifies) argument
|
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| H A D | render.c | 2950 int x_off = screenInfo.screens[j]->x; local in function:PanoramiXRenderFillRectangles 2953 if(x_off || y_off) { 2959 rects->x -= x_off; 2998 int x_off = screenInfo.screens[j]->x; local in function:PanoramiXRenderTrapezoids 3001 if(x_off || y_off) { 3008 trap->left.p1.x -= x_off; 3010 trap->left.p2.x -= x_off; 3012 trap->right.p1.x -= x_off; 3014 trap->right.p2.x -= x_off; 3058 int x_off local in function:PanoramiXRenderTriangles 3114 int x_off = screenInfo.screens[j]->x; local in function:PanoramiXRenderTriStrip 3166 int x_off = screenInfo.screens[j]->x; local in function:PanoramiXRenderTriFan 3203 INT16 x_off, y_off; local in function:PanoramiXRenderAddTraps [all...] |
| /xsrc/external/mit/xorg-server/dist/render/ |
| H A D | render.c | 2862 int x_off = screenInfo.screens[j]->x; local in function:PanoramiXRenderFillRectangles 2865 if (x_off || y_off) { 2870 rects->x -= x_off; 2912 int x_off = screenInfo.screens[j]->x; local in function:PanoramiXRenderTrapezoids 2915 if (x_off || y_off) { 2922 trap->left.p1.x -= x_off; 2924 trap->left.p2.x -= x_off; 2926 trap->right.p1.x -= x_off; 2928 trap->right.p2.x -= x_off; 2973 int x_off local in function:PanoramiXRenderTriangles 3030 int x_off = screenInfo.screens[j]->x; local in function:PanoramiXRenderTriStrip 3083 int x_off = screenInfo.screens[j]->x; local in function:PanoramiXRenderTriFan 3121 INT16 x_off, y_off; local in function:PanoramiXRenderAddTraps [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | uxa-priv.h | 266 INT16 x_off, INT16 y_off, int ntrap, xTrap * traps); 297 INT16 x_off, INT16 y_off, int ntrap, xTrap * traps);
|