Home
last modified time | relevance | path

Searched refs:PyGimpChannel (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/pygimp/
H A Dpygimp-image.c28 PyGimpChannel *chn; in img_add_channel()
49 PyGimpChannel *chn; in img_insert_channel()
50 PyGimpChannel *parent = NULL; in img_insert_channel()
245 PyGimpChannel *chn; in img_lower_channel()
368 PyGimpChannel *chn; in img_raise_channel()
426 PyGimpChannel *chn; in img_remove_channel()
966 PyGimpChannel *chn; in img_set_active_channel()
978 chn = (PyGimpChannel *)value; in img_set_active_channel()
H A Dpygimp-drawable.c1481 PyGimpChannel *mask; in lay_add_mask()
2178 chn_copy(PyGimpChannel *self) in chn_copy()
2195 chn_combine_masks(PyGimpChannel *self, PyObject *args, PyObject *kwargs) in chn_combine_masks()
2197 PyGimpChannel *channel2; in chn_combine_masks()
2230 chn_get_color(PyGimpChannel *self, void *closure) in chn_get_color()
2245 chn_set_color(PyGimpChannel *self, PyObject *value, void *closure) in chn_set_color()
2344 chn_repr(PyGimpChannel *self) in chn_repr()
2357 chn_init(PyGimpChannel *self, PyObject *args, PyObject *kwargs) in chn_init()
2401 sizeof(PyGimpChannel), /* tp_basicsize */
2443 PyGimpChannel *self; in pygimp_channel_new()
[all …]
H A Dpygimp-api.h40 } PyGimpDrawable, PyGimpLayer, PyGimpGroupLayer, PyGimpChannel; typedef
H A Dpygimp-pdb.c548 ret[i].data.d_channel = ((PyGimpChannel *)item)->ID; in pygimp_param_from_tuple()
572 ret[i].data.d_selection = ((PyGimpChannel *)item)->ID; in pygimp_param_from_tuple()
H A Dgimpui.override314 PyGimpChannel *chn;
H A Dgimpui.c4140 PyGimpChannel *chn; in _wrap_gimp_channel_combo_box_set_active_channel()