HomeSort by: relevance | last modified time | path
    Searched refs:Pixmap (Results 1 - 25 of 305) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/ctwm/dist/
icons_builtin.h 8 Pixmap CreateMenuIcon(int height, unsigned int *widthp, unsigned int *heightp);
9 Pixmap Create3DMenuIcon(unsigned int height,
16 Pixmap Create3DIconManagerIcon(ColorPair cp);
17 Pixmap Create2DIconManagerIcon(void);
image_bitmap.h 12 Pixmap GetBitmap(const char *name);
image_bitmap_builtin.h 7 Pixmap get_builtin_plain_pixmap(const char *name, unsigned int *widthp,
image.h 10 Pixmap pixmap; member in struct:Image
11 Pixmap mask;
37 #define TBPM_DOT ":dot" /* name of titlebar pixmap for dot */
39 #define TBPM_RESIZE ":resize" /* name of titlebar pixmap for resize button */
40 #define TBPM_XLOGO ":xlogo" /* name of titlebar pixmap for xlogo */
42 #define TBPM_MENU ":menu" /* name of titlebar pixmap for menus */
43 #define TBPM_QUESTION ":question" /* name of unknown titlebar pixmap */
50 #define TBPM_3DDOT ":xpm:dot" /* name of titlebar pixmap for dot */
51 #define TBPM_3DRESIZE ":xpm:resize" /* name of titlebar pixmap for resize button *
    [all...]
  /xsrc/external/mit/libX11/dist/src/
Cr.h 13 Pixmap pid,
22 Pixmap source,
23 Pixmap mask,
FreePix.c 35 Pixmap pixmap)
39 GetResReq(FreePixmap, pixmap, req);
CrBFData.c 33 * XCreateBitmapFromData: Routine to make a pixmap of depth 1 from user
35 * D is any drawable on the same screen that the pixmap will be used in.
37 * width & height give the size in bits of the pixmap.
49 Pixmap XCreateBitmapFromData(
56 Pixmap pix = XCreatePixmap(display, d, width, height, 1);
60 return (Pixmap) None;
CrPFBData.c 34 * XCreatePixmapFromBitmapData: Routine to make a pixmap from user supplied bitmap data.
35 * D is any drawable on the same screen that the pixmap will be used in.
37 * width & height give the size in bits of the pixmap.
39 * Depth is the depth of the pixmap to create.
51 Pixmap XCreatePixmapFromBitmapData(
61 Pixmap pix = XCreatePixmap(display, d, width, height, depth);
69 return (Pixmap) None;
CrPixmap.c 36 Pixmap pid,
41 Pixmap XCreatePixmap (
48 Pixmap pid;
CrCursor.c 35 Pixmap source,
36 Pixmap mask,
45 Pixmap source,
46 Pixmap mask,
PmapBgnd.c 36 Pixmap pixmap)
43 OneDataCard32 (dpy, NEXTPTR(req,xChangeWindowAttributesReq), pixmap);
PmapBord.c 36 Pixmap pixmap)
43 OneDataCard32 (dpy, NEXTPTR(req,xChangeWindowAttributesReq), pixmap);
SetClMask.c 36 Pixmap mask)
39 /* always update, since client may have changed pixmap contents */
SetStip.c 36 Pixmap stipple)
39 /* always update, since client may have changed pixmap contents */
SetTile.c 36 Pixmap tile)
39 /* always update, since client may have changed pixmap contents */
  /xsrc/external/mit/xf86-video-intel/dist/test/
dri3.h 33 Pixmap dri3_create_pixmap(Display *dpy,
38 Pixmap pixmap,
46 int dri3_create_fence(Display *dpy, Pixmap pixmap, struct dri3_fence *out);
  /xsrc/external/mit/xf86-video-intel-2014/dist/test/
dri3.h 33 Pixmap dri3_create_pixmap(Display *dpy,
38 Pixmap pixmap,
46 int dri3_create_fence(Display *dpy, Pixmap pixmap, struct dri3_fence *out);
  /xsrc/external/mit/xorg-server/dist/hw/xnest/
Display.h 36 extern Pixmap xnestIconBitmap;
37 extern Pixmap xnestScreenSaverPixmap;
  /xsrc/external/mit/xorg-server.old/dist/hw/xnest/
Display.h 36 extern Pixmap xnestIconBitmap;
37 extern Pixmap xnestScreenSaverPixmap;
  /xsrc/external/mit/libXmu/dist/include/X11/Xmu/
Drawing.h 83 Pixmap XmuCreatePixmapFromBitmap
87 Pixmap bitmap,
95 Pixmap XmuCreateStippledPixmap
106 Pixmap pixmap
109 Pixmap XmuLocateBitmapFile
121 Pixmap XmuLocatePixmapFile
  /xsrc/external/mit/libXmu/dist/src/
CrPixFBit.c 35 * XmuCreatePixmapFromBitmap make a pixmap from a bitmap
45 Pixmap
46 XmuCreatePixmapFromBitmap(Display *dpy, Drawable d, Pixmap bitmap,
53 * bitmap - single plane pixmap
54 * width, height - dimensions of bitmap and pixmap
55 * depth - depth of pixmap to create
59 Pixmap pixmap; local
61 pixmap = XCreatePixmap (dpy, d, width, height, depth);
62 if (pixmap != None)
    [all...]
  /xsrc/external/mit/xbiff/dist/
MailboxP.h 64 Boolean flipit; /* do flip of full pixmap */
73 Pixmap bitmap, mask; /* depth 1, describing shape */
74 Pixmap pixmap; /* full depth pixmap */ member in struct:__anon6548::_mbimage
79 Pixmap mask;
  /xsrc/external/mit/xfontsel/dist/
ULabelP.h 89 Pixmap pixmap; member in struct:__anon9693
92 Pixmap left_bitmap;
97 Pixmap stipple;
104 unsigned int lbm_width, lbm_height; /* size of pixmap */
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
xf86rush.h 51 Pixmap /* Pixmap */,
58 Pixmap /* Pixmap */
82 Pixmap /* pixmap */,
  /xsrc/external/mit/xkbutils/dist/
LEDP.h 61 Pixmap on_pixmap;
62 Pixmap off_pixmap;

Completed in 18 milliseconds

1 2 3 4 5 6 7 8 91011>>