Searched refs:dst_xoff (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbtrap.c39 int dst_xoff, dst_yoff; local in function:fbAddTraps
41 if (!(image = image_from_pict(pPicture, FALSE, &dst_xoff, &dst_yoff)))
44 pixman_add_traps(image, x_off + dst_xoff, y_off + dst_yoff,
55 int dst_xoff, dst_yoff; local in function:fbRasterizeTrapezoid
57 if (!(image = image_from_pict(pPicture, FALSE, &dst_xoff, &dst_yoff)))
61 x_off + dst_xoff, y_off + dst_yoff);
71 int dst_xoff, dst_yoff; local in function:fbAddTriangles
73 if (!(image = image_from_pict(pPicture, FALSE, &dst_xoff, &dst_yoff)))
77 dst_xoff + x_off, dst_yoff + y_off,
102 int dst_xoff, dst_yof local in function:fbShapes
[all...]
H A Dfbpict.c51 int dst_xoff, dst_yoff; local in function:fbComposite
59 dest = image_from_pict(pDst, TRUE, &dst_xoff, &dst_yoff);
65 xDst + dst_xoff, yDst + dst_yoff, width, height);
/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbpict.c65 int dst_xoff, dst_yoff; local in function:fbComposite
73 dest = image_from_pict(pDst, TRUE, &dst_xoff, &dst_yoff);
79 xDst + dst_xoff, yDst + dst_yoff, width, height);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbpict.c65 int dst_xoff, dst_yoff; local in function:fbComposite
73 dest = image_from_pict(pDst, TRUE, &dst_xoff, &dst_yoff);
79 xDst + dst_xoff, yDst + dst_yoff, width, height);
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbpict.c55 int dst_xoff, dst_yoff; local in function:fbComposite
63 dest = image_from_pict (pDst, TRUE, &dst_xoff, &dst_yoff);
70 xDst + dst_xoff, yDst + dst_yoff,
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_copy.c215 int dst_xoff, dst_yoff; local in function:glamor_copy_cpu_fbo
228 glamor_get_drawable_deltas(dst, dst_pixmap, &dst_xoff, &dst_yoff);
245 tmp_pix->drawable.x = dst_xoff;
259 dst_xoff, dst_yoff, (uint8_t *) tmp_bits,
270 dst_xoff, dst_yoff,
305 int dst_xoff, dst_yoff; local in function:glamor_copy_fbo_cpu
320 fbGetDrawable(dst, dst_bits, dst_stride, dst_bpp, dst_xoff, dst_yoff);
323 dst_xoff, dst_yoff,
/xsrc/external/mit/xf86-video-vmware/dist/saa/
H A Dsaa_unaccel.c161 int src_xoff, src_yoff, dst_xoff, dst_yoff; local in function:saa_check_copy_nton
173 dst_pixmap = saa_get_pixmap(pDst, &dst_xoff, &dst_yoff);
188 REGION_TRANSLATE(pScreen, reg, dst_xoff - dx - src_xoff,
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_composite.c501 int dst_xoff, dst_yoff; local in function:sna_composite_fb
625 dest_image = image_from_pict(dst, TRUE, &dst_xoff, &dst_yoff);
631 dst_x + dst_xoff, dst_y + dst_yoff,
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_composite.c503 int dst_xoff, dst_yoff; local in function:sna_composite_fb
627 dest_image = image_from_pict(dst, TRUE, &dst_xoff, &dst_yoff);
633 dst_x + dst_xoff, dst_y + dst_yoff,

Completed in 12 milliseconds