Searched refs:width (Results 126 - 150 of 2232) sorted by relevance

1234567891011>>

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsbitmapimagerep.py11 width = 256
14 i1 = NSBitmapImageRep.alloc().initWithBitmapDataPlanes_pixelsWide_pixelsHigh_bitsPerSample_samplesPerPixel_hasAlpha_isPlanar_colorSpaceName_bytesPerRow_bitsPerPixel_(dataPlanes, width, height, 8, 3, NO, NO, NSDeviceRGBColorSpace, 0, 0)
17 i2 = NSBitmapImageRep.alloc().initWithBitmapDataPlanes_pixelsWide_pixelsHigh_bitsPerSample_samplesPerPixel_hasAlpha_isPlanar_colorSpaceName_bytesPerRow_bitsPerPixel_(None, width, height, 8, 3, NO, NO, NSDeviceRGBColorSpace, 0, 0)
21 width = 256
25 rPlane.fromlist( [y%256 for y in range(0,height) for x in range(0,width)] )
29 gPlane.fromlist( [y%256 for x in range(0,height) for x in range(width,0,-1)] )
33 bPlane.fromlist( [x%256 for x in range(0,height) for x in range(0,width)] )
39 i1 = NSBitmapImageRep.alloc().initWithBitmapDataPlanes_pixelsWide_pixelsHigh_bitsPerSample_samplesPerPixel_hasAlpha_isPlanar_colorSpaceName_bytesPerRow_bitsPerPixel_(dataPlanes, width, height, 8, 3, NO, YES, NSDeviceRGBColorSpace, 0, 0)
42 singlePlane = objc.allocateBuffer(width*height*3)
51 i2 = NSBitmapImageRep.alloc().initWithBitmapDataPlanes_pixelsWide_pixelsHigh_bitsPerSample_samplesPerPixel_hasAlpha_isPlanar_colorSpaceName_bytesPerRow_bitsPerPixel_(dataPlanes, width, heigh
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/blt/
H A Dwinop2.rb13 width = src.width
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/markup/
H A Dto_ansi.rb28 # Overrides indent width to ensure output lines up correctly.
31 width = case @list_type.last
48 @indent -= width
77 width = bullet.gsub(/\e\[[\d;]*m/, '').length + 1
79 @indent += width
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itk/examples/
H A DMessageInfo.itk17 label $itk_interior.mesg -width 20
29 set w [winfo width $itk_component(message)]
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Dlevelmeter.tcl11 pack [snack::levelMeter .a.left -width 20 -length 200 \
13 pack [snack::levelMeter .a.right -width 20 -length 200 \
15 pack [snack::levelMeter .b.left -width 20 -length 200 \
17 pack [snack::levelMeter .b.right -width 20 -length 200 \
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/ntext/
H A DntextExample.tcl38 .right configure -width 28 -height 12 -wrap word -font {{Courier} -15} -bg white
44 .left configure -width 28 -height 12 -wrap word -font {{Courier} -15} -bg #FFFFEE
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dbutton.tcl41 button $w.b1 -text "Peach Puff" -width 10 \
43 button $w.b2 -text "Light Blue" -width 10 \
45 button $w.b3 -text "Sea Green" -width 10 \
47 button $w.b4 -text "Yellow" -width 10 \
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Dbutton.tcl43 button $w.b1 -text "Peach Puff" -width 10 \
45 button $w.b2 -text "Light Blue" -width 10 \
47 button $w.b3 -text "Sea Green" -width 10 \
49 button $w.b4 -text "Yellow" -width 10 \
/macosx-10.10.1/top-100.1.2/
H A Dglobalstats.h32 bool top_globalstats_resize(void *ptr, int width, int height,
37 /* This resets the maximum width of the windows, typically after a relayout. */
/macosx-10.10.1/xnu-2782.1.97/pexpert/pexpert/
H A Dpe_images.h33 unsigned int width; member in struct:boot_progress_element
/macosx-10.10.1/curl-83.1.2/curl/docs/examples/
H A Ddebug.c37 unsigned int width=0x10; local
41 width = 0x40;
46 for(i=0; i<size; i+= width) {
52 for(c = 0; c < width; c++)
59 for(c = 0; (c < width) && (i+c < size); c++) {
62 i+=(c+2-width);
67 /* check again for 0D0A, to avoid an extra \n if it's at width */
69 i+=(c+3-width);
/macosx-10.10.1/curl-83.1.2/curl/tests/libtest/
H A Dtesttrace.c44 unsigned int width = 0x10; local
48 width = 0x40;
53 for(i = 0; i < size; i += width) {
59 for(c = 0; c < width; c++)
66 for(c = 0; (c < width) && (i+c < size); c++) {
70 i += (c+2-width);
75 /* check again for 0D0A, to avoid an extra \n if it's at width */
78 i += (c+3-width);
/macosx-10.10.1/emacs-93/emacs/lisp/mh-e/
H A Dmh-scan.el180 "This regular expression finds the message number width in a scan format.
188 "This is a format string for width of the message number in a scan format.
300 (defvar mh-scan-cmd-note-width 1
310 (defvar mh-scan-destination-width 1
324 (defvar mh-scan-date-width 5
328 (defvar mh-scan-date-flag-width 1
333 (defvar mh-scan-from-mbox-width 17
338 (defvar mh-scan-from-mbox-sep-width 2
343 (+ mh-scan-cmd-note-width)
347 (+ mh-scan-cmd-note-width
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rexml/formatters/
H A Dpretty.rb14 # The width of a page. Used for formatting text
15 attr_accessor :width
33 @width = 80
55 # is less than the specified width, then try to print everything on
65 if string.length < @width
91 s = wrap(s, @width - @level)
128 def wrap(string, width)
130 while string.length > width and place = string.rindex(' ', width)
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DBreakpointActionView.css36 width: 16px;
59 width: 100%;
67 width: 100%;
78 width: 336px; /* NOTE: Fixed value, manually tuned to .edit-breakpoint-popover-content.wide width */
83 width: 336px; /* NOTE: Fixed value, manually tuned to .edit-breakpoint-popover-content.wide width */
H A DGradientSlider.css33 width: 238px;
41 width: 100%;
54 width: 100%;
62 width: 20px;
94 width: 10px;
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dspin.rb48 TkButton.new(f, :text=>'���������', :width=>15, :command=>proc{
53 TkButton.new(f, :text=>'���������������', :width=>15, :command=>proc{
64 TkSpinbox.new(base_frame, :from=>1, :to=>10, :width=>10, :validate=>:key,
69 :format=>'%05.2f', :width=>10),
70 TkSpinbox.new(base_frame, :values=>australianCities, :width=>10)
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/vu/
H A DcanvSticker2.rb37 c = TkCanvas.new(:width=>500, :height=>500, :bg=>'aquamarine3').pack
56 width 0
78 width 0
84 txt[:width] = 0 # horizontal
89 txt[:width] = 1 # top down
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2base/
H A Dtext.tcl153 upvar 1 $wvar width
154 set width 0
155 #puts @!$width
162 if {$l <= $width} continue
163 set width $l
169 if {$l <= $width} continue
170 set width $l
173 #puts stdout @=$width
178 upvar $wvar width
179 return [format %${width}
[all...]
/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dtool_cb_prg.c87 barwidth = bar->width - 7;
120 /* TODO: get terminal width through ansi escapes or something similar.
121 try to update width when xterm is resized... - 19990617 larsa */
125 * we're using our own way to determine screen width */
131 bar->width = (int)num;
133 bar->width = 79;
137 bar->width = 79;
140 * We use this emx library call to get the screen width, and subtract
146 bar->width = scr_size[0] - 1;
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/tcllib/
H A Dplotdemos1.rb8 c1 = TkCanvas.new(:background=>'white', :width=>400, :height=>200)
9 c2 = TkCanvas.new(:background=>'white', :width=>400, :height=>200)
10 c3 = TkCanvas.new(:background=>'white', :width=>400, :height=>200)
14 hc1 = TkCanvas.new(h, :background=>'white', :width=>400, :height=>200)
15 hc2 = TkCanvas.new(h, :background=>'white', :width=>400, :height=>200)
19 vc1 = TkCanvas.new(v, :background=>'white', :width=>400, :height=>200)
20 vc2 = TkCanvas.new(v, :background=>'white', :width=>400, :height=>200)
21 vc3 = TkCanvas.new(v, :background=>'white', :width=>400, :height=>200)
133 zc1 = TkCanvas.new(z, :background=>'white', :width=>400, :height=>300)
134 zc2 = TkCanvas.new(z, :background=>'white', :width
[all...]
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnix.c139 unsigned width, unsigned height,
153 for (x1 = 0; x1 < width; x1 = end) {
158 while ((x1 < width) && !*lineDataPtr) {
168 while ((end < width) && *lineDataPtr) {
175 rect.width = end - x1;
132 TkpBuildRegionFromAlphaData( TkRegion region, unsigned x, unsigned y, unsigned width, unsigned height, unsigned char *dataPtr, unsigned pixelStride, unsigned lineStride) argument
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWinRegion.c92 rect_return->width = (short) (rect.right - rect.left);
146 rectangle->x + rectangle->width, rectangle->y + rectangle->height);
172 TkRectInRegion(r, x, y, width, height)
176 unsigned int width;
183 rect.right = x+width;
/macosx-10.10.1/adv_cmds-158/ps/
H A Dprint.c92 (void)printf("%-*s", v->width, vent->header);
94 (void)printf("%*s", v->width, vent->header);
360 left = termwidth - (totwidth - v->width);
362 /* already wrapped, just use std * width */
363 left = v->width;
371 (void)printf("%-*.*s", v->width, v->width, s);
409 (void)printf("%-*s", v->width, KI_PROC(k)->p_comm);
432 (void)printf("%-*s", v->width, (s = getname(KI_EPROC(k)->e_ucred.cr_uid), *s) ? s : "-");
485 (void)printf("%-*s", v->width, bu
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Core Graphics/CGRotation/
H A DCGImageUtils.py108 def IISaveImage(image, url, width, height):
111 # If there is no image, no destination, or the width/height is 0, then fail early.
112 assert (image is not None) and (url is not None) and (width != 0.0) and (height != 0.0)
121 imageData = objc.allocateBuffer(int(4 * width * height))
126 width, # width
129 4 * width, # bytes per pixel times number of pixels wide
136 IIDrawImageTransformed(image, bitmapContext, CGRectMake(0.0, 0.0, width, height))
205 imageRect.size.width = CGImageGetWidth(image.fImageRef);
214 # For orientations 1-4, the images are unrotated, so the width an
[all...]

Completed in 314 milliseconds

1234567891011>>