Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dfont.c1242 static XImage *rotatedVertFontImage=NULL; variable
1313 if (rotatedVertFontImage != NULL) XDestroyImage(rotatedVertFontImage);
1314 rotatedVertFontImage = XGetImage(mainDisplay, rotatedVertFontBitmap, 0, 0,
1316 if (rotatedVertFontImage == NULL) {
1333 XPutPixel(rotatedVertFontImage, c, r, 1);
1347 XPutPixel(rotatedVertFontImage, c, r, 1);
1354 rotatedVertFontImage, 0, 0, 0, 0, dest_cols, dest_rows);
3725 rotatedVertFontImage = NULL; in InitFonts()
5688 if (rotatedVertFontImage != NULL) XDestroyImage(rotatedVertFontImage); in CleanUpFonts()
5689 rotatedVertFontImage = NULL; in CleanUpFonts()