Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_render.c1179 pixmap_priv_get_scale(source_pixmap_priv, &src_xscale, &src_yscale); in glamor_composite_with_shader()
1189 pixmap_priv_get_scale(mask_pixmap_priv, &mask_xscale, &mask_yscale); in glamor_composite_with_shader()
H A Dglamor_utils.h51 #define pixmap_priv_get_scale(_pixmap_priv_, _pxscale_, _pyscale_) \ macro
H A Dglamor_xv.c517 pixmap_priv_get_scale(src_pixmap_priv[i], &src_xscale[i], in glamor_xv_render()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog16001 the FBO width/height in pixmap_priv_get_scale() in glamor_xv_render().