Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dauxtext.c830 Pixmap dest_bitmap=None, dest_bg_bitmap=None, dest_pixmap=None; local
922 dest_bg_bitmap = XCreatePixmap(mainDisplay,mainWindow,num_cols,num_rows,1);
925 XFillRectangle(mainDisplay,dest_bg_bitmap,rotateGC,0,0,num_cols,num_rows);
934 dest_bitmap_bg_image = XGetImage(mainDisplay, dest_bg_bitmap, 0, 0, num_cols,
1057 XPutImage(mainDisplay, dest_bg_bitmap, rotateGC, dest_bitmap_bg_image, 0, 0,
1064 text_ptr->cached_bg_bitmap = dest_bg_bitmap;