/plan9/sys/src/cmd/gs/src/ |
H A D | gdevpccm.c | 36 gx_color_index r, g, color; in pc_4bit_map_rgb_color() local 48 pc_4bit_map_color_rgb(gx_device * dev, gx_color_index color, in pc_4bit_map_color_rgb() 80 pc_8bit_map_color_rgb(gx_device * dev, gx_color_index color, in pc_8bit_map_color_rgb()
|
H A D | gdevwprn.c | 81 #define select_brush(color)\ argument 328 gx_color_index color = win_map_rgb_color(dev, cv); in win_prn_map_rgb_color() local 342 #define fill_rect(x, y, w, h, color)\ argument 352 gx_color_index color) in win_prn_fill_rectangle() 440 gx_color_index color) in win_prn_draw_line() 463 int color; in win_prn_copy_mono() local 576 int color = *sptr++; in win_prn_copy_color() local 596 int color = *source++ & 0xf; in win_prn_copy_color() local 603 int color = *source >> 4; in win_prn_copy_color() local
|
H A D | gdevm32.c | 46 #define color_swap_bytes(color)\ argument 50 # define arrange_bytes(color) (color) argument 52 # define arrange_bytes(color) color_swap_bytes(color) argument 58 int x, int y, int w, int h, gx_color_index color) in mem_true32_fill_rectangle() 258 gx_color_index color) in mem32_word_fill_rectangle()
|
H A D | gdevwddb.c | 70 #define select_brush(color)\ argument 198 gx_color_index color = win_map_rgb_color(dev, r, g, b); in win_ddb_map_rgb_color() local 224 #define fill_rect(x, y, w, h, color)\ argument 234 gx_color_index color) in win_ddb_fill_rectangle() 333 int color; in win_ddb_copy_mono() local 447 int color = *sptr++; in win_ddb_copy_color() local 467 int color = *source++ & 0xf; in win_ddb_copy_color() local 474 int color = *source >> 4; in win_ddb_copy_color() local
|
H A D | gxcmap.c | 56 gx_color_index color = 0; in gx_default_encode_color() local 77 gx_default_decode_color(gx_device * dev, gx_color_index color, gx_color_value cv[]) in gx_default_decode_color() 778 gx_color_index color; in cmap_gray_direct() local 838 gx_color_index color; in cmap_rgb_direct() local 873 gx_color_index color; in cmap_cmyk_direct() local 956 gx_color_index color; in cmap_rgb_alpha_direct() local 1084 gx_color_index color; in cmap_separation_direct() local 1171 gx_color_index color; in cmap_devicen_direct() local 1285 gx_default_w_b_map_color_rgb(gx_device * dev, gx_color_index color, in gx_default_w_b_map_color_rgb() 1306 gx_default_b_w_map_color_rgb(gx_device * dev, gx_color_index color, in gx_default_b_w_map_color_rgb() [all …]
|
H A D | gdevvglb.c | 183 gx_color_index color) in vgalib_fill_rectangle() 212 int color; in vgalib_copy_mono() local 275 int color = *source++ & 0xf; in vgalib_copy_color() local 283 int color = *source >> 4; in vgalib_copy_color() local 323 int color = vga_getpixel(x, y); in vgalib_get_bits() local
|
H A D | gdevabuf.c | 64 gx_color_index color = gx_forward_map_rgb_color(dev, cv); in mem_alpha_map_rgb_color() local 70 mem_alpha_map_color_rgb(gx_device * dev, gx_color_index color, in mem_alpha_map_color_rgb() 83 gx_color_index color; in mem_alpha_map_rgb_alpha_color() local 97 gx_color_index color, int depth) in mem_alpha_copy_alpha() 362 gx_color_index color) in mem_abuf_fill_rectangle()
|
H A D | gdevxalt.c | 131 x_wrap_map_color_rgb(gx_device * dev, gx_color_index color, in x_wrap_map_color_rgb() 146 gx_color_index color) in x_wrap_fill_rectangle() 460 x_alt_map_color(gx_device * dev, gx_color_index color) in x_alt_map_color() 559 x_cmyk_alt_map_color(gx_device * dev, gx_color_index color, in x_cmyk_alt_map_color() 665 x_mono_alt_map_color(gx_device * dev, gx_color_index color, in x_mono_alt_map_color() 724 x_gray_alt_map_color(gx_device * dev, gx_color_index color, in x_gray_alt_map_color() 740 gx_color_index color; in x_alpha_map_rgb_alpha_color() local 831 x_rg16x_alt_map_color(gx_device * dev, gx_color_index color, in x_rg16x_alt_map_color() 840 x_rg32x_alt_map_color(gx_device * dev, gx_color_index color, in x_rg32x_alt_map_color()
|
H A D | gdevl256.c | 197 lvga256_map_color_rgb(gx_device * dev, gx_color_index color, in lvga256_map_color_rgb() 219 int color; in lvga256_copy_mono() local 277 gx_color_index color) in lvga256_fill_rectangle() 303 gx_color_index color) in lvga256_draw_line()
|
H A D | gdevhit.c | 85 gx_color_index color) in hit_fill_rectangle()
|
H A D | gdevmswn.c | 133 gx_color_index color = ((r >> (gx_color_value_bits - 5)) << 11) + in win_map_rgb_color() local 144 gx_color_index color = ((r >> (gx_color_value_bits - 5)) << 10) + in win_map_rgb_color() local 229 win_map_color_rgb(gx_device * dev, gx_color_index color, in win_map_color_rgb()
|
H A D | gxoprect.c | 198 gx_color_index color, in gx_overprint_generic_fill_rectangle() 379 replicate_color(int depth, mono_fill_chunk color) in replicate_color() 452 gx_color_index color, /* already swapped */ in gx_overprint_sep_fill_rectangle_1() 540 gx_color_index color, /* already swapped */ in gx_overprint_sep_fill_rectangle_2()
|
H A D | gdevm40.c | 64 #define declare_unpack_color(a, b, c, d, e, color)\ argument 79 # define set_color40_cache(color, a, b, c, d, e)\ argument 87 # define set_color40_cache(color, a, b, c, d, e)\ argument 101 int x, int y, int w, int h, gx_color_index color) in mem_true40_fill_rectangle() 431 gx_color_index color) in mem40_word_fill_rectangle()
|
H A D | gdevm48.c | 64 #define declare_unpack_color(a, b, c, d, e, f, color)\ argument 80 # define set_color48_cache(color, a, b, c, d, e, f)\ argument 86 # define set_color48_cache(color, a, b, c, d, e, f)\ argument 98 int x, int y, int w, int h, gx_color_index color) in mem_true48_fill_rectangle() 400 gx_color_index color) in mem48_word_fill_rectangle()
|
H A D | gdevdsp.c | 372 display_map_color_rgb_device4(gx_device * dev, gx_color_index color, in display_map_color_rgb_device4() 419 display_decode_color_device8(gx_device * dev, gx_color_index color, in display_decode_color_device8() 484 display_map_color_rgb_device16(gx_device * dev, gx_color_index color, in display_map_color_rgb_device16() 601 display_map_color_rgb_rgb(gx_device * dev, gx_color_index color, in display_map_color_rgb_rgb() 696 display_map_color_rgb_bgr24(gx_device * dev, gx_color_index color, in display_map_color_rgb_bgr24() 708 gx_color_index color) in display_fill_rectangle() 1123 gx_color_index color = 0; in display_separation_encode_color() local 1140 display_separation_decode_color(gx_device * dev, gx_color_index color, in display_separation_decode_color()
|
H A D | gdevm64.c | 69 # define declare_unpack_color(abcd, efgh, color)\ argument 74 # define declare_unpack_color(abcd, efgh, color)\ argument 89 int x, int y, int w, int h, gx_color_index color) in mem_true64_fill_rectangle() 358 gx_color_index color) in mem64_word_fill_rectangle()
|
H A D | gdevsun.c | 304 int color; in sun_open() local 538 sun_map_color_rgb(gx_device *dev, gx_color_index color, in sun_map_color_rgb() 577 int x, int y, int w, int h, gx_color_index color) in sun_fill_rectangle() 679 int x0, int y0, int x1, int y1, gx_color_index color) in sun_draw_line()
|
H A D | gdevm56.c | 64 #define declare_unpack_color(a, b, c, d, e, f, g, color)\ argument 82 # define set_color56_cache(color, a, b, c, d, e, f, g)\ argument 92 # define set_color56_cache(color, a, b, c, d, e, f, g)\ argument 108 int x, int y, int w, int h, gx_color_index color) in mem_true56_fill_rectangle() 455 gx_color_index color) in mem56_word_fill_rectangle()
|
H A D | gdevm16.c | 53 mem_true16_map_color_rgb(gx_device * dev, gx_color_index color, in mem_true16_map_color_rgb() 76 int x, int y, int w, int h, gx_color_index color) in mem_true16_fill_rectangle()
|
H A D | gxclip2.c | 131 gx_color_index color) in tile_clip_fill_rectangle() 157 gx_color_index color, mcolor0, mcolor1; in tile_clip_copy_mono() local 275 int x, int y, int w, int h, gx_color_index color, int depth) in tile_clip_copy_alpha()
|
H A D | gdevjpeg.c | 125 jpegcmyk_map_color_rgb(gx_device * dev, gx_color_index color, in jpegcmyk_map_color_rgb() 143 gx_color_index color = ~( in jpegcmyk_map_cmyk_color() local
|
/plan9/sys/src/cmd/plot/libplot/ |
H A D | color.c | 2 void color(char *s){ in color() function
|
/plan9/sys/src/libdraw/ |
H A D | border.c | 6 border(Image *im, Rectangle r, int i, Image *color, Point sp) in border()
|
/plan9/sys/src/cmd/postscript/postmd/ |
H A D | postmd.h | 58 int color; /* gray scale color */ member
|
/plan9/sys/src/cmd/vnc/ |
H A D | draw.c | 23 vncrdcolor(Vnc *v, uchar *color) in vncrdcolor() 137 fillrect(Rectangle r, int stride, uchar *color) in fillrect() 240 ulong color; in dorectangle() local
|