Home
last modified time | relevance | path

Searched refs:_gdk_gc_get_stipple (Results 1 – 5 of 5) sorted by relevance

/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/quartz/
H A Dgdkgc-quartz.c45 values->stipple = _gdk_gc_get_stipple (gc); in gdk_quartz_gc_get_values()
399 pattern_image = _gdk_pixmap_get_cgimage (GDK_PIXMAP (_gdk_gc_get_stipple (gc))); in gdk_quartz_draw_stippled_pattern()
428 pattern_image = _gdk_pixmap_get_cgimage (GDK_PIXMAP (_gdk_gc_get_stipple (gc))); in gdk_quartz_draw_opaque_stippled_pattern()
663 pix_impl = GDK_PIXMAP_IMPL_QUARTZ (GDK_PIXMAP_OBJECT (_gdk_gc_get_stipple (gc))->impl); in _gdk_quartz_gc_update_cg_context()
670 pix_impl = GDK_PIXMAP_IMPL_QUARTZ (GDK_PIXMAP_OBJECT (_gdk_gc_get_stipple (gc))->impl); in _gdk_quartz_gc_update_cg_context()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/
H A Dgdkinternals.h423 GdkBitmap *_gdk_gc_get_stipple (GdkGC *gc);
H A Dgdkgc.c936 _gdk_gc_get_stipple (GdkGC *gc) in _gdk_gc_get_stipple() function
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/win32/
H A Dgdkdrawable-win32.c528 _gdk_gc_get_stipple (gc) != NULL))) in generic_draw()
618 _gdk_gc_get_stipple (gc), in generic_draw()
H A Dgdkgc-win32.c522 values->stipple = _gdk_gc_get_stipple (gc); in gdk_win32_gc_get_values()