Home
last modified time | relevance | path

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

/dports/graphics/grafx2/grafx2/src/
H A Dloadsave.h172 byte Palette_only; ///< Boolean, true if this format saves/loads only the palette. member
H A Dloadsave.c494 if (! Get_fileformat(context->Format)->Palette_only) in Pre_load()
794 if (format->Palette_only) in Load_image()
805 if (!format->Palette_only) in Load_image()
962 if (Get_fileformat(context->Format)->Palette_only in Load_image()
1030 && (!format->Palette_only)) in Save_image()
H A Dfilesel.c1575 if (!load && ((context->Type == CONTEXT_PALETTE) != File_formats[format].Palette_only)) in Button_Load_or_Save()
H A Dbuttons.c3271 if ( (File_error==1) || (Get_fileformat(Main.fileformat)->Palette_only) ) in Load_picture()
3575 …if (!File_error && type == CONTEXT_MAIN_IMAGE && !format->Palette_only && (Main.backups->Pages->Nb… in Save_picture()