Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/d3dx9_36/
H A Dsurface.c1737 const struct pixel_format_desc *ck_format = NULL; in convert_argb_pixels() local
1757 ck_format = get_format_info(D3DFMT_A8R8G8B8); in convert_argb_pixels()
1758 init_argb_conversion_info(src_format, ck_format, &ck_conv_info); in convert_argb_pixels()
1800 if (ck_format) in convert_argb_pixels()
1804 format_from_vec4(ck_format, &tmp, (BYTE *)&ck_pixel); in convert_argb_pixels()
1845 const struct pixel_format_desc *ck_format = NULL; in point_filter_argb_pixels() local
1860 ck_format = get_format_info(D3DFMT_A8R8G8B8); in point_filter_argb_pixels()
1861 init_argb_conversion_info(src_format, ck_format, &ck_conv_info); in point_filter_argb_pixels()
1908 if (ck_format) in point_filter_argb_pixels()
1912 format_from_vec4(ck_format, &tmp, (BYTE *)&ck_pixel); in point_filter_argb_pixels()