Searched defs:color (Results 1 - 18 of 18) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/
H A Dchip.c203 register uint_t color; local
208 color = ast_color(0xaf, lineon, lineon);
215 if (!ast_draw_solid_line(x1, y1, x2, y2, color))
220 color = ast_color(0xaf, lineon, lineon);
227 if (!ast_draw_solid_line(x1, y1, x2, y2, color))
242 register uint_t color; local
254 color = ast_color(recton, recton, recton);
256 if (!ast_fill_solid_rect(x1, y1, x2, y2, color))
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/
H A Dchip.c199 register uint_t color; local
204 color = efb_color(0xaf, lineon, lineon);
211 if (!efb_draw_solid_line(x1, y1, x2, y2, color))
216 color = efb_color(0xaf, lineon, lineon);
223 if (!efb_draw_solid_line(x1, y1, x2, y2, color))
238 register uint_t color; local
250 color = efb_color(recton, recton, recton);
252 if (!efb_fill_solid_rect(x1, y1, x2, y2, color))
/solaris-x11-s11/open-src/app/cmap_compact/sun-src/
H A Dcmcsave.c67 ** read-only cells, their locations, and their color values.
88 XColor color; local
131 ** Get the Hardware color for the color of each allocated cell.
132 ** This can only work if the returned color is a previously
138 color.pixel = i;
142 XQueryColor(DisplayOfScreen(screen), cmap, &color); local
145 pixtype[color.pixel] = CELL_IGNORE;
149 XStoreColor(DisplayOfScreen(screen), cmap, &color); local
152 pixtype[color
[all...]
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/mga/
H A Dchip.c225 register unsigned int color; local
230 color = mga_color(0xaf, lineon, lineon);
237 if (!mga_draw_solid_line(x1, y1, x2, y2, color))
242 color = mga_color(0xaf, lineon, lineon);
249 if (!mga_draw_solid_line(x1, y1, x2, y2, color))
264 register unsigned int color; local
276 color = mga_color(recton, recton, recton);
278 if (!box(x1, y1, x2, y2, color))
292 register unsigned int const color)
315 return (mga_fill_solid_rect(x1, y1, x2, y2, color));
287 box( register int const srcx1, register int const srcy1, register int const srcx2, register int const srcy2, register unsigned int const color) argument
[all...]
/solaris-x11-s11/open-src/app/cmap_alloc/sun-src/
H A Dcmap_alloc.c218 XColor color; local
224 color.red = color.green = color.blue = 0;
225 XAllocColor(display, colormap, &color);
235 std_colormap->base_pixel = color.pixel;
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_mm.h57 unsigned long color; member in struct:drm_mm_node
83 void (*color_adjust)(struct drm_mm_node *node, unsigned long color,
130 unsigned long color,
136 unsigned long color,
176 unsigned long color);
181 unsigned long color,
190 unsigned long color,
196 unsigned long color,
225 unsigned long color);
229 unsigned long color,
[all...]
H A Ddrm_edid.h157 fb=color point data, fa=standard timing data,
163 struct detailed_data_wpindex color; member in union:detailed_non_pixel::__anon180
H A Ddrm_mode.h339 * of pixels or a fill of a single color in the region specified.
348 * completely with a single color as given in the color argument.
354 __u32 color; member in struct:drm_mode_fb_dirty_cmd
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_predid_diext.c77 "Digital Visual Interface (DVI) - Dual link, High color" },
426 { 0x01, "BGR (additive color)" },
453 { 0x01, "BGR (additive color)" },
454 { 0x02, "Y/C (S-Video) xxxx color" },
469 "BGR (additive color)",
470 "Y/C (S-Video) NTSC color",
471 "Y/C (S-Video) PAL color",
472 "Y/C (S-Video) SECAM color",
507 const char *const color[6] = { local
519 color[
[all...]
/solaris-x11-s11/open-src/app/xcolor/sun-src/
H A Dxcolor.c67 XColor color[256]; local
70 color[i].pixel = i;
71 XQueryColors(dsp, DefaultColormap(dsp, screen), color, 256);
74 i, color[i].red >> 8, color[i].green >> 8, color[i].blue >> 8);
/solaris-x11-s11/open-src/kernel/efb/src/
H A Defb_vis.h53 uint32_t bgcolor; /* Bkgd color for cur depth */
102 uint32_t color; /* fill color */ member in struct:efb_vis_fill_data
H A Ddrm_mode.h339 * of pixels or a fill of a single color in the region specified.
348 * completely with a single color as given in the color argument.
354 __u32 color; member in struct:drm_mode_fb_dirty_cmd
H A Dradeon_state.c759 u32 color; local
767 color = (((r & 0xf8) << 8) |
772 color = (((0xfful) << 24) | (r << 16) | (g << 8) | b);
797 OUT_RING(color);
3386 DRM_DEBUG("color tiling disabled\n");
3391 DRM_DEBUG("color tiling enabled\n");
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_mm.c108 unsigned long color)
119 mm->color_adjust(hole_node, color, &adj_start, &adj_end);
135 node->color = color;
197 unsigned long color,
206 drm_mm_insert_helper(hole_node, node, size, alignment, color);
218 unsigned long color)
223 color, 0);
227 drm_mm_insert_helper(hole_node, node, size, alignment, color);
240 unsigned long color,
105 drm_mm_insert_helper(struct drm_mm_node *hole_node, struct drm_mm_node *node, unsigned long size, unsigned alignment, unsigned long color) argument
194 drm_mm_get_block_generic(struct drm_mm_node *hole_node, unsigned long size, unsigned alignment, unsigned long color, int atomic) argument
216 drm_mm_insert_node_generic(struct drm_mm *mm, struct drm_mm_node *node, unsigned long size, unsigned alignment, unsigned long color) argument
237 drm_mm_insert_helper_range(struct drm_mm_node *hole_node, struct drm_mm_node *node, unsigned long size, unsigned alignment, unsigned long color, unsigned long start, unsigned long end) argument
289 drm_mm_get_block_range_generic(struct drm_mm_node *hole_node, unsigned long size, unsigned alignment, unsigned long color, unsigned long start, unsigned long end, int atomic) argument
314 drm_mm_insert_node_in_range_generic(struct drm_mm *mm, struct drm_mm_node *node, unsigned long size, unsigned alignment, unsigned long color, unsigned long start, unsigned long end) argument
409 drm_mm_search_free_generic(const struct drm_mm *mm, unsigned long size, unsigned alignment, unsigned long color, bool best_match) argument
448 drm_mm_search_free_in_range_generic(const struct drm_mm *mm, unsigned long size, unsigned alignment, unsigned long color, unsigned long start, unsigned long end, bool best_match) argument
520 drm_mm_init_scan(struct drm_mm *mm, unsigned long size, unsigned alignment, unsigned long color) argument
544 drm_mm_init_scan_with_range(struct drm_mm *mm, unsigned long size, unsigned alignment, unsigned long color, unsigned long start, unsigned long end) argument
[all...]
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextPop.c742 Pixel color; local
744 XtSetArg(args[num_args], XtNbackground, &color); num_args++;
747 XtSetArg(args[num_args], XtNborderColor, color); num_args++;
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextPop.c777 Pixel color; local
779 XtSetArg(args[num_args], XtNbackground, &color); num_args++;
782 XtSetArg(args[num_args], XtNborderColor, color); num_args++;
/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_gem_gtt.c613 unsigned long color,
617 if (node->color != color)
624 if (node->allocated && node->color != color)
612 i915_gtt_color_adjust(struct drm_mm_node *node, unsigned long color, unsigned long *start, unsigned long *end) argument
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsXcmu.c2 * dpsXcmu.c -- Simple color management/allocation utility
82 /* Database containing DPS default color cube values */
226 /* Can't do a color cube in a gray visual! */
541 /* We'll need the color cube information to compute the gray ramp,
551 /* We can't do a color cube for these visuals */
626 /* If the color cube is truly a cube, use its diagonal. Otherwise
675 Resource definitions for default color cube / gray ramp sizes
698 For DirectColor, allocating a gray ramp separate from the color cube
702 For TrueColor, # color shades is set equal to the # shades / primary;
813 static long NumColors(char *namePrefix, char *classPrefix, char *color) argument
925 XColor *color; local
1207 XColor color; local
1295 XColor color; local
1499 AllocateColor( Display *dpy, Colormap cmap, XColor *color) argument
[all...]

Completed in 128 milliseconds