Searched refs:y_off (Results 1 - 25 of 63) sorted by relevance

123

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_addtraps.c34 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 Dfbtrap.c36 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 Dfbpict.h59 int y_off);
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbtrap.c36 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 Dfbpict.h49 fbRasterizeTrapezoid(PicturePtr alpha, xTrapezoid * trap, int x_off, int y_off);
/xsrc/external/mit/xorg-server/dist/present/
H A Dpresent_vblank.c54 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 Dpresent.c70 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 Dpresent_priv.h76 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 Dpresent_execute.c82 present_copy_region(&window->drawable, vblank->pixmap, vblank->update, vblank->x_off, vblank->y_off);
H A Dpresent_request.c147 stuff->x_off, stuff->y_off, target_crtc,
284 swaps(&stuff->y_off);
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-trap.c208 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 Dpixman.c423 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 Dcw.c85 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 Dcw_render.c116 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 Dcw.h158 cwGetBackingDrawable(DrawablePtr pDrawable, int *x_off, int *y_off);
/xsrc/external/mit/libXpresent/dist/include/X11/extensions/
H A DXpresent.h132 int x_off, y_off; member in struct:__anon5ab078420608
171 int y_off,
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dpresentproto.h77 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 DpanoramiXprocs.c1288 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 DpanoramiXprocs.c1407 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 DClockP.h141 XDouble y_off; member in struct:__anon30c9d69e0108
/xsrc/external/mit/libXpresent/dist/src/
H A DXpresent.c234 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 Drender.c2951 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 Drender.c2863 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 Duxa-priv.h266 INT16 x_off, INT16 y_off, int ntrap, xTrap * traps);
297 INT16 x_off, INT16 y_off, int ntrap, xTrap * traps);
H A Duxa-unaccel.c408 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

Completed in 26 milliseconds

123