Searched refs:outline (Results 51 - 75 of 200) sorted by relevance

12345678

/macosx-10.10.1/ksh-23/ksh/src/lib/libcmd/
H A Dfmt.c79 outline(Fmt_t* fp) function
158 outline(fp);
161 outline(fp);
165 outline(fp);
200 outline(fp);
216 outline(fp);
414 outline(fp);
499 outline(fp);
631 outline(&fmt);
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Dvowelspace.tcl25 .c create oval 100 100 100 100 -width 8 -outline black -tag point
56 .f.c create oval $x $y $x $y -width 2 -outline red
58 .f.c create oval $x $y $x $y -width 2 -outline green
60 .f.c create oval $x $y $x $y -width 2 -outline blue
62 .f.c create oval $x $y $x $y -width 2 -outline yellow
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffdither.c58 unsigned char *outline, *inputline, *inptr; local
74 outline = (unsigned char *) _TIFFmalloc(outlinesize);
98 _TIFFmemset(outptr = outline, 0, outlinesize);
128 if (TIFFWriteScanline(out, outline, i-1, 0) < 0)
134 _TIFFfree(outline);
/macosx-10.10.1/ICU-531.30/icuSources/samples/layout/
H A DGnomeFontInstance.cpp168 if (pointNumber >= fFace->glyph->outline.n_points) {
172 point.fX = fFace->glyph->outline.points[pointNumber].x >> 6;
173 point.fY = fFace->glyph->outline.points[pointNumber].y >> 6;
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DQuickConsole.css36 outline: none;
H A DSearchBar.css30 outline: none;
H A DFilterBar.css46 outline: none;
H A DGoToLineDialog.css58 outline: none;
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dcalendar.itk69 itk_option define -outline outline Outline \#d9d9d9
380 # OPTION: -outline
382 # Specifies the outline color used to surround the date text.
384 itcl::configbody iwidgets::Calendar::outline {
387 -outline $itk_option(-outline)
429 -outline $itk_option(-selectcolor)
764 -outline $itk_option(-outline)]
[all...]
/macosx-10.10.1/expat-12/expat/amiga/
H A DMakefile32 OUTLINE = $(DESTDIR)/outline
162 $(OUTLINE): $(DESTDIR)/outline.o $(LAUNCH)
166 $(DESTDIR)/outline.o: outline.c
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/demos/
H A Dbiglist.tcl42 set outline gray70
44 $T element create eRectTop.e rect -outline $outline -fill $BigList(bg) \
46 $T element create eRectTop.we rect -outline $outline -fill $BigList(bg) \
48 $T element create eRectTop.w rect -outline $outline -fill $BigList(bg) \
50 $T element create eRectBottom rect -outline $outline -fill $BigList(bg) \
/macosx-10.10.1/expat-12/expat/bcb5/
H A Doutline.mak16 PROJECT = Release\outline.exe
17 OBJFILES = Release\obj\examples\outline.obj
19 MAINSOURCE = outline.bpf
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/controlwidget/
H A Dtachometer.tcl118 $win.c create oval $x1 $y1 $x2 $y2 -fill $options(-dialcolor) -width 1 -outline lightgray
126 $win.c create oval $x1 $y1 $x2 $y2 -width 1 -outline lightgray -fill $options(-pincolor)
146 -outline $options(-dangercolor) -fill $options(-dangercolor) -width $options(-dangerwidth)
156 -outline black -width 0.5m
337 -style arc -outline $color -width $width
339 -style arc -outline $color -width $width
H A Dvoltmeter.tcl110 -start 70.5 -extent 37 -style arc -outline lightgray \
115 -start 71 -extent 36 -style arc -outline $options(-dialcolor) \
121 -fill black -outline $options(-scalecolor) -style arc -width 0.5m
303 -style arc -outline $color -width $width
305 -style arc -outline $color -width $width
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotpriv.tcl413 $w create rectangle 0 0 $pxmin $height -fill $colour -outline $colour -tag mask
414 $w create rectangle 0 0 $width $pymin -fill $colour -outline $colour -tag mask
415 $w create rectangle 0 $pymax $width $height -fill $colour -outline $colour -tag mask
416 $w create rectangle $pxmax 0 $width $height -fill $colour -outline $colour -tag mask
442 $w create rectangle 0 0 $pxmin $height -fill $colour -outline $colour -tag vertmask
443 $w create rectangle 0 0 $width $pymin -fill $colour -outline $colour -tag horizmask
444 $w create rectangle 0 $pymax $width $height -fill $colour -outline $colour -tag horizmask
445 $w create rectangle $pxmax 0 $width $height -fill $colour -outline $colour -tag vertmask
447 $w create rectangle 0 0 $pxmin $pymin -fill $colour -outline $colour -tag {topmask top}
448 $w create rectangle $pxmax 0 $width $pymin -fill $colour -outline
[all...]
H A Dplotbind.tcl30 set scaling($w,eventobj) [$w create rectangle $pxmin $pymin $pxmax $pymax -fill {} -outline {}]
60 set object [$w create rectangle $pxmin $pymin $pxmax $pymax -fill {} -outline {}]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/treectrl/
H A Dimovie.rb29 t.element_create('elemRect', :rect, :outline=>'#827878', :outlinewidth=>1,
32 t.element_create('elemShadow', :rect, :outline=>'gray', :outlinewidth=>1,
H A Dbitmaps.rb27 :outline=>[@SystemHighlight, ['selected', 'focus']])
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/vu/
H A DcanvSticker2.rb47 outline ''
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/ctext/
H A Dctext_tcl.tcl25 -height -wrap -font -fill -side -outline -style -insertwidth \
/macosx-10.10.1/expat-12/expat/
H A DMakefile.in53 all: $(LIBRARY) xmlwf/xmlwf examples/elements examples/outline
58 cd examples && rm -f elements outline *.o *.lo && rm -rf .libs _libs
152 examples/outline.o: examples/outline.c
153 examples/outline: examples/outline.o $(LIBRARY)
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/tkpiechart/
H A Dcanlabel.tcl53 $($this,canvas) itemconfigure $($this,rectangle) -outline $value
160 $canvas itemconfigure $selectRectangle -fill {} -outline {}
183 -outline $switched::($this,-textbackground)
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dctext.tcl41 $c create rectangle 245 195 255 205 -outline black -fill red
62 -outline black -fill $color -width 1]
81 -outline black -fill red]
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Dctext.tcl41 $c create rectangle 245 195 255 205 -outline black -fill red
62 -outline black -fill $color -width 1]
81 -outline black -fill red]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/
H A D24hr_clock.rb191 :outline=>@hour_hand_color,
196 :outline=>@minute_hand_color,
201 :outline=>@second_hand_color,
207 :outline=>@cdot_color, :fill=>@cdot_color)
273 :outline=>'black', 'fill'=>color,

Completed in 360 milliseconds

12345678