Home
last modified time | relevance | path

Searched refs:pen_hbrbg (Results 1 – 3 of 3) sorted by relevance

/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/win32/
H A Dgdkgc-win32.c461 win32_gc->pen_hbrbg = NULL; in _gdk_win32_gc_new()
663 dst_win32_gc->pen_hbrbg = NULL; in _gdk_windowing_gc_copy()
854 if ((win32_gc->pen_hbrbg = CreateSolidBrush (bg)) == NULL) in gdk_win32_hdc_get()
980 if (win32_gc->pen_hbrbg != NULL) in gdk_win32_hdc_release()
981 GDI_CALL (DeleteObject, (win32_gc->pen_hbrbg)); in gdk_win32_hdc_release()
H A Dgdkprivate-win32.h207 HBRUSH pen_hbrbg; member
H A Dgdkdrawable-win32.c333 if ((hbr = SelectObject (gcwin32->hdc, gcwin32->pen_hbrbg)) == HGDI_ERROR) in render_line_horizontal()
390 if ((hbr = SelectObject (gcwin32->hdc, gcwin32->pen_hbrbg)) == HGDI_ERROR) in render_line_vertical()