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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/gregbook/
H A Drpng-x.c435 ulg attrmask; local
543 attrmask = CWBackingStore | CWEventMask;
548 attrmask |= CWColormap | CWBackPixel | CWBorderPixel;
552 depth, InputOutput, visual, attrmask, &attr);
H A Drpng2-x.c827 ulg attrmask; local
921 attrmask = CWBackingStore | CWEventMask;
926 attrmask |= CWColormap | CWBackPixel | CWBorderPixel;
930 rpng2_info.height, 0, depth, InputOutput, visual, attrmask, &attr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dwindow.cpp2277 unsigned attrmask = GDK_IC_ALL_REQ;
2295 attrmask |= GDK_IC_PREEDIT_COLORMAP;
2299 attrmask |= GDK_IC_PREEDIT_FOREGROUND;
2300 attrmask |= GDK_IC_PREEDIT_BACKGROUND;
2315 attrmask |= GDK_IC_PREEDIT_POSITION_REQ;
2327 win->m_ic = gdk_ic_new (attr, (GdkICAttributesType)attrmask);

Completed in 51 milliseconds