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

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_render.c1241 INT16 y_dest; local in function:glamor_composite_with_shader
1246 y_dest = rects->y_dst + dest_y_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);
1464 y_dest += dest->pDrawable->y;
1467 y_source - y_dest, FALSE, FALSE, 0, NULL);
1483 extent->y1 + y_source - y_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);
1206 y_source - y_dest,
1252 -x_dest + x_mask, -y_dest + y_mask);
1271 y_mask - y_dest, mask_repeat_type, 0, 0);
1301 x_dest, y_dest)) { \
1321 y_dest - y_mask +
1339 y_dest - y_source +
1359 -y_source + y_dest +
1389 x_mask - x_dest, y_mask - 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
[all...]
H A Dglamor_priv.h637 int x_dest, int y_dest);
728 INT16 x_dest, INT16 y_dest,

Completed in 28 milliseconds