Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_render.c1231 INT16 x_source; in glamor_composite_with_shader() local
1242 x_source = rects->x_src + source_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()
1265 src_yscale, x_source, in glamor_composite_with_shader()
1266 y_source, x_source + width, in glamor_composite_with_shader()
1329 int x_source, in glamor_convert_gradient_picture() argument
1349 source, x_source, in glamor_convert_gradient_picture()
1355 source, x_source, in glamor_convert_gradient_picture()
1382 fbComposite(PictOpSrc, source, NULL, dst, x_source, y_source, in glamor_convert_gradient_picture()
1396 int x_source, in glamor_composite_clipped_region() argument
[all …]
H A Dglamor_gradient.c638 int x_source, int y_source, in _glamor_gradient_set_pixmap_destination() argument
659 *xscale, *yscale, x_source, y_source, in _glamor_gradient_set_pixmap_destination()
674 x_source, y_source, in _glamor_gradient_set_pixmap_destination()
677 x_source), in _glamor_gradient_set_pixmap_destination()
684 glamor_set_tcoords_tri_strip(x_source, y_source, in _glamor_gradient_set_pixmap_destination()
686 x_source, in _glamor_gradient_set_pixmap_destination()
798 int x_source, int y_source, in glamor_generate_radial_gradient_picture() argument
961 (screen, glamor_priv, dst_picture, &xscale, &yscale, x_source, y_source, in glamor_generate_radial_gradient_picture()
1106 int x_source, int y_source, in glamor_generate_linear_gradient_picture() argument
1279 (screen, glamor_priv, dst_picture, &xscale, &yscale, x_source, y_source, in glamor_generate_linear_gradient_picture()
H A Dglamor_largepixmap.c1030 INT16 x_source, 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()
1236 -x_source + x_mask, -y_source + y_mask); in glamor_composite_largepixmap_region()
1277 &n_mask_regions, x_mask - x_source, in glamor_composite_largepixmap_region()
1300 x_source, y_source, x_mask, y_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()
H A Dglamor_priv.h637 int x_source,
666 int x_source, int y_source,
671 int x_source, int y_source,
727 INT16 x_source,
/OK3568_Linux_fs/external/xserver/
H A DChangeLog44155 INT16 x_source,
44182 x_source,y_source Unclipped source-relative operation coordinate
44200 x_source_clipped = x_source + x_off_clipped;
44205 x_mask_clipped = x_source + x_off_clipped;
44215 extent->x1 + x_source - x_dest,
44228 x_source_clipped = x_source + x_off_clipped
44229 = x_source + x_dest_clipped - x_dest
44230 = x_source + extents->x1 - dest->drawable.x - x_dest
44235 x_temp_src = x_source - x_source_clipped;
44239 x_source/y_source because all we're doing is clipping. This means that
[all …]