Home
last modified time | relevance | path

Searched refs:shapePixmap (Results 1 – 6 of 6) sorted by last modified time

/dports/x11-wm/jwm/jwm-2.3.7/src/
H A Dborder.c215 Pixmap shapePixmap; in ResetBorder() local
251 shapePixmap = JXCreatePixmap(display, np->parent, width, height, 1); in ResetBorder()
252 shapeGC = JXCreateGC(display, shapePixmap, 0, NULL); in ResetBorder()
256 JXFillRectangle(display, shapePixmap, shapeGC, 0, 0, width, height); in ResetBorder()
263 JXFillRectangle(display, shapePixmap, shapeGC, 0, 0, width, height); in ResetBorder()
265 FillRoundedRectangle(shapePixmap, shapeGC, 0, 0, width, height, in ResetBorder()
279 JXFillRectangle(display, shapePixmap, shapeGC, west, north, in ResetBorder()
292 JXFillRectangles(display, shapePixmap, shapeGC, rects, count); in ResetBorder()
300 shapePixmap, ShapeSet); in ResetBorder()
303 JXFreePixmap(display, shapePixmap); in ResetBorder()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Draster.c316 Pixmap shapePixmap[MAXSHAPES]; variable
966 shapePixmap[i] = XCreateBitmapFromData(mainDisplay, mainWindow, in InitPattern()
1246 XFreePixmap(mainDisplay, shapePixmap[i]); in CleanUpRasters()
H A Dshape.c1188 item_info->menu_str = (char*)(Pixmap*)(&shapePixmap[i]);
H A Draster.e61 extern Pixmap shapePixmap[];
H A Dchoice.c816 ShowStipple(mainDisplay, choiceWindow, rasterGC, shapePixmap[SHAPE_STAR], in ShowShape()
/dports/x11/hs-xmobar/xmobar-0.39/src/Xmobar/X11/
H A DBitmap.hs52 , shapePixmap :: Maybe Pixmap function
124 case shapePixmap i of