HomeSort by: relevance | last modified time | path
    Searched refs:x_off (Results 1 - 25 of 64) sorted by relevancy

1 2 3

  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_addtraps.c 33 INT16 x_off,
37 fbAddTraps(pPicture, x_off, y_off, ntrap, traps);
  /xsrc/external/mit/xorg-server.old/dist/fb/
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);
fbpict.h 58 int x_off,
  /xsrc/external/mit/xorg-server/dist/fb/
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,
fbpict.h 49 fbRasterizeTrapezoid(PicturePtr alpha, xTrapezoid * trap, int x_off, int y_off);
  /xsrc/external/mit/xorg-server/dist/present/
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,
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,
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,
present_execute.c 82 present_copy_region(&window->drawable, vblank->pixmap, vblank->update, vblank->x_off, vblank->y_off);
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/
cw.c 85 cwGetBackingDrawable(DrawablePtr pDrawable, int *x_off, int *y_off)
92 *x_off = pDrawable->x - pPixmap->screen_x;
96 *x_off = *y_off = 0;
118 int status, x_off, y_off; local
122 pBackingDrawable = cwGetBackingDrawable(pDrawable, &x_off, &y_off);
153 int x_off, y_off; local
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
    [all...]
cw_render.c 116 cwGetBackingPicture (PicturePtr pPicture, int *x_off, int *y_off)
126 *x_off = pDrawable->x - pPixmap->screen_x;
133 *x_off = *y_off = 0;
190 int x_off, y_off; local
192 pBackingDrawable = cwGetBackingDrawable(pDrawable, &x_off, &y_off);
236 x_off - pDrawable->x,
cw.h 158 cwGetBackingDrawable(DrawablePtr pDrawable, int *x_off, int *y_off);
  /xsrc/external/mit/pixman/dist/pixman/
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,
    [all...]
pixman.c 423 pixman_fixed_t x_off, y_off; local
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/
newport_cursor.c 93 CARD16 x_off; local
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/
Xpresent.h 132 int x_off, y_off; member in struct:__anon5957
170 int x_off,
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
presentproto.h 76 INT16 x_off; member in struct:__anon11646
152 INT16 x_off; member in struct:__anon11651
255 INT16 x_off; member in struct:__anon11655
  /xsrc/external/mit/xorg-server/dist/Xext/
panoramiXprocs.c 1406 int x_off = screenInfo.screens[j]->x; local
1409 if (x_off || y_off) {
1415 pnts->x -= x_off;
1471 int x_off = screenInfo.screens[j]->x; local
1474 if (x_off || y_off) {
1480 pnts->x -= x_off;
1540 int x_off = screenInfo.screens[j]->x; local
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
1675 int x_off = screenInfo.screens[j]->x; local
1738 int x_off = screenInfo.screens[j]->x; local
1807 int x_off = screenInfo.screens[j]->x; local
1873 int x_off = screenInfo.screens[j]->x; local
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/Xext/
panoramiXprocs.c 1287 int x_off = screenInfo.screens[j]->x; local
1290 if(x_off || y_off) {
1295 pnts->x -= x_off;
1347 int x_off = screenInfo.screens[j]->x; local
1350 if(x_off || y_off) {
1355 pnts->x -= x_off;
1410 int x_off = screenInfo.screens[j]->x; local
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
1535 int x_off = screenInfo.screens[j]->x; local
1593 int x_off = screenInfo.screens[j]->x; local
1656 int x_off = screenInfo.screens[j]->x; local
1717 int x_off = screenInfo.screens[j]->x; local
    [all...]
  /xsrc/external/mit/xclock/dist/
ClockP.h 139 XDouble x_off; member in struct:__anon6574
  /xsrc/external/mit/libXpresent/dist/src/
Xpresent.c 233 re->x_off = proto->x_off;
478 int x_off,
505 req->x_off = x_off;
  /xsrc/external/mit/xorg-server/dist/render/
render.c 2862 int x_off = screenInfo.screens[j]->x; local
2865 if (x_off || y_off) {
2870 rects->x -= x_off;
2912 int x_off = screenInfo.screens[j]->x; local
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 = screenInfo.screens[j]->x local
3030 int x_off = screenInfo.screens[j]->x; local
3083 int x_off = screenInfo.screens[j]->x; local
3121 INT16 x_off, y_off; local
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/render/
render.c 2950 int x_off = screenInfo.screens[j]->x; local
2953 if(x_off || y_off) {
2959 rects->x -= x_off;
2998 int x_off = screenInfo.screens[j]->x; local
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 = screenInfo.screens[j]->x local
3114 int x_off = screenInfo.screens[j]->x; local
3166 int x_off = screenInfo.screens[j]->x; local
3203 INT16 x_off, y_off; local
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
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);

Completed in 29 milliseconds

1 2 3