Searched refs:color (Results 1 - 25 of 151) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/basic/
H A DPartData.java25 private String color; field in class:PartData
29 public PartData(String name, String color, Weight weight, String city) { argument
32 this.color = color;
44 return color;
60 " color=" + color +
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/entity/
H A DPartData.java26 private String color; field in class:PartData
30 public PartData(String name, String color, Weight weight, String city) { argument
33 this.color = color;
45 return color;
61 " color=" + color +
H A DPart.java25 private String color; field in class:Part
29 public Part(String number, String name, String color, Weight weight, argument
34 this.color = color;
51 return color;
68 " color=" + color +
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/index/
H A DPartData.java25 private String color; field in class:PartData
29 public PartData(String name, String color, Weight weight, String city) { argument
32 this.color = color;
44 return color;
60 " color=" + color +
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/tuple/
H A DPartData.java26 private String color; field in class:PartData
30 public PartData(String name, String color, Weight weight, String city) { argument
33 this.color = color;
45 return color;
61 " color=" + color +
H A DPart.java25 private String color; field in class:Part
29 public Part(String number, String name, String color, Weight weight, argument
34 this.color = color;
51 return color;
68 " color=" + color +
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/sentity/
H A DPart.java34 private String color; field in class:Part
38 public Part(String number, String name, String color, Weight weight, argument
43 this.color = color;
69 return color;
86 " color=" + color +
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dterm_ostream.vt.h9 void (*set_color) (THIS_ARG, term_color_t color);
11 void (*set_bgcolor) (THIS_ARG, term_color_t color);
H A Dterm-ostream.c58 /* A color in RGB format. */
66 /* A color in HSV (a.k.a. HSB) format. */
74 /* Conversion of a color in RGB to HSV format. */
131 /* r = g = b. A grey color. */
180 /* Return the index of the color in a color table that is nearest to a given
181 color. */
202 /* Avoid converting a color to grey, or fading out a color too much. */
227 /* The luminance of a color
290 rgb_t color; local
314 color_bgr(term_color_t color) argument
348 rgb_t color; local
396 rgb_t color; local
522 rgb_t color; local
834 rgb_t color; local
932 BITFIELD_TYPE(term_color_t, signed int) color : 9; member in struct:__anon2337
1619 term_ostream__set_color(term_ostream_t stream, term_color_t color) argument
1632 term_ostream__set_bgcolor(term_ostream_t stream, term_color_t color) argument
1972 term_ostream_set_color(term_ostream_t first_arg, term_color_t color) argument
1988 term_ostream_set_bgcolor(term_ostream_t first_arg, term_color_t color) argument
[all...]
H A Dterm-ostream.oo.c55 /* A color in RGB format. */
63 /* A color in HSV (a.k.a. HSB) format. */
71 /* Conversion of a color in RGB to HSV format. */
128 /* r = g = b. A grey color. */
177 /* Return the index of the color in a color table that is nearest to a given
178 color. */
199 /* Avoid converting a color to grey, or fading out a color too much. */
224 /* The luminance of a color
287 rgb_t color; local
311 color_bgr(term_color_t color) argument
345 rgb_t color; local
393 rgb_t color; local
519 rgb_t color; local
831 rgb_t color; local
929 BITFIELD_TYPE(term_color_t, signed int) color : 9; member in struct:__anon2345
1642 set_color(term_ostream_t stream, term_color_t color) argument
1655 set_bgcolor(term_ostream_t stream, term_color_t color) argument
[all...]
H A Dterm-ostream.oo.h34 /* The value -1 denotes the default (foreground or background) color. */
65 /* Convert an RGB value (red, green, blue in [0..255]) to a color, valid
70 /* Get/set the text color. */
72 void set_color (term_ostream_t stream, term_color_t color);
74 /* Get/set the background color. */
76 void set_bgcolor (term_ostream_t stream, term_color_t color);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/factory/
H A DPart.java37 private String color; field in class:Part
41 public Part(String number, String name, String color, Weight weight, argument
46 this.color = color;
63 return color;
80 " color=" + color +
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/marshal/
H A DPart.java37 private String color; field in class:Part
41 public Part(String number, String name, String color, Weight weight, argument
46 this.color = color;
72 return color;
89 " color=" + color +
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Ddvdsubenc.c44 int x, y, len, color; local
51 color = bitmap[x];
53 if (bitmap[x+len] != color)
55 color = cmap[color];
56 assert(color < 4);
58 PUTNIBBLE((len << 2)|color);
61 PUTNIBBLE((len << 2)|color);
65 PUTNIBBLE((len << 2)|color);
70 PUTNIBBLE(color);
95 int i, imax, color, alpha, rects = h->num_rects; local
[all...]
H A Ddvbsub.c48 int x, y, len, x1, v, color; local
60 color = bitmap[x1++];
61 while (x1 < w && bitmap[x1] == color)
64 if (color == 0 && len == 2) {
73 PUTBITS2(color);
81 PUTBITS2(color);
94 PUTBITS2(color);
96 PUTBITS2(color);
97 if (color == 0) {
136 int x, y, len, x1, v, color; local
[all...]
H A Dmmvideo.c90 int run_length, color; local
94 color = buf[i];
98 color = buf[i+1];
105 if (color) {
106 memset(s->frame.data[0] + y*s->frame.linesize[0] + x, color, run_length);
108 memset(s->frame.data[0] + (y+1)*s->frame.linesize[0] + x, color, run_length);
140 int color = buf[d]; local
141 s->frame.data[0][y*s->frame.linesize[0] + x] = color;
143 s->frame.data[0][y*s->frame.linesize[0] + x + 1] = color;
145 s->frame.data[0][(y+1)*s->frame.linesize[0] + x] = color;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/mm/
H A Dpgtable.c18 int color = ADDR_COLOR(address); local
27 if (ADDR_COLOR(p) == color)
49 int color = ADDR_COLOR(address); local
57 if (PADDR_COLOR(page_address(p)) == color)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/sis/
H A Dsis_accel.h59 #define ENCOLOREXP 0x00000002 /* Enhanced color expand */
74 #define SRCCPUBLITBUF SRCSYSTEM /* source is CPU-driven BitBuffer (for color expand) */
78 #define PATFG 0x00000000 /* foreground color */
109 #define AGP_BASE 0x8206 /* color-depth dependent value */
203 #define SiS300SetupPATFG(color) \
205 MMIO_OUT32(ivideo->mmio_vbase, BR(7), color);\
208 #define SiS300SetupPATBG(color) \
210 MMIO_OUT32(ivideo->mmio_vbase, BR(8), color);\
213 #define SiS300SetupSRCFG(color) \
215 MMIO_OUT32(ivideo->mmio_vbase, BR(9), color);\
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dterm-ostream.oo.c55 /* A color in RGB format. */
63 /* A color in HSV (a.k.a. HSB) format. */
71 /* Conversion of a color in RGB to HSV format. */
128 /* r = g = b. A grey color. */
177 /* Return the index of the color in a color table that is nearest to a given
178 color. */
199 /* Avoid converting a color to grey, or fading out a color too much. */
224 /* The luminance of a color
287 rgb_t color; local
311 color_bgr(term_color_t color) argument
345 rgb_t color; local
393 rgb_t color; local
519 rgb_t color; local
831 rgb_t color; local
929 BITFIELD_TYPE(term_color_t, signed int) color : 9; member in struct:__anon2528
1642 set_color(term_ostream_t stream, term_color_t color) argument
1655 set_bgcolor(term_ostream_t stream, term_color_t color) argument
[all...]
H A Dterm-ostream.oo.h34 /* The value -1 denotes the default (foreground or background) color. */
65 /* Convert an RGB value (red, green, blue in [0..255]) to a color, valid
70 /* Get/set the text color. */
72 void set_color (term_ostream_t stream, term_color_t color);
74 /* Get/set the background color. */
76 void set_bgcolor (term_ostream_t stream, term_color_t color);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Datafb.h6 void atafb_mfb_fillrect(struct fb_info *info, u_long next_line, u32 color,
14 void atafb_iplan2p2_fillrect(struct fb_info *info, u_long next_line, u32 color,
22 void atafb_iplan2p4_fillrect(struct fb_info *info, u_long next_line, u32 color,
30 void atafb_iplan2p8_fillrect(struct fb_info *info, u_long next_line, u32 color,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firewire/
H A Dfw-topology.c96 static struct fw_node *fw_node_create(u32 sid, int port_count, int color) argument
105 node->color = color;
215 node = fw_node_create(q, port_count, card->color);
240 * temporarily abuse node->color for
248 node->color = i;
257 child->ports[child->color].node = node;
258 child->color = card->color;
321 node->color
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/lib/
H A Dbitext.c32 int i, color; local
35 /* align is overloaded to be the page color */
36 color = align;
39 color = 0;
50 color &= align1;
60 off_new = ((off_new + align1) & ~align1) + color;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/tools/
H A Dpatcheck22 grep $OPT '^+' $* | grep -v ':+++'| egrep --color=always -- "$arg"> $TMP && echo -e "\n$msg"
31 grep $OPT '^+' $* | grep -v ':+++' | egrep -v -- "$varg" | egrep --color=always -- "$arg" > $TMP && echo -e "\n$msg"
51 egrep $OPT '^\+ *(const *|)static' $*| egrep --color=always '[^=]= *(0|NULL)[^0-9a-zA-Z]'> $TMP && echo -e '\nuseless 0 init'
90 grep " *$doxpar *[),]" $file | grep -v '@param' >/dev/null || grep --color=always "@param *$doxpar" $file >>$TMP
97 egrep -B2 $OPT '^(\+|) *('"$ERE_TYPES"'|# *define)' $* | egrep -A2 --color=always '(:|-)\+[^/]*/(\*([^*]|$)|/([^/]|$))' > $TMP && echo -e "\n Non doxy comments"
121 cat $* | tr '\n' '@' | egrep --color=always -o '(fprintf|av_log|printf)\([^)]*\)[+ ;@]*\1' >$TMP && echo -e "\nMergeable calls"
124 cat $* | tr '\n' '@' | egrep --color=always -o '\+ *if *\( *([A-Za-z0-9_]*) *[<>]=? *[0-9]* *\) * \1 *= *[0-9]* *;[ @\\+]*else *if *\( *\1 *[<>]=? *[0-9]* *\) *\1 *= *[0-9]* *;' >$TMP && echo -e "\nav_clip / av_clip_uint8 / av_clip_int16 / ..."
127 cat $* | tr '\n' '@' | egrep --color=always -o '\+ *if *\( *([A-Za-z0-9_]*) *[<>]=? *([A-Za-z0-9_]*) *\)[ @\\+]*(\1|\2) *= *(\1|\2) *;' >$TMP && echo -e "\nFFMIN/FFMAX"
130 cat $* | tr '\n' '@' | egrep --color=always -o '\+ *if *\( *([A-Za-z0-9_]*) *\)[ @\\+]*av_free(p|) *\( *(&|) *\1[^-.]' >$TMP && echo -e "\nav_free(NULL) is safe"
133 cat $* | tr '\n' '@' | egrep --color
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/savage/
H A Dsavagefb_accel.c67 int cmd, color; local
73 color = rect->color;
75 color = ((u32 *)info->pseudo_palette)[rect->color];
86 BCI_SEND(color);

Completed in 121 milliseconds

1234567