Searched refs:convert_rgb_to_rgb (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/gdiplus/ |
H A D | image.c | 826 convert_rgb_to_rgb(getpixel_24bppRGB, setpixel_32bppRGB); in convert_pixels() 828 convert_rgb_to_rgb(getpixel_24bppRGB, setpixel_32bppARGB); in convert_pixels() 832 convert_rgb_to_rgb(getpixel_24bppRGB, setpixel_48bppRGB); in convert_pixels() 834 convert_rgb_to_rgb(getpixel_24bppRGB, setpixel_64bppARGB); in convert_pixels() 855 convert_rgb_to_rgb(getpixel_32bppRGB, setpixel_24bppRGB); in convert_pixels() 857 convert_rgb_to_rgb(getpixel_32bppRGB, setpixel_32bppARGB); in convert_pixels() 861 convert_rgb_to_rgb(getpixel_32bppRGB, setpixel_48bppRGB); in convert_pixels() 863 convert_rgb_to_rgb(getpixel_32bppRGB, setpixel_64bppARGB); in convert_pixels() 941 convert_rgb_to_rgb(getpixel_48bppRGB, setpixel_24bppRGB); in convert_pixels() 943 convert_rgb_to_rgb(getpixel_48bppRGB, setpixel_32bppRGB); in convert_pixels() [all …]
|