Searched refs:bg_col (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dsm501fb.c1067 unsigned int bg_col = cursor->image.bg_color; local
1071 __func__, bg_col, fg_col);
1073 bg = ((info->cmap.red[bg_col] & 0xF8) << 8) |
1074 ((info->cmap.green[bg_col] & 0xFC) << 3) |
1075 ((info->cmap.blue[bg_col] & 0xF8) >> 3);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddcclient.cpp381 const GdkColor *bg_col = m_backgroundBrush.GetColour().GetColor(); local
383 GdkColor *bg_col = m_backgroundBrush.GetColour().GetColor(); local
400 gdk_gc_set_background( m_penGC, bg_col );
407 gdk_gc_set_background( m_brushGC, bg_col );
412 gdk_gc_set_background( m_bgGC, bg_col );
413 gdk_gc_set_foreground( m_bgGC, bg_col );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Ddcclient.cpp370 GdkColor *bg_col = m_backgroundBrush.GetColour().GetColor(); local
384 gdk_gc_set_background( m_penGC, bg_col );
391 gdk_gc_set_background( m_brushGC, bg_col );
396 gdk_gc_set_background( m_bgGC, bg_col );
397 gdk_gc_set_foreground( m_bgGC, bg_col );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Ddcclient.cpp263 unsigned long bg_col = m_backgroundBrush.GetColour().GetPixel(); local
285 XSetBackground( (Display*) m_display, (GC) m_penGC, bg_col );
292 XSetBackground( (Display*) m_display, (GC) m_brushGC, bg_col );
297 XSetForeground( (Display*) m_display, (GC) m_bgGC, bg_col );
298 XSetBackground( (Display*) m_display, (GC) m_bgGC, bg_col );

Completed in 44 milliseconds