| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_addtraps.c | 34 INT16 y_off, int ntrap, xTrap *traps) 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 | 36 INT16 y_off, 46 pixman_add_traps (image, x_off, y_off, ntrap, (pixman_trap_t *)traps); 55 int y_off) 63 pixman_rasterize_trapezoid (image, (pixman_trapezoid_t *)trap, x_off, y_off); 97 INT16 y_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 | 59 int y_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 | 54 int16_t y_off, 101 vblank->y_off = y_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)) 157 int16_t y_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 | 70 int16_t y_off) 80 changes[1].val = y_off; 92 x_off, y_off); 229 int16_t y_off, 249 y_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 | 76 int16_t y_off; member in struct:present_vblank 111 int16_t y_off, 123 int16_t y_off, 265 int16_t y_off); 289 int16_t y_off, 463 int16_t y_off, 481 int16_t y_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, 284 swaps(&stuff->y_off);
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-trap.c | 208 int y_off) 211 pixman_fixed_t y_off_fixed = pixman_int_to_fixed (y_off); 235 int16_t y_off, 253 y_off_fixed = pixman_int_to_fixed (y_off); 320 int y_off, 337 pixman_rasterize_trapezoid (image, trap, x_off, y_off); 349 int y_off) 368 y_off_fixed = pixman_int_to_fixed (y_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); 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 470 y_off = - pixman_fixed_e - ((params[1] - pixman_fixed_1) >> 1); 478 y_off = - pixman_fixed_e - ((params[1] - pixman_fixed_1) >> 1); 487 y_off = - pixman_fixed_1 / 2; 495 y_off = - pixman_fixed_e; 507 y_off = 0; 548 !IS_16_16 (transformed.y1 + y_off - 8 * pixman_fixed_e) || 550 !IS_16_16 (transformed.y2 + y_off + 8 * pixman_fixed_e + height))
|
| /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 93 *y_off = pDrawable->y - pPixmap->screen_y; 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); 203 vals[1].val = y_off - pDrawable->y; 221 (pGC->patOrg.y + y_off) != pBackingGC->patOrg.y) 225 vals[1].val = pGC->patOrg.y + y_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 127 *y_off = pDrawable->y - pPixmap->screen_y; 133 *x_off = *y_off = 0; 190 int x_off, y_off; local in function:cwValidatePicture 192 pBackingDrawable = cwGetBackingDrawable(pDrawable, &x_off, &y_off); 237 y_off - pDrawable->y,
|
| H A D | cw.h | 158 cwGetBackingDrawable(DrawablePtr pDrawable, int *x_off, int *y_off);
|
| /xsrc/external/mit/libXpresent/dist/include/X11/extensions/ |
| H A D | Xpresent.h | 132 int x_off, y_off; member in struct:__anon5ab078420608 171 int y_off,
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | presentproto.h | 77 INT16 y_off; member in struct:__anona6f4d6a20408 153 INT16 y_off; member in struct:__anona6f4d6a20908 256 INT16 y_off; member in struct:__anona6f4d6a20d08
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | panoramiXprocs.c | 1288 int y_off = screenInfo.screens[j]->y; local in function:PanoramiXPolyPoint 1290 if(x_off || y_off) { 1296 pnts->y -= y_off; 1348 int y_off = screenInfo.screens[j]->y; local in function:PanoramiXPolyLine 1350 if(x_off || y_off) { 1356 pnts->y -= y_off; 1411 int y_off = screenInfo.screens[j]->y; local in function:PanoramiXPolySegment 1413 if(x_off || y_off) { 1419 segs->y1 -= y_off; 1420 segs->y2 -= y_off; 1474 int y_off = screenInfo.screens[j]->y; local in function:PanoramiXPolyRectangle 1536 int y_off = screenInfo.screens[j]->y; local in function:PanoramiXPolyArc 1594 int y_off = screenInfo.screens[j]->y; local in function:PanoramiXFillPoly 1657 int y_off = screenInfo.screens[j]->y; local in function:PanoramiXPolyFillRectangle 1718 int y_off = screenInfo.screens[j]->y; local in function:PanoramiXPolyFillArc [all...] |
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | panoramiXprocs.c | 1407 int y_off = screenInfo.screens[j]->y; local in function:PanoramiXPolyPoint 1409 if (x_off || y_off) { 1416 pnts->y -= y_off; 1472 int y_off = screenInfo.screens[j]->y; local in function:PanoramiXPolyLine 1474 if (x_off || y_off) { 1481 pnts->y -= y_off; 1541 int y_off = screenInfo.screens[j]->y; local in function:PanoramiXPolySegment 1543 if (x_off || y_off) { 1549 segs->y1 -= y_off; 1550 segs->y2 -= y_off; 1610 int y_off = screenInfo.screens[j]->y; local in function:PanoramiXPolyRectangle 1676 int y_off = screenInfo.screens[j]->y; local in function:PanoramiXPolyArc 1739 int y_off = screenInfo.screens[j]->y; local in function:PanoramiXFillPoly 1808 int y_off = screenInfo.screens[j]->y; local in function:PanoramiXPolyFillRectangle 1874 int y_off = screenInfo.screens[j]->y; local in function:PanoramiXPolyFillArc [all...] |
| /xsrc/external/mit/xclock/dist/ |
| H A D | ClockP.h | 141 XDouble y_off; member in struct:__anon30c9d69e0108
|
| /xsrc/external/mit/libXpresent/dist/src/ |
| H A D | Xpresent.c | 234 re->y_off = proto->y_off; 479 int y_off, 506 req->y_off = y_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 | 2951 int y_off = screenInfo.screens[j]->y; local in function:PanoramiXRenderFillRectangles 2953 if(x_off || y_off) { 2960 rects->y -= y_off; 2999 int y_off = screenInfo.screens[j]->y; local in function:PanoramiXRenderTrapezoids 3001 if(x_off || y_off) { 3006 trap->top -= y_off; 3007 trap->bottom -= y_off; 3009 trap->left.p1.y -= y_off; 3011 trap->left.p2.y -= y_off; 3013 trap->right.p1.y -= y_off; 3059 int y_off = screenInfo.screens[j]->y; local in function:PanoramiXRenderTriangles 3115 int y_off = screenInfo.screens[j]->y; local in function:PanoramiXRenderTriStrip 3167 int y_off = screenInfo.screens[j]->y; 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 | 2863 int y_off = screenInfo.screens[j]->y; local in function:PanoramiXRenderFillRectangles 2865 if (x_off || y_off) { 2871 rects->y -= y_off; 2913 int y_off = screenInfo.screens[j]->y; local in function:PanoramiXRenderTrapezoids 2915 if (x_off || y_off) { 2920 trap->top -= y_off; 2921 trap->bottom -= y_off; 2923 trap->left.p1.y -= y_off; 2925 trap->left.p2.y -= y_off; 2927 trap->right.p1.y -= y_off; 2974 int y_off = screenInfo.screens[j]->y; local in function:PanoramiXRenderTriangles 3031 int y_off = screenInfo.screens[j]->y; local in function:PanoramiXRenderTriStrip 3084 int y_off = screenInfo.screens[j]->y; 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);
|
| H A D | uxa-unaccel.c | 408 INT16 x_off, INT16 y_off, int ntrap, xTrap * traps) 415 fbAddTraps(pPicture, x_off, y_off, ntrap, traps); 407 uxa_check_add_traps(PicturePtr pPicture,INT16 x_off,INT16 y_off,int ntrap,xTrap * traps) argument
|