Searched refs:PICT_VISFORMAT (Results 1 – 3 of 3) sorted by relevance
46 #define PICT_VISFORMAT(bpp,type,vi) (((bpp) << 24) | \ macro
247 format = PICT_VISFORMAT(bpp, PICT_TYPE_COLOR, v); in PictureCreateDefaultFormats()252 format = PICT_VISFORMAT(bpp, PICT_TYPE_GRAY, v); in PictureCreateDefaultFormats()
712 *des = PICT_VISFORMAT(src_bpp, src_type, new_vis); in combine_pict_format()721 *des = PICT_VISFORMAT(src_bpp, pict_format_combine_tab[i] in combine_pict_format()