Searched refs:y_source (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_render.c1237 INT16 y_source; local in function:glamor_composite_with_shader
1248 y_source = rects->y_src + source_y_off;
1256 x_dest, y_dest, x_source, y_source, x_mask, y_mask, width,
1271 y_source, x_source + width,
1272 y_source + height,
1332 int y_source, int width, int height)
1352 y_source, width,
1358 y_source, width,
1384 fbComposite(PictOpSrc, source, NULL, dst, x_source, y_source,
1399 int y_source,
1329 glamor_convert_gradient_picture(ScreenPtr screen,PicturePtr source,int x_source,int y_source,int width,int height) argument
1390 glamor_composite_clipped_region(CARD8 op,PicturePtr source,PicturePtr mask,PicturePtr dest,PixmapPtr source_pixmap,PixmapPtr mask_pixmap,PixmapPtr dest_pixmap,RegionPtr region,int x_source,int y_source,int x_mask,int y_mask,int x_dest,int y_dest) argument
1601 glamor_composite(CARD8 op,PicturePtr source,PicturePtr mask,PicturePtr dest,INT16 x_source,INT16 y_source,INT16 x_mask,INT16 y_mask,INT16 x_dest,INT16 y_dest,CARD16 width,CARD16 height) argument
[all...]
H A Dglamor_gradient.c638 int x_source, int y_source,
658 " x_source = %d, y_source = %d, width = %d, height = %d\n",
659 *xscale, *yscale, x_source, y_source,
674 x_source, y_source,
680 y_source),
684 glamor_set_tcoords_tri_strip(x_source, y_source,
688 y_source,
798 int x_source, int y_source,
961 (screen, glamor_priv, dst_picture, &xscale, &yscale, x_source, y_source,
1104 int x_source, int y_source,
634 _glamor_gradient_set_pixmap_destination(ScreenPtr screen,glamor_screen_private * glamor_priv,PicturePtr dst_picture,GLfloat * xscale,GLfloat * yscale,int x_source,int y_source,int tex_normalize) argument
796 glamor_generate_radial_gradient_picture(ScreenPtr screen,PicturePtr src_picture,int x_source,int y_source,int width,int height,PictFormatShort format) argument
1102 glamor_generate_linear_gradient_picture(ScreenPtr screen,PicturePtr src_picture,int x_source,int y_source,int width,int height,PictFormatShort format) argument
[all...]
H A Dglamor_priv.h635 int y_source,
663 int x_source, int y_source,
668 int x_source, int y_source,
725 INT16 y_source,
H A Dglamor_largepixmap.c1031 INT16 y_source,
1190 x_source - x_dest, y_source - y_dest);
1206 y_source - y_dest,
1236 -x_source + x_mask, -y_source + y_mask);
1278 y_mask - y_source, mask_repeat_type, 0, 0);
1300 x_source, y_source, x_mask, y_mask, \
1339 y_dest - y_source +
1359 -y_source + y_dest +
1022 glamor_composite_largepixmap_region(CARD8 op,PicturePtr source,PicturePtr mask,PicturePtr dest,PixmapPtr source_pixmap,PixmapPtr mask_pixmap,PixmapPtr dest_pixmap,RegionPtr region,Bool force_clip,INT16 x_source,INT16 y_source,INT16 x_mask,INT16 y_mask,INT16 x_dest,INT16 y_dest,CARD16 width,CARD16 height) argument

Completed in 13 milliseconds