Searched refs:palettized (Results 1 – 2 of 2) sorted by relevance
70 + FIXME("Saving surfaces with palettized pixel formats not implemented yet\n");
5995 static char *create_bitmap(unsigned int w, unsigned int h, BOOL palettized) in create_bitmap() argument5997 unsigned int bpp = palettized ? 8 : 24; in create_bitmap()6015 size = FIELD_OFFSET(BITMAPINFO, bmiColors[palettized ? 256 : 0]); in create_bitmap()6031 if (palettized) in create_bitmap()6048 if (palettized) in create_bitmap()6070 BOOL upside_down, unsigned int w, unsigned int h, BOOL palettized) in test_bitmap_data() argument6082 if (w * h > 256 && !palettized) in test_bitmap_data()6122 if (!palettized) in test_bitmap_data()6204 BOOL palettized; in test_load_texture() member6259 filename = create_bitmap(tests[i].w, tests[i].h, tests[i].palettized); in test_load_texture()[all …]