Searched refs:dst_xoff (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbtrap.c | 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 [all …]
|
| H A D | fbpict.c | 51 int dst_xoff, dst_yoff; in fbComposite() local 59 dest = image_from_pict(pDst, TRUE, &dst_xoff, &dst_yoff); in fbComposite() 65 xDst + dst_xoff, yDst + dst_yoff, width, height); in fbComposite()
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_copy.c | 215 int dst_xoff, dst_yoff; in glamor_copy_cpu_fbo() local 228 glamor_get_drawable_deltas(dst, dst_pixmap, &dst_xoff, &dst_yoff); in glamor_copy_cpu_fbo() 245 tmp_pix->drawable.x = dst_xoff; in glamor_copy_cpu_fbo() 259 dst_xoff, dst_yoff, (uint8_t *) tmp_bits, in glamor_copy_cpu_fbo() 270 dst_xoff, dst_yoff, in glamor_copy_cpu_fbo() 305 int dst_xoff, dst_yoff; in glamor_copy_fbo_cpu() local 320 fbGetDrawable(dst, dst_bits, dst_stride, dst_bpp, dst_xoff, dst_yoff); in glamor_copy_fbo_cpu() 323 dst_xoff, dst_yoff, in glamor_copy_fbo_cpu()
|