Searched refs:thickness (Results 1 - 25 of 47) sorted by relevance

12

/macosx-10.10.1/groff-38/groff/src/devices/grodvi/
H A Ddvi.cpp585 int thickness; local
587 thickness = env->size*RES_7227*linewidth/1000;
589 thickness = line_thickness;
591 thickness = 1;
598 x = env->hpos - thickness/2;
599 y = env->vpos + p[1] + thickness/2;
600 height = p[1] + thickness;
601 width = thickness;
604 x = env->hpos - thickness/2;
605 y = env->vpos + thickness/
[all...]
/macosx-10.10.1/groff-38/groff/src/preproc/pic/
H A Doutput.h24 double thickness; // the thickness is in points member in struct:line_type
H A Dtroff.cpp70 line_thickness(lt.thickness);
88 line_thickness(lt.thickness);
138 line_thickness(lt.thickness);
151 line_thickness(lt.thickness);
155 line_thickness(lt.thickness);
168 line_thickness(lt.thickness);
195 line_thickness(lt.thickness);
545 line_thickness(lt.thickness);
H A Dtex.cpp182 set_pen_size(lt.thickness);
220 set_pen_size(lt.thickness);
244 set_pen_size(lt.thickness);
320 set_pen_size(lt.thickness);
368 int dot_rad = int(lt.thickness*(1000.0/(72.0*2)) + .5);
H A Dobject.h190 double thickness; member in struct:object_spec
H A Dobject.cpp29 : type(solid), thickness(1.0)
237 slt.thickness = 0.1;
589 lt.thickness = th;
1277 base *= fabs(lt.thickness) / hyp / 72 / 4;
1296 base *= fabs(lt.thickness) / hyp / 72 / 4;
1382 base *= fabs(lt.thickness) / hyp / 72 / 4;
1401 base *= fabs(lt.thickness) / hyp / 72 / 4;
1641 theta = fabs(lt.thickness) / 72 / 4 / rad;
1668 theta = fabs(lt.thickness) / 72 / 4 / rad;
1869 th = thickness;
[all...]
/macosx-10.10.1/vim-55/src/
H A Dgui_at_sb.h112 Dimension thickness; /* either width or height */ member in struct:__anon13994
H A Dgui_at_sb.c96 Offset(scrollbar.thickness), XtRImmediate, (XtPointer) 14},
232 #define MARGIN(sbw) (sbw)->scrollbar.thickness + (sbw)->scrollbar.shadow_width
381 Dimension thickness = sbw->scrollbar.thickness - 1; local
387 if ((int)thickness * 2 > (int)sbw->scrollbar.length)
390 off = (int)(thickness - size) / 2;
394 size = thickness;
399 point[1].x = thickness - off - sbw->scrollbar.shadow_width;
401 point[2].x = thickness / 2;
406 point[4].x = thickness
[all...]
H A Dos_msdos.c521 * 'thickness' can be from 0 (thin) to 7 (block)
524 mch_set_cursor_shape(int thickness) argument
528 regs.h.ch = 7 - thickness; /* Starting Line */
538 int thickness; local
546 thickness = 7;
548 thickness = (7 * shape_table[idx].percentage + 90) / 100;
549 mch_set_cursor_shape(thickness);
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dpanedwindow.itk58 itk_option define -thickness thickness Thickness 3
290 # OPTION: -thickness
292 # Specifies the thickness of the separators. It sets the width and
293 # height of the separator to the thickness value and the borderwidth
294 # to half the thickness.
296 itcl::configbody iwidgets::Panedwindow::thickness {
298 $itk_option(-thickness)]
299 set itk_option(-thickness) $pixels
304 -height $itk_option(-thickness)
[all...]
H A Ddialogshell.itk50 itk_option define -thickness thickness Thickness 3
130 # OPTION: -thickness
132 # Specifies the thickness of the separator. It sets the width and
133 # height of the separator to the thickness value and the borderwidth
134 # to half the thickness.
136 itcl::configbody iwidgets::Dialogshell::thickness {
137 $itk_component(separator) config -height $itk_option(-thickness)
138 $itk_component(separator) config -width $itk_option(-thickness)
140 -borderwidth [expr {$itk_option(-thickness) /
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/tkpiechart/
H A Dpie.tcl38 # force height, thickness title font and width options so that corresponding
47 [list -thickness 0]\
68 proc pie::set-thickness {this value} {
70 error {option -thickness cannot be set dynamically}
73 set ($this,thickness) [winfo fpixels $($this,canvas) $value]
79 # value is height is slices height not counting thickness
114 -startandextent {90 360} -height $($this,thickness)\
156 -height $($this,thickness) -topcolor $color\
342 ) / ($($this,initialHeight) + $($this,thickness))\
H A Dtkpiechart.tcl3 {pie.tcl source {::pie::_copy ::pie::buttonPress ::pie::buttonRelease ::pie::complete ::pie::currentSlice ::pie::darken ::pie::deleteSlice ::pie::labelSlice ::pie::maximum ::pie::minimum ::pie::newSlice ::pie::options ::pie::pie ::pie::selectedSlices ::pie::set-autoupdate ::pie::set-background ::pie::set-colors ::pie::set-height ::pie::set-labeler ::pie::set-selectable ::pie::set-thickness ::pie::set-title ::pie::set-titlefont ::pie::set-titleoffset ::pie::set-width ::pie::setLabelsState ::pie::setSliceBackground ::pie::setSliceLabelBackground ::pie::sizeSlice ::pie::sliceLabelTag ::pie::update ::pie::~pie}}
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotaxis.tcl60 set thickness $config($w,leftaxis,thickness)
66 -fill $linecolor -tag yaxis -width $thickness
172 set thickness $config($w,rightaxis,thickness)
179 -fill $linecolor -tag raxis -width $thickness
258 set thickness $config($w,leftaxis,thickness)
265 -fill $linecolor -tag yaxis -width $thickness
333 set thickness
[all...]
H A Dplotconfig.tcl62 set config(axis,properties) {color thickness font format ticklength textcolor labeloffset minorticks}
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/tkpiechart/
H A Ddemo.tcl24 $canvas 0 0 -height 100 -thickness 20 -background gray\
35 $canvas 0 0 -height 100 -thickness 10 -background white\
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/controlwidget/
H A Dtachometer.tcl134 # Transform the thickness into a plain number (if given in mm for instance)
138 set thickness [expr {[lindex $coords 0]/2.0}]
143 [expr {$width/50.0*4.0+$thickness}] [expr {$width/50.0*4.0+$thickness}] \
144 [expr {$width/50.0*46.0-$thickness}] [expr {$width/50.0*46.0-$thickness}] \
/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkElements.c862 int orient, thickness; local
864 Tk_GetPixelsFromObj(NULL, tkwin, thumb->thicknessObj, &thickness);
868 *widthPtr = thickness;
872 *heightPtr = thickness;
908 Tcl_Obj *thicknessObj; /* slider thickness */
935 int orient, length, thickness; local
939 Tk_GetPixelsFromObj(NULL, tkwin, slider->thicknessObj, &thickness);
943 *widthPtr = thickness;
949 *heightPtr = thickness;
1008 * -thickness specifie
1046 int orient, thickness = 15, length = 30, borderWidth = 2; local
[all...]
H A DttkPanedwindow.c583 int thickness = pw->paned.sashThickness, local
591 ? Ttk_MakeBox(sashPos, 0, thickness, height)
592 : Ttk_MakeBox(0, sashPos, width, thickness));
934 int thickness = DEFAULT_SASH_THICKNESS; local
935 Tcl_GetIntFromObj(NULL, sash->thicknessObj, &thickness);
936 *widthPtr = *heightPtr = thickness;
H A DttkClamTheme.c672 int length, thickness, orient; local
674 length = thickness = SCROLLBAR_THICKNESS;
676 Tcl_GetIntFromObj(NULL, sb->arrowSizeObj, &thickness);
680 *widthPtr = thickness;
682 *heightPtr = thickness;
/macosx-10.10.1/emacs-93/emacs/lwlib/
H A Dxlwmenu.c588 int thickness = mw->menu.shadow_thickness;
594 int thickness2 = thickness * factor;
608 pt[1].x = x + thickness;
618 pt[1].x = x + thickness;
628 pt[1].x = x + thickness;
653 int thickness = mw->menu.shadow_thickness;
668 points [2].x = x + width - thickness;
669 points [2].y = y + thickness;
671 points [3].y = y + thickness;
674 points [0].y = y + thickness;
585 int thickness = mw->menu.shadow_thickness; local
650 int thickness = mw->menu.shadow_thickness; local
714 int thickness = mw->menu.shadow_thickness; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/plotchart/
H A Dplotdemos7.tcl40 ::Plotchart::plotconfig xyplot leftaxis thickness 2
44 ::Plotchart::plotconfig xyplot rightaxis thickness 2
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dtssgm.vim33 syn keyword tssgmParam iconductor nbeta ngamma optics material thickness color
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/treectrl/
H A Dlayout.rb108 :thickness=>2, :filled=>true)
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/demos/
H A Dcolumn-lock.tcl53 -relief raised -thickness 2 -filled yes
110 -relief raised -thickness 2 -filled yes

Completed in 482 milliseconds

12