Searched refs:hatches (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddcclient.cpp58 static GdkPixmap *hatches[num_hatches]; variable
430 hatch_bitmap = hatches;
2104 gdk_gc_set_stipple( m_brushGC, hatches[num] );
2149 gdk_gc_set_stipple( m_bgGC, hatches[num] );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Ddcclient.cpp58 static GdkPixmap *hatches[num_hatches]; variable
414 hatch_bitmap = hatches;
1833 gdk_gc_set_stipple( m_brushGC, hatches[num] );
1878 gdk_gc_set_stipple( m_bgGC, hatches[num] );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Ddcclient.cpp61 static Pixmap hatches[num_hatches]; variable
318 hatch_bitmap = hatches;
1955 XSetStipple( (Display*) m_display, (GC) m_brushGC, hatches[num] );
2000 XSetStipple( (Display*) m_display, (GC) m_bgGC, hatches[num] );

Completed in 82 milliseconds