Home
last modified time | relevance | path

Searched refs:GIMP_PDB_COLORARRAY (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/app/pdb/
H A Dgimp-pdb-compat.c166 case GIMP_PDB_COLORARRAY: in gimp_pdb_compat_param_spec()
266 case GIMP_PDB_COLORARRAY: in gimp_pdb_compat_arg_type_to_gtype()
322 { GIMP_TYPE_COLOR_ARRAY, GIMP_PDB_COLORARRAY }, in gimp_pdb_compat_arg_type_from_gtype()
/dports/graphics/gimp-app/gimp-2.10.30/app/plug-in/
H A Dplug-in-params.c224 case GIMP_PDB_COLORARRAY: in plug_in_params_to_args()
388 case GIMP_PDB_COLORARRAY: in plug_in_args_to_params()
H A Dgimpplugin-message.c728 proc_install->params[i].type == GIMP_PDB_COLORARRAY) in gimp_plug_in_handle_proc_install()
/dports/graphics/gimp-app/gimp-2.10.30/libgimpbase/
H A Dgimpbaseenums.h1045 GIMP_PDB_COLORARRAY, enumerator
1053 GIMP_PDB_BOUNDARY = GIMP_PDB_COLORARRAY, /*< skip >*/
H A Dgimpprotocol.c1556 case GIMP_PDB_COLORARRAY: in _gp_params_read()
1783 case GIMP_PDB_COLORARRAY: in _gp_params_write()
1896 case GIMP_PDB_COLORARRAY: in gp_params_destroy()
H A Dgimpbaseenums.c1296 { GIMP_PDB_COLORARRAY, "GIMP_PDB_COLORARRAY", "colorarray" }, in gimp_pdb_arg_type_get_type()
1324 { GIMP_PDB_COLORARRAY, "GIMP_PDB_COLORARRAY", NULL }, in gimp_pdb_arg_type_get_type()
/dports/graphics/gimp-app/gimp-2.10.30/pdb/
H A Denums.pl435 GIMP_PDB_COLORARRAY => '18',
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/script-fu/
H A Dscheme-wrapper.c1047 case GIMP_PDB_COLORARRAY: in script_fu_marshal_procedure_call()
1443 case GIMP_PDB_COLORARRAY: in script_fu_marshal_procedure_call()
1618 case GIMP_PDB_COLORARRAY: in script_fu_marshal_destroy_args()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/pygimp/
H A Dpygimp-pdb.c302 case GIMP_PDB_COLORARRAY: in pygimp_param_to_tuple()
574 case GIMP_PDB_COLORARRAY: in pygimp_param_from_tuple()
/dports/graphics/p5-Gimp/Gimp-2.33/lib/Gimp/
H A DLib.xs354 || typ == GIMP_PDB_COLORARRAY; in is_array()
440 case GIMP_PDB_COLORARRAY: in dump_params()
857 case GIMP_PDB_COLORARRAY: in push_gimp_sv()
1043 case GIMP_PDB_COLORARRAY: in convert_sv2gimp()
/dports/graphics/gimp-app/gimp-2.10.30/libgimp/
H A Dgimp.c1000 case GIMP_PDB_COLORARRAY: in gimp_run_procedure()
1081 case GIMP_PDB_COLORARRAY: in gimp_run_procedure()
/dports/graphics/gimp-app/gimp-2.10.30/
H A DChangeLog.pre-2-64213 added mapping from GIMP_TYPE_COLOR_ARRAY to GIMP_PDB_COLORARRAY.
4221 the unused GIMP_PDB_BOUNDARY with GIMP_PDB_COLORARRAY.