Home
last modified time | relevance | path

Searched refs:src_box (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_copy.c450 BoxPtr src_box = glamor_pixmap_box_at(src_priv, src_box_index); in glamor_copy_fbo_fbo_draw() local
452 args.dx = dx + src_off_x - src_box->x1; in glamor_copy_fbo_fbo_draw()
453 args.dy = dy + src_off_y - src_box->y1; in glamor_copy_fbo_fbo_draw()
463 .x2 = min(-args.dx + src_box->x2 - src_box->x1, bounds.x2), in glamor_copy_fbo_fbo_draw()
464 .y2 = min(-args.dy + src_box->y2 - src_box->y1, bounds.y2), in glamor_copy_fbo_fbo_draw()