Home
last modified time | relevance | path

Searched refs:GIMP_CONVERT_DITHER_NONE (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/libgimp/
H A Dgimptypes.h73 #define GIMP_NO_DITHER GIMP_CONVERT_DITHER_NONE
H A Dgimpenums.h44 GIMP_CONVERT_DITHER_NONE, enumerator
H A Dgimpenums.c49 { GIMP_CONVERT_DITHER_NONE, "GIMP_CONVERT_DITHER_NONE", "none" }, in gimp_convert_dither_type_get_type()
58 { GIMP_CONVERT_DITHER_NONE, "GIMP_CONVERT_DITHER_NONE", NULL }, in gimp_convert_dither_type_get_type()
H A Dgimpexport.c224 GIMP_CONVERT_DITHER_NONE, in export_convert_indexed()
229 GIMP_CONVERT_DITHER_NONE, in export_convert_indexed()
/dports/graphics/gimp-app/gimp-2.10.30/app/pdb/
H A Dimage-convert-cmds.c344 GIMP_CONVERT_DITHER_NONE, in register_image_convert_procs()
/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dcore-enums.h160 GIMP_CONVERT_DITHER_NONE, /*< desc="None" >*/ enumerator
H A Dcore-enums.c275 { GIMP_CONVERT_DITHER_NONE, "GIMP_CONVERT_DITHER_NONE", "none" }, in gimp_convert_dither_type_get_type()
284 { GIMP_CONVERT_DITHER_NONE, NC_("convert-dither-type", "None"), NULL }, in gimp_convert_dither_type_get_type()
H A Dgimpimage-convert-indexed.c838 dither_type = GIMP_CONVERT_DITHER_NONE; in gimp_image_convert_indexed()
4465 case GIMP_CONVERT_DITHER_NONE: in initialize_median_cut()
4492 case GIMP_CONVERT_DITHER_NONE: in initialize_median_cut()
4535 case GIMP_CONVERT_DITHER_NONE: in initialize_median_cut()
/dports/graphics/gimp-app/gimp-2.10.30/pdb/
H A Denums.pl862 mapping => { GIMP_CONVERT_DITHER_NONE => '0',
/dports/graphics/gimp-app/gimp-2.10.30/app/config/
H A Dgimpdialogconfig.c261 GIMP_CONVERT_DITHER_NONE, in G_DEFINE_TYPE_WITH_PRIVATE()