Searched refs:Pixel (Results 1 - 25 of 57) sorted by relevance

123

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1StripCharP.h44 Pixel fgpixel; /* color index for graph */
45 Pixel hipixel; /* color index for lines */
H A DXaw3_1LogoP.h27 Pixel fgpixel;
H A DXaw3_1TextSinkP.h80 Pixel foreground; /* Foreground color. */
81 Pixel background; /* Background color. */
H A DXaw3_1SmeLineP.h65 Pixel foreground; /* Foreground color. */
H A DXaw3_1ClockP.h42 Pixel fgpixel; /* color index for text */
43 Pixel Hipixel; /* color index for Highlighting */
44 Pixel Hdpixel; /* color index for hands */
H A DXaw3_1LabelP.h63 Pixel foreground;
H A DXaw3_1ListP.h72 Pixel foreground;
H A DXaw3_1Logo.c33 {XtNbackground, XtCBackground, XtRPixel, sizeof(Pixel),
35 {XtNforeground, XtCForeground, XtRPixel, sizeof(Pixel),
91 Pixel fg = w->logo.fgpixel;
92 Pixel bg = w->core.background_pixel;
H A DXaw3_1MailboxP.h33 Pixel foreground_pixel; /* color index of normal state fg */
H A DXaw3_1ScrollbarP.h37 Pixel foreground; /* thumb foreground color */
59 Position topLoc; /* Pixel that corresponds to top */
H A DXaw3_1SmeBSBP.h70 Pixel foreground; /* foreground color. */
H A DXaw3_1PanedP.h120 Pixel internal_bp; /* color of internal borders. */
/solaris-x11-s11/open-src/app/cmap_compact/sun-src/
H A Dcmcinit.c46 register Pixel *p;
52 Pixel *pixels;
57 pixels = (Pixel *) malloc(ntotal * sizeof(Pixel));
59 pixels = (Pixel *) alloca(ntotal * sizeof(Pixel));
H A Dcmcsave.c86 Pixel *pixels;
95 if (!(pixels = (Pixel *) malloc(totalpix * sizeof(Pixel))))
97 if (!(pixtype = (int *) malloc(totalpix * sizeof(Pixel))))
100 if (!(pixels = (Pixel *) alloca(totalpix * sizeof(Pixel))))
102 if (!(pixtype = (int *) alloca(totalpix * sizeof(Pixel))))
H A Dcmcutil.h70 typedef unsigned long Pixel; typedef
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DStripCharP.h68 Pixel fgpixel; /* color index for graph */
69 Pixel hipixel; /* color index for lines */
H A DTextSinkP.h102 Pixel foreground; /* Foreground color. */
103 Pixel background; /* Background color. */
H A DSimpleP.h76 Pixel pointer_fg, pointer_bg; /* Pointer colors. */
H A DSmeLineP.h69 Pixel foreground; /* Foreground color. */
H A DPannerP.h51 Pixel foreground; /* foreground/Foreground */
52 Pixel shadow_color; /* shadowColor/ShadowColor */
H A DLabelP.h87 Pixel foreground;
H A DListP.h72 Pixel foreground;
H A DScrollbarP.h62 Pixel foreground; /* thumb foreground color */
84 Position topLoc; /* Pixel that corresponds to top */
H A DSmeBSBP.h74 Pixel foreground; /* foreground color. */
H A DXawImP.h101 Pixel foreground;
102 Pixel background;

Completed in 2437 milliseconds

123