Home
last modified time | relevance | path

Searched refs:GIMP_UNIT_INCH (Results 1 – 25 of 44) sorted by relevance

12

/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimpunit.c167 gimp_unit_defs[GIMP_UNIT_INCH].factor); in _gimp_unit_get_factor()
184 gimp_unit_defs[GIMP_UNIT_INCH].digits); in _gimp_unit_get_digits()
201 gimp_unit_defs[GIMP_UNIT_INCH].identifier); in _gimp_unit_get_identifier()
218 gimp_unit_defs[GIMP_UNIT_INCH].symbol); in _gimp_unit_get_symbol()
235 gimp_unit_defs[GIMP_UNIT_INCH].abbreviation); in _gimp_unit_get_abbreviation()
252 gimp_unit_defs[GIMP_UNIT_INCH].singular); in _gimp_unit_get_singular()
269 gimp_unit_defs[GIMP_UNIT_INCH].plural); in _gimp_unit_get_plural()
H A Dgimptemplate.c176 FALSE, FALSE, GIMP_UNIT_INCH, in G_DEFINE_TYPE_WITH_CODE()
505 g_return_val_if_fail (GIMP_IS_TEMPLATE (template), GIMP_UNIT_INCH); in gimp_template_get_unit()
529 g_return_val_if_fail (GIMP_IS_TEMPLATE (template), GIMP_UNIT_INCH); in gimp_template_get_resolution_unit()
H A Dgimpgrid.c125 FALSE, FALSE, GIMP_UNIT_INCH, in G_DEFINE_TYPE_WITH_CODE()
150 FALSE, FALSE, GIMP_UNIT_INCH, in G_DEFINE_TYPE_WITH_CODE()
H A Dgimp-utils.c175 return GIMP_UNIT_INCH; in gimp_get_default_unit()
195 return GIMP_UNIT_INCH; in gimp_get_default_unit()
/dports/graphics/gimp-app/gimp-2.10.30/libgimp/
H A Dgimpunitcache.c153 g_return_val_if_fail (unit >= GIMP_UNIT_INCH, 1.0); in _gimp_unit_cache_get_factor()
167 g_return_val_if_fail (unit >= GIMP_UNIT_INCH, 0); in _gimp_unit_cache_get_digits()
H A Dgimpunit_pdb.c124 GimpUnit unit_id = GIMP_UNIT_INCH; in _gimp_unit_new()
/dports/graphics/gimp-app/gimp-2.10.30/libgimpwidgets/
H A Dgimpunitmenu.c186 for (u = show_pixels ? GIMP_UNIT_PIXEL : GIMP_UNIT_INCH; in gimp_unit_menu_new()
191 if (u == GIMP_UNIT_INCH) in gimp_unit_menu_new()
379 g_return_val_if_fail (GIMP_IS_UNIT_MENU (menu), GIMP_UNIT_INCH); in gimp_unit_menu_get_unit()
H A Dgimpunitstore.c505 unit = GIMP_UNIT_INCH; in gimp_unit_store_iter_next()
543 unit = GIMP_UNIT_INCH; in gimp_unit_store_iter_children()
/dports/graphics/xcftools/xcftools-d72ba82/src/gimp/
H A Dgimpbaseenums.h87 GIMP_UNIT_INCH = 1, enumerator
/dports/graphics/gimp-app/gimp-2.10.30/libgimpbase/
H A Dgimpunit.c178 g_return_val_if_fail (_gimp_unit_vtable.unit_new != NULL, GIMP_UNIT_INCH); in gimp_unit_new()
643 ispec->minimum = allow_pixels ? GIMP_UNIT_PIXEL : GIMP_UNIT_INCH; in gimp_param_spec_unit()
H A Dgimpbaseenums.h1498 GIMP_UNIT_INCH = 1, enumerator
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Dunit-editor.c568 NULL, unit - GIMP_UNIT_INCH)) in new_callback()
611 NULL, unit - GIMP_UNIT_INCH)) in duplicate_callback()
676 for (unit = GIMP_UNIT_INCH; unit < num_units; unit++) in unit_list_init()
H A Dfile-pdf-load.c1379 loadvals.resolution, GIMP_UNIT_INCH); in load_dialog()
1524 gre->unit = GIMP_UNIT_INCH; in gimp_resolution_entry_init()
1887 digits = (gimp_unit_get_digits (GIMP_UNIT_INCH) - in gimp_resolution_entry_update_unit()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/pygimp/
H A Dgimpenumsmodule.c56 GIMP_UNIT_INCH); in add_misc_enums()
/dports/graphics/gimp-app/gimp-2.10.30/app/config/
H A Dtest-config.c250 case GIMP_UNIT_INCH: in unit_get_identifier()
/dports/graphics/gimp-app/gimp-2.10.30/app/dialogs/
H A Dresolution-calibrate-dialog.c149 gimp_coordinates_new (GIMP_UNIT_INCH, "%p", in resolution_calibrate_dialog()
/dports/graphics/gimp-lqr-plugin/gimp-lqr-plugin-0.7.2/src/
H A Daltcoordinates.c229 GIMP_UNIT_INCH : GIMP_UNIT_PIXEL); in alt_coordinates_new()
H A Daltsizeentry.c1089 g_return_val_if_fail (ALT_IS_SIZE_ENTRY (gse), GIMP_UNIT_INCH); in alt_size_entry_get_unit()
1124 digits = (gimp_unit_get_digits (GIMP_UNIT_INCH) - in alt_size_entry_update_unit()
/dports/graphics/p5-Gimp/Gimp-2.33/lib/
H A DGimp.xs272 ADD_GIMP_CONST("UNIT_INCH", GIMP_UNIT_INCH);
/dports/graphics/gimp-app/gimp-2.10.30/app/vectors/
H A Dgimpvectors-export.c192 case GIMP_UNIT_INCH: abbrev = "in"; break; in gimp_vectors_export_image_size()
/dports/graphics/tif22pnm/tif22pnm-0.14/
H A Dminigimp.h249 #define GIMP_UNIT_INCH 1 macro
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimpsizebox.c141 GIMP_UNIT_INCH, in G_DEFINE_TYPE_WITH_PRIVATE()
H A Dgimpimagepropview.c469 unit == GIMP_UNIT_INCH ? _("ppi") : format_buf); in gimp_image_prop_view_update()
/dports/graphics/gimp-app/gimp-2.10.30/pdb/
H A Denums.pl659 GIMP_UNIT_INCH => '1',
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/twain/
H A Dtwain.c642 gimp_image_set_unit (theClientData->image_id, GIMP_UNIT_INCH); in beginTransferCallback()

12