Home
last modified time | relevance | path

Searched refs:bitGC (Results 1 – 5 of 5) sorted by relevance

/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dicon.c159 XPutImage(TkGate.D,DP,TkGate.bitGC,DI,0,0,0,0,zp*w,zp*h); in Pixmap_createZoomPixmap()
H A Dcursors.c219 XCopyArea(TkGate.D,iconPM,srcPM,TkGate.bitGC, in init_cursors()
H A Dtkgate.h363 GC bitGC; /* special 1-bit GC */ member
H A Dmodsym.c285 XPutImage(TkGate.D,me->me_pixmap,TkGate.bitGC,image,0,0,0,0,width,height); in new_MssSymbol()
H A Dtkgatewin.c445 TkGate.bitGC = XCreateGC(TkGate.D,bitPM,mask,&values); in initGCs()