Home | History | Annotate | Download | only in fb

Lines Matching refs:dst_yoff

39     int dst_xoff, dst_yoff;
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;
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;
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;
107 dst = image_from_pict(pDst, TRUE, &dst_xoff, &dst_yoff);
126 dst_xoff, dst_yoff, 1, shapes + i * shape_size);
147 ySrc + src_yoff, dst_xoff, dst_yoff, nshapes, shapes);