Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dchoice.c158 static XImage *abcImage=NULL; variable
180 abcImage = XGetImage(mainDisplay, abcBitmap, 0, 0, abc_width, abc_height, 1, in InitChoice()
182 if (abcImage == NULL) FailAllocMessage(); in InitChoice()
191 XDestroyImage(abcImage); in CleanUpChoices()
192 abcImage = NULL; in CleanUpChoices()
307 if (XGetPixel(abcImage, new_x, new_y) == 1) { in UpdateAbcBitmap()