Home
last modified time | relevance | path

Searched refs:pyg_boxed_get (Results 1 – 25 of 56) sorted by relevance

123

/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/pygimp/
H A Dpygimp-colors.c49 rgb = pyg_boxed_get(self, GimpRGB); in rgb_set()
93 rgb = pyg_boxed_get(self, GimpRGB); in rgb_set_alpha()
121 pyg_boxed_get(color, GimpRGB)); in rgb_add()
124 pyg_boxed_get(color, GimpRGB)); in rgb_add()
143 pyg_boxed_get(color, GimpRGB)); in rgb_subtract()
146 pyg_boxed_get(color, GimpRGB)); in rgb_subtract()
185 pyg_boxed_get(color, GimpRGB)); in rgb_distance()
251 pyg_boxed_get(color, GimpRGB), in rgb_composite()
337 rgb = pyg_boxed_get(self, GimpRGB); in rgb_to_hsv()
350 rgb = pyg_boxed_get(self, GimpRGB); in rgb_to_hsl()
[all …]
/dports/x11-toolkits/pyl-gtk2/pygtk-2.24.0/gtk/
H A Dgdkrectangle.override59 rect = pyg_boxed_get(self, GdkRectangle);
81 rect = pyg_boxed_get(self, GdkRectangle);
115 pyg_boxed_get(self, GdkRectangle)->x = val;
128 pyg_boxed_get(self, GdkRectangle)->y = val;
141 pyg_boxed_get(self, GdkRectangle)->width = val;
154 pyg_boxed_get(self, GdkRectangle)->height = val;
180 src = *pyg_boxed_get(py_src, GdkRectangle);
210 src = *pyg_boxed_get(py_src, GdkRectangle);
226 GdkRectangle *rect1 = pyg_boxed_get(self, GdkRectangle);
227 GdkRectangle *rect2 = pyg_boxed_get(other, GdkRectangle);
[all …]
H A Dgdkcolor.override188 pyg_boxed_get(self, GdkColor)->red = red;
201 pyg_boxed_get(self, GdkColor)->blue = blue;
214 pyg_boxed_get(self, GdkColor)->green = green;
227 pyg_boxed_get(self, GdkColor)->pixel = pixel;
297 GdkColor *color = pyg_boxed_get(self, GdkColor);
312 GdkColor *color = pyg_boxed_get(self, GdkColor);
327 GdkColor *color = pyg_boxed_get(self, GdkColor);
403 colour = *pyg_boxed_get(pycolour, GdkColor);
432 GdkColor *color1 = pyg_boxed_get(self, GdkColor);
433 GdkColor *color2 = pyg_boxed_get(other, GdkColor);
[all …]
H A Dgtkborder.override60 border = pyg_boxed_get(self, GtkBorder);
83 border = pyg_boxed_get(self, GtkBorder);
117 pyg_boxed_get(self, GtkBorder)->left = val;
130 pyg_boxed_get(self, GtkBorder)->right = val;
143 pyg_boxed_get(self, GtkBorder)->top = val;
156 pyg_boxed_get(self, GtkBorder)->bottom = val;
H A Dgtktextview.override96 iter = pyg_boxed_get(py_iter, GtkTextIter);
140 iter = pyg_boxed_get(py_iter, GtkTextIter);
236 *pyg_boxed_get(self, GtkTextIter) = *pyg_boxed_get(other, GtkTextIter);
497 iter = pyg_boxed_get(py_iter, GtkTextIter);
554 iter = pyg_boxed_get(py_iter, GtkTextIter);
832 iter = pyg_boxed_get(py_iter, GtkTextIter);
1209 limit = pyg_boxed_get(pylimit, GtkTextIter);
1222 iter = pyg_boxed_get(self, GtkTextIter);
1247 limit = pyg_boxed_get(pylimit, GtkTextIter);
1260 iter = pyg_boxed_get(self, GtkTextIter);
[all …]
H A Dgdkgc.override57 values.foreground = *pyg_boxed_get(foreground, GdkColor);
64 values.background = *pyg_boxed_get(background, GdkColor);
71 values.font = pyg_boxed_get(font, GdkFont);
190 values.foreground = *pyg_boxed_get(foreground, GdkColor);
197 values.background = *pyg_boxed_get(background, GdkColor);
204 values.font = pyg_boxed_get(font, GdkFont);
333 values.foreground = *pyg_boxed_get(foreground, GdkColor);
340 values.background = *pyg_boxed_get(background, GdkColor);
347 values.font = pyg_boxed_get(font, GdkFont);
557 GdkColor *c = pyg_boxed_get(value, GdkColor);
[all …]
H A Dgtktreeview.override907 iter = pyg_boxed_get(py_iter, GtkTreeIter);
1049 iter = pyg_boxed_get(item, GtkTreeIter);
2115 parent = pyg_boxed_get(py_parent, GtkTreeIter);
2187 parent = pyg_boxed_get(py_parent, GtkTreeIter);
2219 parent = pyg_boxed_get(py_parent, GtkTreeIter);
2258 parent = pyg_boxed_get(py_parent, GtkTreeIter);
2295 parent = pyg_boxed_get(py_parent, GtkTreeIter);
2368 iter = *pyg_boxed_get(py_iter, GtkTreeIter);
2459 child = pyg_boxed_get(py_child, GtkTreeIter);
3067 parent = pyg_boxed_get(pyparent, GtkTreeIter);
[all …]
H A Dgdkdraw.override84 gdk_draw_text(GDK_DRAWABLE(self->obj), pyg_boxed_get(font, GdkFont),
404 foreground = pyg_boxed_get(py_foreground, GdkColor);
411 background = pyg_boxed_get(py_background, GdkColor);
442 line = pyg_boxed_get(py_line, PangoLayoutLine);
448 foreground = pyg_boxed_get(py_foreground, GdkColor);
455 background = pyg_boxed_get(py_background, GdkColor);
H A Dgdkcairo.override41 color = pyg_boxed_get(py_color, GdkColor);
95 rectangle = *pyg_boxed_get(py_rectangle, GdkRectangle);
116 region = pyg_boxed_get(py_region, GdkRegion);
H A Dgdk.override175 gdk_text_extents(pyg_boxed_get(self, GdkFont), text, length,
200 trans_color = pyg_boxed_get(py_trans_color, GdkColor);
254 trans_color = pyg_boxed_get(py_trans_color, GdkColor);
294 trans_color = pyg_boxed_get(py_trans_color, GdkColor);
499 pyg_boxed_get(fg, GdkColor),
500 pyg_boxed_get(bg, GdkColor),
516 GdkCursor *cursor = pyg_boxed_get(self, GdkCursor);
565 GdkRegion *region1 = pyg_boxed_get(self, GdkRegion);
566 GdkRegion *region2 = pyg_boxed_get(other, GdkRegion);
1531 fg = pyg_boxed_get(py_fg, GdkColor);
[all …]
H A Dgtkstyle.override112 style->white = *pyg_boxed_get(value, GdkColor);
133 style->black = *pyg_boxed_get(value, GdkColor);
H A Dgdkevent.override54 event = pyg_boxed_get(self, GdkEvent);
478 GdkEvent *event = pyg_boxed_get(self, GdkEvent);
865 GdkEvent *event = pyg_boxed_get(self, GdkEvent);
885 GdkEvent *event = pyg_boxed_get(self, GdkEvent);
898 GdkEvent *event = pyg_boxed_get(self, GdkEvent);
911 GdkEvent *event = pyg_boxed_get(self, GdkEvent);
935 GdkEvent *event = pyg_boxed_get(self, GdkEvent);
/dports/x11-toolkits/pyl-gtk2/pygtk-2.24.0/
H A Datkrectangle.override31 *rectangle = *pyg_boxed_get(object, AtkRectangle);
106 rect = pyg_boxed_get(self, AtkRectangle);
128 rect = pyg_boxed_get(self, AtkRectangle);
164 pyg_boxed_get(self, AtkRectangle)->x = val;
177 pyg_boxed_get(self, AtkRectangle)->y = val;
190 pyg_boxed_get(self, AtkRectangle)->width = val;
203 pyg_boxed_get(self, AtkRectangle)->height = val;
229 src = *pyg_boxed_get(py_src, AtkRectangle);
232 atk_rectangle_intersect(pyg_boxed_get(self, AtkRectangle), &src, &dest);
259 src = *pyg_boxed_get(py_src, AtkRectangle);
[all …]
H A Dpango.override723 desc = pyg_boxed_get(font_desc, PangoFontDescription);
932 pyg_boxed_get(other, PangoFontDescription)))
944 pyg_boxed_get(self, PangoFontDescription));
952 pyg_boxed_get(self, PangoFontDescription),
1376 pango_tab_array_get_tab(pyg_boxed_get(self, PangoTabArray),
1390 pango_tab_array_get_tabs(pyg_boxed_get(self, PangoTabArray),
1451 PangoAttrList *list = pyg_boxed_get(self, PangoAttrList);
1757 language = pyg_boxed_get(py_language, PangoLanguage);
1934 PangoLayoutLine *line = pyg_boxed_get(self, PangoLayoutLine);
2053 font1 = pyg_boxed_get(self, PangoFontDescription);
[all …]
H A Dpangocairo.override159 glyphs = pyg_boxed_get(py_glyphs, PangoGlyphString);
180 line = pyg_boxed_get(py_line, PangoLayoutLine);
216 glyphs = pyg_boxed_get(py_glyphs, PangoGlyphString);
237 line = pyg_boxed_get(py_line, PangoLayoutLine);
/dports/devel/pygobject3-common/pygobject-3.38.0/gi/
H A Dpygi-value.c225 const GValue * item_value = pyg_boxed_get(item, GValue); in pyg_value_array_from_pyobject()
518 g_value_set_boxed(value, pyg_boxed_get(obj, gpointer)); in pyg_value_from_pyobject_with_error()
590 g_value_set_variant(value, pyg_boxed_get(obj, GVariant)); in pyg_value_from_pyobject_with_error()
893 return pyg_value_as_pyobject (pyg_boxed_get(pygvalue, GValue), in pyg__gvalue_get()
908 value = pyg_boxed_get (pygvalue, GValue); in pyg__gvalue_get_type()
928 if (pyg_value_from_pyobject_with_error (pyg_boxed_get (pygvalue, GValue), in pyg__gvalue_set()
H A Dpygi-struct-marshal.c116 GValue *source_value = pyg_boxed_get (py_arg, GValue); in pygi_arg_gvalue_from_py_marshal()
179 closure = (GClosure *)pyg_boxed_get (py_arg, void); in pygi_arg_gclosure_from_py_marshal()
275 arg->v_pointer = pyg_boxed_get (py_arg, void); in pygi_arg_struct_from_py_marshal()
H A Dpygi-source.c269 g_source_set_callback(pyg_boxed_get (self, GSource), in pygi_source_set_callback()
/dports/devel/py-gobject3/pygobject-3.38.0/gi/
H A Dpygi-value.c225 const GValue * item_value = pyg_boxed_get(item, GValue); in pyg_value_array_from_pyobject()
518 g_value_set_boxed(value, pyg_boxed_get(obj, gpointer)); in pyg_value_from_pyobject_with_error()
590 g_value_set_variant(value, pyg_boxed_get(obj, GVariant)); in pyg_value_from_pyobject_with_error()
893 return pyg_value_as_pyobject (pyg_boxed_get(pygvalue, GValue), in pyg__gvalue_get()
908 value = pyg_boxed_get (pygvalue, GValue); in pyg__gvalue_get_type()
928 if (pyg_value_from_pyobject_with_error (pyg_boxed_get (pygvalue, GValue), in pyg__gvalue_set()
H A Dpygi-struct-marshal.c116 GValue *source_value = pyg_boxed_get (py_arg, GValue); in pygi_arg_gvalue_from_py_marshal()
179 closure = (GClosure *)pyg_boxed_get (py_arg, void); in pygi_arg_gclosure_from_py_marshal()
275 arg->v_pointer = pyg_boxed_get (py_arg, void); in pygi_arg_struct_from_py_marshal()
/dports/audio/ario/ario-1.6/bindings/python/
H A Doverride_common.c190 ptr = pyg_boxed_get (py_ptr, void); in _helper_unwrap_boxed_pylist()
280 boxed = pyg_boxed_get (py_boxed, void); in _helper_unwrap_boxed_gptrarray()
/dports/x11/xpra/xpra-4.3/xpra/gtk_common/gtk3/
H A Dgdk_bindings.pxd21 cdef void *pyg_boxed_get(v) function
/dports/x11-toolkits/pyl-gtksourceview/pygtksourceview-2.10.1/
H A Dgtksourceview2.override354 iter = pyg_boxed_get(py_iter, GtkTextIter);
413 iter = pyg_boxed_get(py_iter, GtkTextIter);
416 limit = pyg_boxed_get(py_limit, GtkTextIter);
458 iter = pyg_boxed_get(py_iter, GtkTextIter);
461 limit = pyg_boxed_get(py_limit, GtkTextIter);
885 *iter = *pyg_boxed_get(py_retval, GtkTextIter);
1016 position = pyg_boxed_get(py_position, GtkTextIter);
1259 iter = pyg_boxed_get(py_iter, GtkTextIter);
/dports/devel/pygobject3-common/pygobject-3.38.0/tests/
H A Dtesthelpermodule.c560 G_VALUE_HOLDS(pyg_boxed_get(obj, GValue), PYGI_TYPE_VALUE_ARRAY)) { in _wrap_value_array_get_nth_type()
561 arr = g_value_get_boxed(pyg_boxed_get(obj, GValue)); in _wrap_value_array_get_nth_type()
563 arr = pyg_boxed_get(obj, GValueArray); in _wrap_value_array_get_nth_type()
/dports/devel/py-gobject3/pygobject-3.38.0/tests/
H A Dtesthelpermodule.c560 G_VALUE_HOLDS(pyg_boxed_get(obj, GValue), PYGI_TYPE_VALUE_ARRAY)) { in _wrap_value_array_get_nth_type()
561 arr = g_value_get_boxed(pyg_boxed_get(obj, GValue)); in _wrap_value_array_get_nth_type()
563 arr = pyg_boxed_get(obj, GValueArray); in _wrap_value_array_get_nth_type()

123