Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_render.c1235 INT16 x_dest; in glamor_composite_with_shader() local
1240 x_dest = rects->x_dst + dest_x_off; in glamor_composite_with_shader()
1251 x_dest, y_dest, x_source, y_source, x_mask, y_mask, width, in glamor_composite_with_shader()
1255 dst_yscale, x_dest, y_dest, in glamor_composite_with_shader()
1256 x_dest + width, y_dest + height, in glamor_composite_with_shader()
1398 int x_mask, int y_mask, int x_dest, int y_dest) in glamor_composite_clipped_region() argument
1435 x_source, y_source, x_mask, y_mask, x_dest, y_dest, width, height); in glamor_composite_clipped_region()
1461 x_dest += dest->pDrawable->x; in glamor_composite_clipped_region()
1464 box, nbox, x_source - x_dest, in glamor_composite_clipped_region()
1480 extent->x1 + x_source - x_dest - dest->pDrawable->x, in glamor_composite_clipped_region()
[all …]
H A Dglamor_largepixmap.c1034 INT16 x_dest, INT16 y_dest, in glamor_composite_largepixmap_region() argument
1190 x_source - x_dest, y_source - y_dest); in glamor_composite_largepixmap_region()
1205 x_source - x_dest, in glamor_composite_largepixmap_region()
1252 -x_dest + x_mask, -y_dest + y_mask); in glamor_composite_largepixmap_region()
1270 &n_mask_regions, x_mask - x_dest, in glamor_composite_largepixmap_region()
1301 x_dest, y_dest)) { \ in glamor_composite_largepixmap_region()
1319 x_dest - x_mask + in glamor_composite_largepixmap_region()
1337 x_dest - x_source + in glamor_composite_largepixmap_region()
1358 -x_source + x_dest + dest->pDrawable->x, in glamor_composite_largepixmap_region()
1389 x_mask - x_dest, y_mask - y_dest); in glamor_composite_largepixmap_region()
[all …]
H A Dglamor_priv.h640 int x_dest, int y_dest);
731 INT16 x_dest, INT16 y_dest,
/OK3568_Linux_fs/external/xserver/
H A DChangeLog44159 INT16 x_dest, INT16 y_dest,
44176 drawable as x_dest, y_dest. The protocol coordinates now exist solely to
44181 x_dest,y_dest Unclipped destination-relative operation coordinate
44195 x_off_clipped = x_dest_clipped - x_dest
44215 extent->x1 + x_source - x_dest,
44219 x_temp_src = -extent->x1 + x_dest;
44229 = x_source + x_dest_clipped - x_dest
44230 = x_source + extents->x1 - dest->drawable.x - x_dest
44247 = x_dest - x_dest_clipped
44248 = x_dest - (extents->x1 - dest->drawable.x)
[all …]