HomeSort by: relevance | last modified time | path
    Searched refs:dst_yoff (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/fb/
fbtrap.c 39 int dst_xoff, dst_yoff; local
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
57 if (!(image = image_from_pict(pPicture, FALSE, &dst_xoff, &dst_yoff)))
61 x_off + dst_xoff, y_off + dst_yoff); local
71 int dst_xoff, dst_yoff; local
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_yoff; local
    [all...]
fbpict.c 51 int dst_xoff, dst_yoff; local
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/
fbpict.c 65 int dst_xoff, dst_yoff; local
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/
fbpict.c 65 int dst_xoff, dst_yoff; local
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/
fbpict.c 55 int dst_xoff, dst_yoff; local
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/
glamor_copy.c 215 int dst_xoff, dst_yoff; local
228 glamor_get_drawable_deltas(dst, dst_pixmap, &dst_xoff, &dst_yoff);
246 tmp_pix->drawable.y = dst_yoff;
259 dst_xoff, dst_yoff, (uint8_t *) tmp_bits,
270 dst_xoff, dst_yoff,
305 int dst_xoff, dst_yoff; local
320 fbGetDrawable(dst, dst_bits, dst_stride, dst_bpp, dst_xoff, dst_yoff);
323 dst_xoff, dst_yoff,
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_composite.c 501 int dst_xoff, dst_yoff; local
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-vmware/dist/saa/
saa_unaccel.c 161 int src_xoff, src_yoff, dst_xoff, dst_yoff; local
173 dst_pixmap = saa_get_pixmap(pDst, &dst_xoff, &dst_yoff);
189 dst_yoff - dy - src_yoff);
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_composite.c 503 int dst_xoff, dst_yoff; local
627 dest_image = image_from_pict(dst, TRUE, &dst_xoff, &dst_yoff);
633 dst_x + dst_xoff, dst_y + dst_yoff,

Completed in 10 milliseconds