Searched refs:x_dest (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_render.c1240 INT16 x_dest; local in function:glamor_composite_with_shader
1245 x_dest = rects->x_dst + dest_x_off;
1256 x_dest, y_dest, x_source, y_source, x_mask, y_mask, width,
1260 dst_yscale, x_dest, y_dest,
1261 x_dest + width, y_dest + height,
1400 int x_mask, int y_mask, int x_dest, int y_dest)
1437 x_source, y_source, x_mask, y_mask, x_dest, y_dest, width, height);
1463 x_dest += dest->pDrawable->x;
1466 box, nbox, x_source - x_dest,
1482 extent->x1 + x_source - x_dest
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_largepixmap.c1034 INT16 x_dest, INT16 y_dest,
1190 x_source - x_dest, y_source - y_dest);
1205 x_source - x_dest,
1252 -x_dest + x_mask, -y_dest + y_mask);
1270 &n_mask_regions, x_mask - x_dest,
1301 x_dest, y_dest)) { \
1319 x_dest - x_mask +
1337 x_dest - x_source +
1358 -x_source + x_dest + dest->pDrawable->x,
1389 x_mask - x_dest, y_mas
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
[all...]
H A Dglamor_priv.h637 int x_dest, int y_dest);
728 INT16 x_dest, INT16 y_dest,

Completed in 7 milliseconds