Searched refs:linewidth (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/blt/
H A Dplot1.rb6 plot = Tk::BLT::PlotComponent::Element.new(graph, :linewidth=>0, :label=>'foo')
H A Dplot1b.rb7 plot.configure(:linewidth=>0, :label=>'foo',
H A Dgraph7.rb21 :linewidth=>0, :outlinewidth=>1,
H A Dgraph7b.rb22 :linewidth=>0, :outlinewidth=>1,
H A Dgraph7c.rb26 :linewidth=>0, :outlinewidth=>1,
H A Dgraph7a.rb44 :linewidth=>0, :outlinewidth=>1,
/macosx-10.10/groff-38/groff/src/devices/grodvi/
H A Ddvi.cpp29 static int linewidth = DEFAULT_LINEWIDTH; variable
587 thickness = env->size*RES_7227*linewidth/1000;
679 ? env->size*RES_7227*linewidth/1000
947 if (sscanf(optarg, "%d", &linewidth) != 1
948 || linewidth < 0 || linewidth > 1000) {
950 linewidth = DEFAULT_LINEWIDTH;
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/tcllib/
H A Ddiagrams.rb193 def linewidth(pixels=None) method
194 number(tk_call('::Diagrams::linewidth', pixels))
/macosx-10.10/vim-55/runtime/indent/
H A Dawk.vim214 " This function checks whether an indented line exceeds a maximum linewidth
216 " limit num of characters beyond linewidth) by decreasing the indent (keeping
/macosx-10.10/groff-38/groff/src/devices/grops/
H A Dps.cpp51 static int linewidth = -1; variable
617 if (linewidth < 0)
618 linewidth = DEFAULT_LINEWIDTH;
1059 int lw = ((font::res/(72*font::sizescale))*linewidth*env->size)/1000;
1848 if (sscanf(optarg, "%d", &linewidth) != 1 || linewidth < 0) {
1849 error("bad linewidth `%1'", optarg);
1850 linewidth = -1;
/macosx-10.10/vim-55/runtime/syntax/
H A Dgnuplot.vim100 syn keyword gnuplotType left right top bottom outside below samplen spacing width height box nobox linestyle ls linetype lt linewidth lw
105 syn keyword gnuplotType linestyle nolinestyle linetype lt linewidth lw pointtype pt pointsize ps
H A Daml.vim56 syn keyword amlVtrCmd contained add al arcscan arrowlength arrowwidth as aw backtrack branch bt cj clearjunction commands cs dash endofline endofsession eol eos fan fg foreground gap generalizetolerance gtol help hole js junctionsensitivity linesymbol linevariation linewidth ls lv lw markersymbol mode ms raster regionofinterest reset restore retrace roi save searchradius skip sr sta status stc std str straightenangle straightencorner straightendistance straightenrange vt vtrace
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkCanvPoly.c529 * Mac OS X CG drawing needs access to the outline linewidth
530 * even for fills (as linewidth controls antialiasing).
895 double linewidth = polyPtr->outline.width;
907 if (polyPtr->outline.activeWidth>linewidth) {
908 linewidth = polyPtr->outline.activeWidth;
915 linewidth = polyPtr->outline.disabledWidth;
955 int intLineWidth = (int) (linewidth + 0.5);
888 double linewidth = polyPtr->outline.width; local
H A DtkCanvLine.c530 * Mac OS X CG drawing needs access to linewidth even for
531 * arrow fills (as linewidth controls antialiasing).
853 double linewidth;
864 linewidth = linePtr->outline.width;
866 if (linePtr->outline.activeWidth != linewidth) {
867 linewidth = linePtr->outline.activeWidth;
870 if (linePtr->outline.disabledWidth != linewidth) {
871 linewidth = linePtr->outline.disabledWidth;
916 int intwidth = (int) (linewidth + 0.5);
847 double linewidth; local
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkCanvPoly.c537 * Mac OS X CG drawing needs access to the outline linewidth
538 * even for fills (as linewidth controls antialiasing).
908 double linewidth = polyPtr->outline.width;
920 if (polyPtr->outline.activeWidth>linewidth) {
921 linewidth = polyPtr->outline.activeWidth;
928 linewidth = polyPtr->outline.disabledWidth;
967 int intLineWidth = (int) (linewidth + 0.5);
901 double linewidth = polyPtr->outline.width; local
H A DtkCanvLine.c543 * Mac OS X CG drawing needs access to linewidth even for
544 * arrow fills (as linewidth controls antialiasing).
872 double linewidth;
884 linewidth = linePtr->outline.width;
889 if (linePtr->outline.activeWidth != linewidth) {
890 linewidth = linePtr->outline.activeWidth;
896 if (linePtr->outline.disabledWidth != linewidth) {
897 linewidth = linePtr->outline.disabledWidth;
944 int intwidth = (int) (linewidth + 0.5);
866 double linewidth; local
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/diagrams/
H A Dbasic.tcl66 $core new attribute stroke linked {linewidth 1} type $imin

Completed in 273 milliseconds