Searched refs:width (Results 476 - 500 of 2232) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/llvmCore-3425.0.34/utils/lit/lit/
H A DProgressBar.py39 Finally, if the width and height of the terminal are known, then
207 output; and adjusts to the width of the terminal.
220 self.width = self.term.COLS
225 self.width = 75
227 self.header = self.term.render(self.HEADER % header.center(self.width))
249 barWidth = self.width - len(prefix) - len(suffix) - 2
251 if len(message) < self.width:
252 message = message + ' '*(self.width - len(message))
254 message = '... ' + message[-(self.width-4):]
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkCanvBmap.c115 int x, int y, int width, int height));
500 int width, height;
533 &width, &height);
536 x -= width/2;
539 x -= width;
542 x -= width;
546 x -= width;
550 x -= width/2;
562 x -= width/2;
573 bmapPtr->header.x2 = x + width;
495 int width, height; local
875 int width, height, rowsAtOnce, rowsThisTime; local
[all...]
/macosx-10.10.1/xnu-2782.1.97/pexpert/i386/
H A Dpe_init.c140 default_noroot.width = bootPict->width;
165 default_noroot.width = kFailedBootWidth;
244 uint32_t width = norootIcon_lzss->width; local
246 uint32_t x = ((PE_state.video.v_width - width) / 2);
249 vc_display_lzss_icon(x, y, width, height,
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A DSection.tcl7 set width 300
24 pack [ canvas .c -width 400 -height 250]
25 pack [ canvas .c2 -height 50 -width 400 -closeenough 5]
28 pack [ scale .f1.s1 -variable width -label Width -from 10 -to 400 \
30 -command [list .c itemconf sect -width ]] -side left
55 entry .f2i.e -textvariable order -width 3
138 .c create section 200 125 -anchor c -sound s -height $height -width $width \
141 .c2 create spectrogram 0 0 -sound s -height 50 -width 400 -tags s
H A DSpectrogram.tcl7 set width 300
23 pack [ canvas .c -width 600 -height 300]
26 pack [ scale .f1.s1 -variable width -label Width -from 10 -to 600 -orient hori\
27 -length 100 -command {.c itemconf speg -width }] -side left
85 global width pps
88 .c itemconf speg -pixelspersecond $pps -width $width
125 .c create spectrogram 300 150 -anchor c -sound s -height $height -width $width -tags speg -pixelsp $pps
H A Dspectrum.tcl28 pack [canvas .c -width 140 -height 100]
37 .c create line 0 [expr 6*$i] 140 [expr 6*$i] -width 3
38 .c create line [expr 10*$i] 0 [expr 10*$i] 100 -width 5
/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkClamTheme.c44 * Workaround for Tk bug under Aqua where the default line width is 0.
64 int x1 = b.x, x2 = b.x + b.width - 1;
232 tkwin, d, bg, f.x, f.y, f.width, f.height, 0, TK_RELIEF_SUNKEN);
254 ++b.width;
258 b.x + b.width - 1, b.y,
259 b.x + b.width - 1, b.y + b.height - 1 + WIN32_XDRAWLINE_HACK);
326 XFillArc(Tk_Display(tkwin),d,gcb, b.x,b.y,b.width,b.height, 0,360*64);
327 XDrawArc(Tk_Display(tkwin),d,gcl, b.x,b.y,b.width,b.height, 225*64,180*64);
328 XDrawArc(Tk_Display(tkwin),d,gcu, b.x,b.y,b.width,b.height, 45*64,180*64);
332 XFillArc(Tk_Display(tkwin),d,gcf, b.x,b.y,b.width,
440 int width, height; local
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DTextContentView.js44 curleyBracesImage = {src: "Images/Legacy/NavigationItemCurleyBraces.svg", width: 16, height: 16};
46 curleyBracesImage = {src: "Images/NavigationItemCurleyBraces.svg", width: 13, height: 13};
50 this._prettyPrintButtonNavigationItem = new WebInspector.ActivateButtonNavigationItem("pretty-print", toolTip, activatedToolTip, curleyBracesImage.src, curleyBracesImage.width, curleyBracesImage.height);
/macosx-10.10.1/emacs-93/emacs/lisp/calendar/
H A Dcal-x.el46 '((name . "Diary") (title . "Diary") (height . 10) (width . 80)
53 (height . 10) (width . 80) (unsplittable . t) (vertical-scroll-bars . nil))
58 '((name . "Calendar") (title . "Calendar") (height . 28) (width . 80)
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/ConfidentialStamper/
H A DConfidentialStamper.py80 pageRect.size.width/2, pageRect.size.height/2)
82 angle = math.atan(pageRect.size.height/pageRect.size.width)
89 -stampMediaRect.size.width/2,
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/ConfidentialStamper/
H A DConfidentialStamper.py80 pageRect.size.width/2, pageRect.size.height/2)
82 angle = math.atan(pageRect.size.height/pageRect.size.width)
89 -stampMediaRect.size.width/2,
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/Programming with Quartz/ConfidentialStamper/
H A DConfidentialStamper.py80 pageRect.size.width/2, pageRect.size.height/2)
82 angle = math.atan(pageRect.size.height/pageRect.size.width)
89 -stampMediaRect.size.width/2,
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dpuzzle.rb76 width frameWidth
101 if depend_on_button_width && (w.winfo_reqwidth * 4 > base.width)
102 base.width = w.winfo_reqwidth * 4
H A Dunicodeout.rb44 TkButton.new(f, :text=>'Dismiss', :width=>15, :command=>proc{
49 TkButton.new(f, :text=>'See Code', :width=>15, :command=>proc{
79 :anchor=>:nw, :width=>30, :pady=>0)
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dpuzzle.rb75 width frameWidth
103 if depend_on_button_width && (w.winfo_reqwidth * 4 > base.width)
104 base.width = w.winfo_reqwidth * 4
H A Dunicodeout.rb48 TkButton.new(f, :text=>'���������', :width=>15, :command=>proc{
53 TkButton.new(f, :text=>'���������������', :width=>15, :command=>proc{
84 :anchor=>:nw, :width=>30, :pady=>0)
/macosx-10.10.1/ruby-106/ruby/test/
H A Dtest_prettyprint.rb16 def hello(width)
17 PrettyPrint.format('', width) {|hello|
83 def tree(width)
84 PrettyPrint.format('', width) {|q| @tree.show(q)}
128 def tree_alt(width)
129 PrettyPrint.format('', width) {|q| @tree.altshow(q)}
244 def prog(width)
245 PrettyPrint.format('', width) {|q|
409 def format(width)
410 PrettyPrint.format([], width, 'newlin
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dxpm2image.tcl36 set data(width) [lindex $sizes 0]
85 set image [image create photo -width $data(width) -height $data(height)]
/macosx-10.10.1/tcl-105/tcl_ext/ffidl/ffidl/demos/
H A Dtkphoto.tcl36 pixelPtr width height pitch pixelSize red green blue reserved
37 list $pixelPtr $width $height $pitch $pixelSize $red $green $blue $reserved
41 pixelPtr 0 width 1 height 2 pitch 3 pixelSize 4 red 5 green 6 blue 7 reserved 8
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dscrolledwidget.itk61 itk_option define -width width Width 30
160 # Set the width of the scrollbars.
163 $itk_component(vertsb) configure -width $itk_option(-sbwidth)
164 $itk_component(horizsb) configure -width $itk_option(-sbwidth)
233 # OPTION: -width
235 # Specifies the width of the scrolled widget. The value may be
238 itcl::configbody iwidgets::Scrolledwidget::width {
239 $_interior configure -width \
240 [winfo pixels $_interior $itk_option(-width)]
[all...]
H A Dshell.itk55 itk_option define -width width Width 0
82 itk_option add hull.width hull.height
167 # OPTION: -width
169 # Specifies the width of the shell. The value may be specified in
171 # causes the width to be adjusted to the required value based on
173 # Otherwise, the width is fixed.
175 itcl::configbody iwidgets::Shell::width {
177 # The width option was added to the hull in the constructor.
178 # So, any width valu
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/test/
H A Dshort_tag.c48 const uint16 width = 1; variable
87 if (!TIFFSetField(tif, TIFFTAG_IMAGEWIDTH, width)) {
140 if (CheckLongField(tif, TIFFTAG_IMAGEWIDTH, width) < 0)
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/raw/
H A Draw.c37 * Width=128\n Image width in pixels.
55 * -width <int> -height <int> -gamma <float>
68 * -width <int>: Specify the width of the input image. Only valid, if
177 Int width; member in struct:__anon12992
186 Int width; member in struct:__anon12993
437 sprintf (str, "\tSize in pixel : %d x %d\n", th->width, th->height); OUT;
502 (1 != sscanf (buf, strWidth, &th->width))) {
506 if (th->width < 1) {
594 sprintf (buf, strWidth, th->width);
627 readFloatFile(tkimg_MFile *handle, Float *buf, Int width, Int height, Int nchan, Boln swapBytes, Boln verbose, Float minVals[], Float maxVals[]) argument
673 readUShortFile(tkimg_MFile *handle, UShort *buf, Int width, Int height, Int nchan, Boln swapBytes, Boln verbose, Float minVals[], Float maxVals[]) argument
719 readUByteFile(tkimg_MFile *handle, UByte *buf, Int width, Int height, Int nchan, Boln swapBytes, Boln verbose, Float minVals[], Float maxVals[]) argument
765 remapFloatValues(Float *buf, Int width, Int height, Int nchan, Float minVals[], Float maxVals[]) argument
789 remapUShortValues(UShort *buf, Int width, Int height, Int nchan, Float minVals[], Float maxVals[]) argument
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/plotchart/
H A Deditgraph.tcl37 canvas .graph.c -width 400 -height 300
38 button .graph.ok -text OK -width 10 -command {::Editgraph::SaveSeries}
39 button .graph.cancel -text Cancel -width 10 -command {::Editgraph::CancelSeries}
H A Drosenbrock.tcl16 set width 500
105 set c [canvas .c -background white -width $width -height $height]

Completed in 378 milliseconds

<<11121314151617181920>>