Searched refs:ColorPair (Results 1 - 25 of 32) sorted by relevance

12

/xsrc/external/mit/ctwm/dist/
H A Dimage_xpm.h7 Image *GetXpmImage(const char *name, ColorPair cp);
H A Dimage_xwd.h7 Image *GetXwdImage(const char *name, ColorPair cp);
H A Dimage_bitmap_builtin.h9 Image *get_builtin_scalable_pixmap(const char *name, ColorPair cp);
10 Image *get_builtin_animated_pixmap(const char *name, ColorPair cp);
H A Dicons_builtin.h11 ColorPair cp);
16 Pixmap Create3DIconManagerIcon(ColorPair cp);
H A Dworkspace_structs.h28 ColorPair cp;
39 ColorPair windowcp;
41 ColorPair cp;
51 ColorPair curColors;
56 ColorPair defColors;
71 ColorPair cp;
72 ColorPair backcp;
H A Dimage_bitmap.h11 Image *GetBitmapImage(const char *name, ColorPair cp);
H A Ddrawing.h12 ColorPair cp, ButtonState state, bool fill, bool forcebw);
22 char *label, ColorPair cp, ButtonState state);
H A Dimage.h18 Image *GetImage(const char *name, ColorPair cp);
28 Image *get_image_anim_cp(const char *name, ColorPair cp,
29 Image * (*imgloader)(const char *, ColorPair));
H A Dtwm_window_struct.h163 ColorPair borderC; ///< ColorPair for focused window borders
164 ColorPair border_tile; ///< ColorPair for non-focused window borders
165 ColorPair title; ///< ColorPair for various other titlebar bits
H A Dtypes.h34 typedef struct ColorPair ColorPair; typedef in typeref:struct:ColorPair
H A Dimage_bitmap.c28 static Image *LoadBitmapImage(const char *name, ColorPair cp);
49 GetBitmapImage(const char *name, ColorPair cp)
137 LoadBitmapImage(const char *name, ColorPair cp)
H A Dimage_xpm.c18 static Image *LoadXpmImage(const char *name, ColorPair cp);
28 GetXpmImage(const char *name, ColorPair cp)
45 LoadXpmImage(const char *name, ColorPair cp)
H A Dmenus.h55 ColorPair normal; /* unhiglight colors */
56 ColorPair highlight; /* highlight colors */
76 ColorPair highlight; /* highlight colors */
H A Dscreen.h363 * ColorPair or Pixel values (for the "normal" colors of each type)
369 ColorPair BorderTileC;
373 ColorPair TitleC;
376 ColorPair MenuC;
379 ColorPair MenuTitleC;
383 ColorPair IconC;
387 ColorPair IconManagerC;
390 ColorPair DefaultC;
393 ColorPair BorderColorC;
H A Dicons.h41 ColorPair iconc;
H A Doccupation.h23 ColorPair cp;
H A Dutil.h62 void GetShadeColors(ColorPair *cp);
H A Diconmgr.h28 ColorPair cp;
H A Dimage.c37 GetImage(const char *name, ColorPair cp)
278 ColorPair cp, Image * (*imgloader)(const char *, ColorPair))
H A Dimage_bitmap_builtin.c257 #define DEF_BI_SPM(nm) Image *nm(ColorPair cp)
279 get_builtin_scalable_pixmap(const char *name, ColorPair cp)
732 #define DEF_BI_ASPM(nm) Image *nm(ColorPair cp)
736 ColorPair cp);
737 static Image *Create3DMenuAnimation(bool up, ColorPair cp);
738 static Image *Create3DZoomAnimation(bool in, bool out, int n, ColorPair cp);
766 get_builtin_animated_pixmap(const char *name, ColorPair cp)
815 ColorPair cp)
861 Create3DMenuAnimation(bool up, ColorPair cp)
906 Create3DZoomAnimation(bool in, bool out, int n, ColorPair c
[all...]
H A Dimage_xwd.c19 static Image *LoadXwdImage(const char *filename, ColorPair cp);
30 GetXwdImage(const char *name, ColorPair cp)
46 LoadXwdImage(const char *filename, ColorPair cp)
H A Dicons_builtin.c38 ColorPair cp)
178 Create3DIconManagerIcon(ColorPair cp)
H A Ddrawing.c35 ColorPair cp, ButtonState state, bool fill, bool forcebw)
154 char *label, ColorPair cp, ButtonState state)
/xsrc/external/mit/twm/dist/src/
H A Dscreen.h125 ColorPair BorderTileC; /* border tile colors */
126 ColorPair TitleC; /* titlebar colors */
127 ColorPair MenuC; /* menu colors */
128 ColorPair MenuTitleC; /* menu title colors */
129 ColorPair IconC; /* icon colors */
130 ColorPair IconManagerC; /* icon manager colors */
133 ColorPair DefaultC; /* default colors */
H A Dtwm.h168 typedef struct ColorPair { struct
170 } ColorPair; typedef in typeref:struct:ColorPair
277 ColorPair border_tile;
278 ColorPair title;
279 ColorPair iconc;

Completed in 20 milliseconds

12