Home
last modified time | relevance | path

Searched refs:GIMP_ALIGN_TOP (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/app/tools/
H A Dgimpfilteroptions.c226 case GIMP_ALIGN_TOP: alignment = GIMP_ALIGN_BOTTOM; break; in gimp_filter_options_switch_preview_side()
227 case GIMP_ALIGN_BOTTOM: alignment = GIMP_ALIGN_TOP; break; in gimp_filter_options_switch_preview_side()
247 case GIMP_ALIGN_LEFT: alignment = GIMP_ALIGN_TOP; break; in gimp_filter_options_switch_preview_orientation()
249 case GIMP_ALIGN_TOP: alignment = GIMP_ALIGN_LEFT; break; in gimp_filter_options_switch_preview_orientation()
H A Dgimpalignoptions.c208 case GIMP_ALIGN_TOP: in gimp_align_options_button_new()
317 gimp_align_options_button_new (options, GIMP_ALIGN_TOP, hbox, in gimp_align_options_gui()
H A Dgimpaligntool.c711 case GIMP_ALIGN_TOP: in gimp_align_tool_align()
/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimpimage-arrange.c96 compute_offsets (list, GIMP_ALIGN_TOP); in gimp_image_arrange_objects()
109 case GIMP_ALIGN_TOP: in gimp_image_arrange_objects()
354 case GIMP_ALIGN_TOP: in compute_offset()
H A Dgimpdrawablefilter.c414 alignment == GIMP_ALIGN_TOP || in gimp_drawable_filter_set_preview_split()
426 case GIMP_ALIGN_TOP: in gimp_drawable_filter_set_preview_split()
825 case GIMP_ALIGN_TOP: in gimp_drawable_filter_get_crop_rect()
H A Dcore-enums.h63 GIMP_ALIGN_TOP, enumerator
H A Dcore-enums.c56 { GIMP_ALIGN_TOP, "GIMP_ALIGN_TOP", "align-top" }, in gimp_alignment_type_get_type()
75 { GIMP_ALIGN_TOP, "GIMP_ALIGN_TOP", NULL }, in gimp_alignment_type_get_type()