Searched refs:colors (Results 1 - 25 of 158) sorted by relevance

1234567

/macosx-10.10/dtrace-147/test/tst/common/translators/
H A Derr.D_XLATE_SOU.BadTransDecl8.d44 enum colors
50 translator enum colors < struct input_struct *ivar >
/macosx-10.10/dtrace-147/test/tst/common/enum/
H A Derr.D_UNKNOWN.RepeatIdentifiers.d42 enum colors {
H A Dtst.EnumSameValue.d42 enum colors {
H A Derr.D_DECL_IDRED.EnumSameName.d41 enum colors {
H A Dtst.EnumEquality.d39 enum colors {
H A Dtst.EnumValAssign.d41 enum colors {
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tk/
H A Dpalette.rb33 def TkPalette.recolorTree(win, colors)
34 if not colors.kind_of?(Hash)
39 colors.each{|key, value|
42 win[key] = colors[key]
49 TkWinfo.children(win).each{|w| TkPalette.recolorTree(w, colors)}
52 def recolorTree(colors)
53 TkPalette.recolorTree(self, colors)
/macosx-10.10/ruby-106/ruby/lib/minitest/
H A Dpride.rb28 @colors ||= (31..36).to_a
29 @size = @colors.size
66 c = @colors[@index % @size]
92 @colors = (0...(6 * 7)).map { |n|
112 c = @colors[@index % @size]
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dcubetype.sh38 colors=([wall]=blue [floor]=red)
69 b.colors[wall]=green
70 b.colors[door]=white
71 exp=3 got=${#b.colors[@]}
72 [[ "$got" == "$exp" ]] || err_exit "\${#b.colors[@]} incorrect for iteration $i -- expected $exp, got '$got'"
79 bb.colors[desk]=orange
80 exp=4 got=${#b.colors[@]}
81 [[ ${#bb.colors[@]} == 4 ]] || err_exit "\${#bb.colors[@]} incorrect for iteration $i -- expected $exp, got '$got'"
82 unset b.colors
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/window/
H A Dwindow.c48 XColor *colors; /* Pixel value -> RGB mappings */ member in struct:ColormapData
320 cdata.colors = (XColor *) ckalloc(sizeof(XColor) * ncolors);
337 cdata.colors[i].pixel =
349 for (i = 0; i < ncolors; i ++) cdata.colors[i].pixel = i;
353 XQueryColors(Tk_Display(tkwin), cmap, cdata.colors, ncolors);
384 p[0] = cdata.colors[r].red >> 8;
388 p[1] = cdata.colors[g].green >> 8;
389 p[2] = cdata.colors[b].blue >> 8;
392 p[0] = cdata.colors[pixel].red >> 8;
394 p[1] = cdata.colors[pixe
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/pixmap/
H A Dpixmap.c669 ColorStruct * colors; local
685 * Parse the colors
688 colors = (ColorStruct*)ckalloc(sizeof(ColorStruct)*masterPtr->ncolors);
694 colors[i].colorPtr = NULL;
696 colors[i].c = 0;
698 colors[i].cstring = (char*)ckalloc(masterPtr->cpp);
699 colors[i].cstring[0] = 0;
765 colors[i].c = masterPtr->data[i+lOffset][0];
767 strncpy(colors[i].cstring, masterPtr->data[i+lOffset],
773 colors[
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DTimelineIcons.css42 .colors-icon .icon {
46 .colors-icon.large .icon {
50 body.mac-platform.legacy .colors-icon .icon {
54 body.mac-platform.legacy .colors-icon.large .icon {
/macosx-10.10/vim-55/runtime/colors/
H A Ddefault.vim6 " highlighting, it uses whatever the colors used to be.
/macosx-10.10/emacs-93/emacs/lisp/
H A Dtool-bar.el124 (colors (nconc (if (eq fg 'unspecified) nil (list :foreground fg))
132 (concat icon ".pbm")) colors))
134 (concat icon ".xbm")) colors))
179 (colors (nconc (if (eq fg 'unspecified) nil (list :foreground fg))
187 (concat icon ".pbm")) colors))
189 (concat icon ".xbm")) colors))
/macosx-10.10/vim-55/runtime/syntax/
H A Dsyncolor.vim10 " ":syntax on" works like in Vim 5.7: set colors but keep links
15 " ":syntax enable" keeps any existing colors
19 " ":syntax reset" resets all colors to the default
23 " User defined syncolor file has already set the colors.
28 " Many terminals can only use six different colors (plus black and white).
29 " Therefore the number of colors used is kept low. It doesn't look nice with
30 " too many colors anyway.
H A Dxpm.vim25 let colors = 0 variable
37 " get the 3rd value: colors = number of colors
38 let colors = substitute(s, '"\s*\d\+\s\+\d\+\s\+\(\d\+\).*"', '\1', '') variable
54 elseif n <= colors " string is a color specification
124 unlet color chars colors cpp n i s
H A Dxpm2.vim34 let colors = 0 variable
49 " get the 3rd value: colors = number of colors
50 let colors = substitute(s, '\s*\d\+\s\+\d\+\s\+\(\d\+\).*', '\1', '') variable
66 elseif n <= colors " string is a color specification
138 unlet color chars colors cpp n i s
/macosx-10.10/file_cmds-242/ls/
H A Dprint.c121 /* colors for file types */
125 } colors[C_NUMCOLORS]; variable in typeref:struct:__anon8927
699 if (colors[c].bold)
702 if (colors[c].num[0] != -1) {
703 ansiseq = tgoto(ansi_fgcol, 0, colors[c].num[0]);
707 if (colors[c].num[1] != -1) {
708 ansiseq = tgoto(ansi_bgcol, 0, colors[c].num[1]);
775 colors[i].bold = 0;
787 colors[i].num[j] = c[j] - '0';
796 colors[
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/
H A Dtkmenubutton.rb73 colors = %w(Black red4 DarkGreen NavyBlue gray75 Red Green Blue gray50
83 b2 = TkOptionMenubutton.new(:parent=>f, :values=>colors) {|optMB|
84 colors.each{|color|
/macosx-10.10/dtrace-147/test/tst/common/sizeof/
H A Dtst.SizeofDataTypes.d81 enum colors {
/macosx-10.10/dtrace-147/test/tst/common/struct/
H A Dtst.StructDataTypes.d80 enum colors {
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/blt/
H A Dwinop.rb56 def quantize(src, dest, colors)
57 tk_call('::blt::winop', 'quantize', src, dest, colors)
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/python/
H A Dwidget.py56 colors = '#000 #006 #00B #00F #03F #07F #0BF #0FF #0FB #0F7\
66 c.create_spectrogram(250, 20, sound=s1, height=120, width=250, colormap=colors)
60 c = SnackCanvas(width=680, height=140, highlightthickness=0) variable
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOBootFramebuffer.h65 virtual IOReturn setCLUTWithEntries( IOColorEntry * colors, UInt32 index,
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DWebGLDrawBuffers.cpp130 Vector<Platform3DObject> colors; local
135 colors.append(color);
170 for (size_t i = 0; i < colors.size(); ++i)
171 context->deleteTexture(colors[i]);

Completed in 265 milliseconds

1234567