Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_transfer.c32 int dx_dst, int dy_dst, in glamor_upload_boxes() argument
60 int x1 = MAX(boxes->x1 + dx_dst, box->x1); in glamor_upload_boxes()
61 int x2 = MIN(boxes->x2 + dx_dst, box->x2); in glamor_upload_boxes()
66 ofs += (x1 - dx_dst + dx_src) * bytes_per_pixel; in glamor_upload_boxes()
132 int dx_dst, int dy_dst, in glamor_download_boxes() argument
166 ofs += (x1 - dx_src + dx_dst) * bytes_per_pixel; in glamor_download_boxes()
H A Dglamor_transfer.h29 int dx_dst, int dy_dst,
43 int dx_dst, int dy_dst,