Searched refs:palette_type (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/windowscodecs/ |
H A D | converter.c | 1684 IWICPalette *palette, double alpha_threshold, WICBitmapPaletteType palette_type) in FormatConverter_Initialize() argument 1692 dither, palette, alpha_threshold, palette_type); in FormatConverter_Initialize() 1703 switch (palette_type) in FormatConverter_Initialize() 1720 res = IWICPalette_InitializePredefined(palette, palette_type, FALSE); in FormatConverter_Initialize()
|
/reactos/modules/rostests/winetests/windowscodecs/ |
H A D | bitmap.c | 475 WICBitmapPaletteType palette_type; in test_createbitmapfromsource() local 604 hr = IWICPalette_GetType(palette, &palette_type); in test_createbitmapfromsource() 606 …ok(palette_type == WICBitmapPaletteTypeFixedGray256, "unexpected palette type %d\n", palette_type); in test_createbitmapfromsource()
|
/reactos/dll/win32/gdiplus/ |
H A D | image.c | 53 WICBitmapPaletteType palette_type; member 74 static ColorPalette *get_palette(IWICBitmapFrameDecode *frame, WICBitmapPaletteType palette_type) in get_palette() argument 92 TRACE("using predefined palette %#x\n", palette_type); in get_palette() 93 hr = IWICPalette_InitializePredefined(wic_palette, palette_type, FALSE); in get_palette() 3644 WICBitmapPaletteType palette_type = WICBitmapPaletteTypeFixedHalftone256; in decode_frame_wic() local 3669 palette_type = pixel_formats[i].palette_type; in decode_frame_wic() 3748 palette = get_palette(frame, palette_type); in decode_frame_wic()
|