Home
last modified time | relevance | path

Searched refs:GIMP_COMPONENT_TYPE_DOUBLE (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/app/gegl/
H A Dgimp-babl.c571 return GIMP_COMPONENT_TYPE_DOUBLE; in gimp_babl_format_get_component_type()
679 return GIMP_COMPONENT_TYPE_DOUBLE; in gimp_babl_component_type()
746 case GIMP_COMPONENT_TYPE_DOUBLE: in gimp_babl_precision()
795 case GIMP_COMPONENT_TYPE_DOUBLE: in gimp_babl_is_bounded()
987 case GIMP_COMPONENT_TYPE_DOUBLE: return babl_format ("Y double"); in gimp_babl_mask_format()
1403 case GIMP_COMPONENT_TYPE_DOUBLE: in gimp_babl_print_pixel()
/dports/graphics/gimp-app/gimp-2.10.30/app/actions/
H A Dimage-actions.c247 GIMP_COMPONENT_TYPE_DOUBLE, GIMP_HELP_IMAGE_CONVERT_DOUBLE }
394 case GIMP_COMPONENT_TYPE_DOUBLE: action = "image-convert-double"; break; in image_actions_update()
413 is_double = (component_type == GIMP_COMPONENT_TYPE_DOUBLE); in image_actions_update()
/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimpimage-metadata.c125 case GIMP_COMPONENT_TYPE_DOUBLE: in gimp_image_metadata_update_bits_per_sample()
/dports/graphics/gimp-app/gimp-2.10.30/app/dialogs/
H A Dconvert-precision-dialog.c134 case GIMP_COMPONENT_TYPE_DOUBLE: in convert_precision_dialog_new()
/dports/graphics/gimp-app/gimp-2.10.30/pdb/
H A Denums.pl144 GIMP_COMPONENT_TYPE_DOUBLE => '700' }
/dports/graphics/gimp-app/gimp-2.10.30/libgimpbase/
H A Dgimpbaseenums.h377 GIMP_COMPONENT_TYPE_DOUBLE = 700 /*< desc="64-bit floating point" >*/ enumerator
H A Dgimpbaseenums.c407 { GIMP_COMPONENT_TYPE_DOUBLE, "GIMP_COMPONENT_TYPE_DOUBLE", "double" }, in gimp_component_type_get_type()
418 { GIMP_COMPONENT_TYPE_DOUBLE, NC_("component-type", "64-bit floating point"), NULL }, in gimp_component_type_get_type()
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimptemplateeditor.c686 case GIMP_COMPONENT_TYPE_DOUBLE: in gimp_template_editor_precision_changed()