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

1234567891011>>

/src/tests/usr.bin/xlint/lint1/
H A Dmsg_055.c6 enum color { enum
H A Dmsg_172.c8 struct color { struct
15 struct color white = { 255, 255, 255, 255 };
H A Dmsg_246.c9 enum color { enum
14 to_double(enum color c)
20 to_pointer(enum color c)
22 /* expect+1: warning: invalid combination of pointer 'pointer to void' and integer 'enum color' for 'return' [183] */
H A Dmsg_054.c8 enum color { enum
H A Dmsg_348.c8 enum color { enum
20 color_name(enum color color) argument
28 return name[color];
32 color_name_too_few(enum color color) argument
38 /* expect+1: warning: maximum value 2 for 'blue' of type 'enum color' does not match maximum array index 1 [348] */
39 return name[color];
43 color_name_too_many(enum color color) argument
56 color_name_computed_index(enum color color) argument
85 color_name_explicit_cast_to_int(enum color color) argument
96 color_name_computed_pointer(enum color color,const char * name) argument
111 color_initial_letter(enum color color) argument
151 color_name_incomplete_array(enum color color) argument
183 color_with_count_name(enum color_with_count color) argument
200 color_with_num(enum color_with_count color) argument
215 color_with_uc_count_name(enum color_with_uc_count color) argument
[all...]
H A Dmsg_156.c8 enum color { enum
20 void print_color(enum color);
23 example(enum color c, enum size s)
28 /* expect+1: warning: function expects 'enum color', passing 'enum size' for arg #1 [156] */
30 /* expect+1: warning: function expects 'enum color', passing 'enum size' for arg #1 [156] */
H A Dmsg_243.c8 enum color { enum
17 example(enum color a, enum color b)
19 /* expect+1: warning: operator '<' assumes that 'enum color' is ordered [243] */
21 /* expect+1: warning: operator '<=' assumes that 'enum color' is ordered [243] */
23 /* expect+1: warning: operator '>' assumes that 'enum color' is ordered [243] */
25 /* expect+1: warning: operator '>=' assumes that 'enum color' is ordered [243] */
H A Dmsg_057.c14 enum color { enum in function:rgb
/xsrc/external/mit/fontconfig/dist/test/
H A Dtest-60-generic.json5 "color": true boolean in object:fonts.0
9 "color": false boolean in object:fonts.1
13 "color": "DontCare" string in object:fonts.2
20 "color": true boolean in object:tests.0.query
25 "color": true boolean in object:tests.0.result_fs.0
29 "color": "DontCare" string in object:tests.0.result_fs.1
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-solid-fill.c30 color_to_uint32 (const pixman_color_t *color) argument
33 ((unsigned int) color->alpha >> 8 << 24) |
34 ((unsigned int) color->red >> 8 << 16) |
35 ((unsigned int) color->green & 0xff00) |
36 ((unsigned int) color->blue >> 8);
40 color_to_float (const pixman_color_t *color) argument
44 result.a = pixman_unorm_to_float (color->alpha, 16);
45 result.r = pixman_unorm_to_float (color->red, 16);
46 result.g = pixman_unorm_to_float (color->green, 16);
47 result.b = pixman_unorm_to_float (color
53 pixman_image_create_solid_fill(const pixman_color_t * color) argument
[all...]
/xsrc/external/mit/freetype/dist/docs/reference/assets/stylesheets/
H A Dapplication-palette.a8b3c06d.css1 button[data-md-color-accent],button[data-md-color-primary]{width:6.5rem;margin-bottom:.2rem;padding:1.2rem .4rem .2rem;-webkit-transition:background-color .25s,opacity .25s;transition:background-color .25s,opacity .25s;border-radius:.1rem;color:#fff;font-size:.64rem;text-align:left;cursor:pointer}button[data-md-color-accent]:hover,button[data-md-color-primary]:hover{opacity:.75}button[data-md-color-primary=red]{background-color:#ef5350}[data-md-color
[all...]
/xsrc/external/mit/mesa-demos/dist/src/egl/openvg/
H A Dlion-render.c11 VGfloat color[4]; local in function:init
14 color[0] = ((hexColor >> 16) & 0xff) / 255.f;
15 color[1] = ((hexColor >> 8) & 0xff) / 255.f;
16 color[2] = ((hexColor >> 0) & 0xff) / 255.f;
17 color[3] = 1.0;
22 vgSetParameterfv(l->fills[i], VG_PAINT_COLOR, 4, color);
34 VGfloat color = 0xf2cc99; local in function:poly0
42 init(l, 0, color, coords, ELEMENTS(coords)/2);
47 VGfloat color = 0xe5b27f; local in function:poly1
54 init(l, 1, color, coord
59 VGfloat color = 0xeb8080; local in function:poly2
68 VGfloat color = 0xf2cc99; local in function:poly3
79 VGfloat color = 0x9c826b; local in function:poly4
93 VGfloat color = 0x9c826b; local in function:poly5
105 VGfloat color = 0x9c826b; local in function:poly6
122 VGfloat color = 0x9c826b; local in function:poly7
134 VGfloat color = 0x9c826b; local in function:poly8
144 VGfloat color = 0x9c826b; local in function:poly9
154 VGfloat color = 0x9c826b; local in function:poly10
166 VGfloat color = 0x9c826b; local in function:poly11
176 VGfloat color = 0x9c826b; local in function:poly12
185 VGfloat color = 0x9c826b; local in function:poly13
194 VGfloat color = 0x9c826b; local in function:poly14
205 VGfloat color = 0x9c826b; local in function:poly15
216 VGfloat color = 0x9c826b; local in function:poly16
229 VGfloat color = 0x9c826b; local in function:poly17
238 VGfloat color = 0x9c826b; local in function:poly18
250 VGfloat color = 0xffcc7f; local in function:poly19
259 VGfloat color = 0xffcc7f; local in function:poly20
268 VGfloat color = 0x9c826b; local in function:poly21
282 VGfloat color = 0x9c826b; local in function:poly22
294 VGfloat color = 0x9c826b; local in function:poly23
303 VGfloat color = 0x9c826b; local in function:poly24
312 VGfloat color = 0x9c826b; local in function:poly25
323 VGfloat color = 0x9c826b; local in function:poly26
337 VGfloat color = 0x9c826b; local in function:poly27
349 VGfloat color = 0x9c826b; local in function:poly28
358 VGfloat color = 0x9c826b; local in function:poly29
367 VGfloat color = 0x9c826b; local in function:poly30
376 VGfloat color = 0x9c826b; local in function:poly31
387 VGfloat color = 0x9c826b; local in function:poly32
397 VGfloat color = 0x9c826b; local in function:poly33
408 VGfloat color = 0x9c826b; local in function:poly34
417 VGfloat color = 0x9c826b; local in function:poly35
427 VGfloat color = 0x9c826b; local in function:poly36
438 VGfloat color = 0x845433; local in function:poly37
449 VGfloat color = 0x845433; local in function:poly38
461 VGfloat color = 0x9c826b; local in function:poly39
471 VGfloat color = 0x9c826b; local in function:poly40
480 VGfloat color = 0x9c826b; local in function:poly41
490 VGfloat color = 0x9c826b; local in function:poly42
499 VGfloat color = 0x9c826b; local in function:poly43
508 VGfloat color = 0x9c826b; local in function:poly44
517 VGfloat color = 0x9c826b; local in function:poly45
527 VGfloat color = 0x9c826b; local in function:poly46
536 VGfloat color = 0x9c826b; local in function:poly47
546 VGfloat color = 0x000000; local in function:poly48
555 VGfloat color = 0x000000; local in function:poly49
564 VGfloat color = 0x000000; local in function:poly50
573 VGfloat color = 0xffe5b2; local in function:poly51
586 VGfloat color = 0xffe5b2; local in function:poly52
598 VGfloat color = 0xffe5b2; local in function:poly53
608 VGfloat color = 0xffe5b2; local in function:poly54
617 VGfloat color = 0xffe5b2; local in function:poly55
631 VGfloat color = 0xffe5b2; local in function:poly56
640 VGfloat color = 0xffe5b2; local in function:poly57
649 VGfloat color = 0xffe5b2; local in function:poly58
658 VGfloat color = 0xffe5b2; local in function:poly59
667 VGfloat color = 0xffe5b2; local in function:poly60
680 VGfloat color = 0xffe5b2; local in function:poly61
694 VGfloat color = 0xffe5b2; local in function:poly62
703 VGfloat color = 0xffe5b2; local in function:poly63
712 VGfloat color = 0xffe5b2; local in function:poly64
721 VGfloat color = 0xffe5b2; local in function:poly65
737 VGfloat color = 0xffe5b2; local in function:poly66
746 VGfloat color = 0xffe5b2; local in function:poly67
755 VGfloat color = 0xffe5b2; local in function:poly68
764 VGfloat color = 0xffe5b2; local in function:poly69
775 VGfloat color = 0xffe5b2; local in function:poly70
789 VGfloat color = 0xffe5b2; local in function:poly71
800 VGfloat color = 0xffe5b2; local in function:poly72
809 VGfloat color = 0xffe5b2; local in function:poly73
818 VGfloat color = 0xffe5b2; local in function:poly74
829 VGfloat color = 0xffe5b2; local in function:poly75
838 VGfloat color = 0xffe5b2; local in function:poly76
847 VGfloat color = 0xffe5b2; local in function:poly77
857 VGfloat color = 0xffe5b2; local in function:poly78
866 VGfloat color = 0xffe5b2; local in function:poly79
875 VGfloat color = 0xffe5b2; local in function:poly80
885 VGfloat color = 0x000000; local in function:poly81
897 VGfloat color = 0x000000; local in function:poly82
906 VGfloat color = 0x000000; local in function:poly83
915 VGfloat color = 0x000000; local in function:poly84
924 VGfloat color = 0x000000; local in function:poly85
933 VGfloat color = 0x000000; local in function:poly86
942 VGfloat color = 0x000000; local in function:poly87
953 VGfloat color = 0x000000; local in function:poly88
965 VGfloat color = 0x000000; local in function:poly89
975 VGfloat color = 0x000000; local in function:poly90
984 VGfloat color = 0x000000; local in function:poly91
996 VGfloat color = 0x000000; local in function:poly92
1006 VGfloat color = 0x000000; local in function:poly93
1019 VGfloat color = 0x000000; local in function:poly94
1032 VGfloat color = 0x000000; local in function:poly95
1043 VGfloat color = 0x000000; local in function:poly96
1056 VGfloat color = 0x000000; local in function:poly97
1067 VGfloat color = 0x000000; local in function:poly98
1080 VGfloat color = 0x000000; local in function:poly99
1090 VGfloat color = 0x000000; local in function:poly100
1101 VGfloat color = 0x000000; local in function:poly101
1110 VGfloat color = 0x000000; local in function:poly102
1120 VGfloat color = 0x000000; local in function:poly103
1129 VGfloat color = 0x000000; local in function:poly104
1142 VGfloat color = 0x000000; local in function:poly105
1151 VGfloat color = 0x000000; local in function:poly106
1160 VGfloat color = 0x000000; local in function:poly107
1169 VGfloat color = 0x000000; local in function:poly108
1181 VGfloat color = 0x000000; local in function:poly109
1190 VGfloat color = 0x000000; local in function:poly110
1199 VGfloat color = 0x000000; local in function:poly111
1208 VGfloat color = 0x000000; local in function:poly112
1217 VGfloat color = 0x000000; local in function:poly113
1227 VGfloat color = 0x000000; local in function:poly114
1236 VGfloat color = 0x000000; local in function:poly115
1245 VGfloat color = 0x000000; local in function:poly116
1255 VGfloat color = 0x000000; local in function:poly117
1265 VGfloat color = 0x000000; local in function:poly118
1274 VGfloat color = 0x000000; local in function:poly119
1283 VGfloat color = 0x000000; local in function:poly120
1292 VGfloat color = 0x000000; local in function:poly121
1301 VGfloat color = 0x000000; local in function:poly122
1310 VGfloat color = 0x000000; local in function:poly123
1319 VGfloat color = 0x000000; local in function:poly124
1328 VGfloat color = 0x000000; local in function:poly125
1339 VGfloat color = 0x000000; local in function:poly126
1350 VGfloat color = 0x000000; local in function:poly127
1362 VGfloat color = 0x000000; local in function:poly128
1376 VGfloat color = 0x000000; local in function:poly129
1385 VGfloat color = 0x000000; local in function:poly130
1394 VGfloat color = 0x000000; local in function:poly131
[all...]
/xsrc/external/mit/libXft/dist/src/
H A Dxftcolor.c41 result->color.red = exact.red;
42 result->color.green = exact.green;
43 result->color.blue = exact.blue;
44 result->color.alpha = 0xffff;
78 _Xconst XRenderColor *color,
93 result->pixel = (unsigned long)(((color->red >> (16 - red_len)) << red_shift) |
94 ((color->green >> (16 - green_len)) << green_shift) |
95 ((color->blue >> (16 - blue_len)) << blue_shift));
101 xcolor.red = color->red;
102 xcolor.green = color
75 XftColorAllocValue(Display * dpy,Visual * visual,Colormap cmap,_Xconst XRenderColor * color,XftColor * result) argument
116 XftColorFree(Display * dpy,Visual * visual,Colormap cmap,XftColor * color) argument
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/doc/
H A Ddoxygen.css7 A.code { text-decoration: none; font-weight: normal; color: #4444ee }
8 A.codeRef { font-weight: normal; color: #4444ee }
9 A:hover { text-decoration: none; background-color: #f2f2ff }
11 DIV.fragment { width: 100%; border: none; background-color: #eeeeee }
12 DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
13 TD.md { background-color: #f2f2ff; font-weight: bold; }
14 TD.mdname1 { background-color: #f2f2ff; font-weight: bold; color: #602020; }
15 TD.mdname { background-color
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/doc/html/
H A Ddoxygen.css7 A.code { text-decoration: none; font-weight: normal; color: #4444ee }
8 A.codeRef { font-weight: normal; color: #4444ee }
9 A:hover { text-decoration: none; background-color: #f2f2ff }
11 DIV.fragment { width: 100%; border: none; background-color: #eeeeee }
12 DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
13 TD.md { background-color: #f2f2ff; font-weight: bold; }
14 TD.mdname1 { background-color: #f2f2ff; font-weight: bold; color: #602020; }
15 TD.mdname { background-color
[all...]
/xsrc/external/mit/libXrender/dist/src/
H A DFillRect.c38 _Xconst XRenderColor *color,
63 req->color.red == color->red &&
64 req->color.green == color->green &&
65 req->color.blue == color->blue &&
66 req->color.alpha == color->alpha &&
84 req->color
35 XRenderFillRectangle(Display * dpy,int op,Picture dst,_Xconst XRenderColor * color,int x,int y,unsigned int width,unsigned int height) argument
[all...]
H A DFillRects.c38 _Xconst XRenderColor *color,
59 req->color.red = color->red;
60 req->color.green = color->green;
61 req->color.blue = color->blue;
62 req->color.alpha = color->alpha;
35 XRenderFillRectangles(Display * dpy,int op,Picture dst,_Xconst XRenderColor * color,_Xconst XRectangle * rectangles,int n_rects) argument
/src/sys/arch/hpcsh/hpcsh/
H A Ddebug.c48 uint16_t color; member in struct:intr_state_rgb16
68 uint16_t color = intr_state_rgb16->color; local in function:__dbg_heart_beat
76 *(fb + i) = color;
78 intr_state_rgb16->phase ? ~color : color;
/src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/
H A DMakefile23 # Makefile for the color sub-module of DAL.
28 AMD_DAL_MOD_COLOR = $(addprefix $(AMDDALPATH)/modules/color/,$(MOD_COLOR))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_clear.h39 const union pipe_color_union *color,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_clear.h40 const union pipe_color_union *color,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_clear.h41 const union pipe_color_union *color,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_clear.h40 const union pipe_color_union *color,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dxm_line.c65 const GLubyte *color = vert->color;
67 color[0], color[1],
68 color[2], color[3],
133 const GLubyte *color = vert1->color; \
135 PACK_TRUECOLOR( pixel, color[0], color[
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dxm_line.c65 const GLubyte *color = vert->color;
67 color[0], color[1],
68 color[2], color[3],
133 const GLubyte *color = vert1->color; \
135 PACK_TRUECOLOR( pixel, color[0], color[
[all...]

Completed in 25 milliseconds

1234567891011>>