Searched defs:attrmask (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Drpng-x.c397 ulg attrmask; local
504 attrmask = CWBackingStore | CWEventMask;
509 attrmask |= CWColormap | CWBackPixel | CWBorderPixel;
513 depth, InputOutput, visual, attrmask, &attr);
H A Drpng2-x.c614 ulg attrmask; local
707 attrmask = CWBackingStore | CWEventMask;
712 attrmask |= CWColormap | CWBackPixel | CWBorderPixel;
716 rpng2_info.height, 0, depth, InputOutput, visual, attrmask, &attr);

Completed in 106 milliseconds