Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_xv.c977 BoxRec full_box, half_box; in glamor_xv_put_image() local
1059 half_box.x1 = 0; in glamor_xv_put_image()
1060 half_box.y1 = 0; in glamor_xv_put_image()
1061 half_box.x2 = width >> 1; in glamor_xv_put_image()
1062 half_box.y2 = (nlines + 1) >> 1; in glamor_xv_put_image()
1068 glamor_upload_boxes(port_priv->src_pix[1], &half_box, 1, in glamor_xv_put_image()
1072 glamor_upload_boxes(port_priv->src_pix[2], &half_box, 1, in glamor_xv_put_image()
1086 half_box.x1 = 0; in glamor_xv_put_image()
1087 half_box.y1 = 0; in glamor_xv_put_image()
1088 half_box.x2 = width; in glamor_xv_put_image()
[all …]