Home
last modified time | relevance | path

Searched refs:justPixmap (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Draster.e44 extern Pixmap justPixmap[];
H A Draster.c298 Pixmap justPixmap[MAXJUSTS]; variable
717 justPixmap[JUST_L] = XCreateBitmapFromData(mainDisplay, mainWindow, in InitPattern()
719 justPixmap[JUST_C] = XCreateBitmapFromData(mainDisplay, mainWindow, in InitPattern()
721 justPixmap[JUST_R] = XCreateBitmapFromData(mainDisplay, mainWindow, in InitPattern()
1210 for (i = 0; i < MAXJUSTS; i++) XFreePixmap(mainDisplay, justPixmap[i]); in CleanUpRasters()
H A Dchoice.c372 ShowStipple(mainDisplay, choiceWindow, rasterGC, justPixmap[textJust], in ShowJust()