Home
last modified time | relevance | path

Searched refs:cached_bg_bitmap (Results 1 – 5 of 5) sorted by last modified time

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dtypes.h330 Pixmap cached_bitmap, cached_pixmap, cached_bg_bitmap; member
H A Dtext.c260 if (text_ptr->cached_bg_bitmap != None) {
261 XFreePixmap(mainDisplay, text_ptr->cached_bg_bitmap);
266 text_ptr->cached_bg_bitmap = None;
554 if (ObjPtr->detail.t->cached_bg_bitmap != None) {
555 XFreePixmap(mainDisplay, ObjPtr->detail.t->cached_bg_bitmap);
4153 values.clip_mask = text_ptr->cached_bg_bitmap;
H A Dobj.c434 if (text_ptr->cached_bg_bitmap != None) {
435 XFreePixmap(mainDisplay, text_ptr->cached_bg_bitmap);
439 text_ptr->cached_bg_bitmap = None;
H A Ddup.c906 text_ptr->cached_bg_bitmap = None;
924 if (TextPtr->cached_bg_bitmap != None) {
930 text_ptr->cached_bg_bitmap = XCreatePixmap(mainDisplay,mainWindow,w,h,1);
931 if (text_ptr->cached_bg_bitmap == None) {
935 XCopyArea(mainDisplay, TextPtr->cached_bg_bitmap,
936 text_ptr->cached_bg_bitmap, rotateGC, 0, 0, w, h, 0, 0);
H A Dauxtext.c1064 text_ptr->cached_bg_bitmap = dest_bg_bitmap;