Searched refs:testdata_32bppGrayFloat (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/windowscodecs/ |
H A D | converter.c | 528 static const struct bitmap_data testdata_32bppGrayFloat = { variable 1887 …test_conversion(&testdata_24bppRGB, &testdata_32bppGrayFloat, "24bppRGB -> 32bppGrayFloat", FALSE); in START_TEST() 1888 …test_conversion(&testdata_32bppBGR, &testdata_32bppGrayFloat, "32bppBGR -> 32bppGrayFloat", FALSE); in START_TEST() 1892 …test_conversion(&testdata_32bppGrayFloat, &testdata_24bppBGR_gray, "32bppGrayFloat -> 24bppBGR gra… in START_TEST() 1893 …test_conversion(&testdata_32bppGrayFloat, &testdata_8bppGray, "32bppGrayFloat -> 8bppGray", FALSE); in START_TEST()
|