Lines Matching refs:box
41 BoxRec box; in glamor_put_image_gl() local
63 box.x1 = x; in glamor_put_image_gl()
64 box.y1 = y; in glamor_put_image_gl()
65 box.x2 = box.x1 + w; in glamor_put_image_gl()
66 box.y2 = box.y1 + h; in glamor_put_image_gl()
67 RegionInit(®ion, &box, 1); in glamor_put_image_gl()
116 BoxRec box; in glamor_get_image_gl() local
127 box.x1 = x; in glamor_get_image_gl()
128 box.x2 = x + w; in glamor_get_image_gl()
129 box.y1 = y; in glamor_get_image_gl()
130 box.y2 = y + h; in glamor_get_image_gl()
131 glamor_download_boxes(pixmap, &box, 1, in glamor_get_image_gl()