Lines Matching refs:dst_xoff
39 int dst_xoff, dst_yoff; in fbAddTraps() local
41 if (!(image = image_from_pict(pPicture, FALSE, &dst_xoff, &dst_yoff))) in fbAddTraps()
44 pixman_add_traps(image, x_off + dst_xoff, y_off + dst_yoff, in fbAddTraps()
55 int dst_xoff, dst_yoff; in fbRasterizeTrapezoid() local
57 if (!(image = image_from_pict(pPicture, FALSE, &dst_xoff, &dst_yoff))) in fbRasterizeTrapezoid()
61 x_off + dst_xoff, y_off + dst_yoff); in fbRasterizeTrapezoid()
71 int dst_xoff, dst_yoff; in fbAddTriangles() local
73 if (!(image = image_from_pict(pPicture, FALSE, &dst_xoff, &dst_yoff))) in fbAddTriangles()
77 dst_xoff + x_off, dst_yoff + y_off, in fbAddTriangles()
102 int dst_xoff, dst_yoff; in fbShapes() local
107 dst = image_from_pict(pDst, TRUE, &dst_xoff, &dst_yoff); in fbShapes()
126 dst_xoff, dst_yoff, 1, shapes + i * shape_size); in fbShapes()
147 ySrc + src_yoff, dst_xoff, dst_yoff, nshapes, shapes); in fbShapes()