Searched refs:width (Results 426 - 450 of 2946) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXRegion.c152 rectangle->width, rectangle->height);
190 unsigned int width,
194 const CGRect r = CGRectMake(x, y, width, height);
259 rect_return->width = rect.size.width;
286 unsigned int width, /* Size of rectangle to update. */
300 for (x1 = 0; x1 < width; x1 = end) {
302 while ((x1 < width) && !*lineDataPtr) {
308 while ((end < width) && *lineDataPtr) {
315 rect.width
180 TkRectInRegion( TkRegion region, int x, int y, unsigned int width, unsigned int height) argument
274 TkpBuildRegionFromAlphaData( TkRegion region, unsigned int x, unsigned int y, unsigned int width, unsigned int height, unsigned char *dataPtr, unsigned int pixelStride, unsigned int lineStride) argument
[all...]
/macosx-10.10/ruby-106/ruby/ext/psych/yaml/
H A Dreader.c197 unsigned int width = 0; local
231 width = (octet & 0x80) == 0x00 ? 1 :
238 if (!width)
245 if (width > raw_unread) {
264 for (k = 1; k < width; k ++)
282 if (!((width == 1) ||
283 (width == 2 && value >= 0x80) ||
284 (width == 3 && value >= 0x800) ||
285 (width == 4 && value >= 0x10000)))
359 width
[all...]
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Dscrollview.tcl21 include {-relief -borderwidth -background -width -height -cursor} \
22 initialize {-relief flat -borderwidth 0 -width 30 -height 30 \
26 {-width TkResource 30 0 canvas}
61 set _widget(width) [Widget::cget $path -width]
136 set x0 [expr {$vmin*$_widget(width)+$_widget(bd)}]
137 set x1 [expr {$vmax*$_widget(width)+$_widget(bd)-1}]
172 set x0 [expr {$hmin*$_widget(width)+$_widget(bd)}]
173 set x1 [expr {$hmax*$_widget(width)+$_widget(bd)-1}]
212 set vh [expr {double($x0-$_widget(bd))/$_widget(width)}]
[all...]
/macosx-10.10/tcl-105/tk84/tk/unix/
H A DtkUnix3d.c115 Tk_3DVerticalBevel(tkwin, drawable, border, x, y, width, height,
120 int x, y, width, height; /* Area of vertical bevel. */
140 x, y, (unsigned) width, (unsigned) height);
144 x, y, (unsigned) width, (unsigned) height);
151 half = width/2;
152 if (!leftBevel && (width & 1)) {
158 (unsigned) (width-half), (unsigned) height);
165 (unsigned) width, (unsigned) height);
175 (unsigned) width, (unsigned) height);
199 Tk_3DHorizontalBevel(tkwin, drawable, border, x, y, width, heigh
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/tm/
H A Dtmxfmt.c110 int width; local
156 width = 0;
195 width = width * 10 + (c - '0');
263 cp = number(cp, ep, (long)(1900 + tm->tm_year) / 100, 2, width, pad);
266 cp = number(cp, ep, (long)tm->tm_mday, 2, width, pad);
272 cp = number(cp, ep, (long)tm->tm_mday, -2, width, pad);
300 cp = number(cp, ep, (long)n, c, width, pad);
303 cp = number(cp, ep, (long)tm->tm_hour, 2, width, pad);
311 cp = number(cp, ep, (long)n, 2, width, pa
[all...]
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkCanvImg.c79 int x, int y, int width, int height, int imgWidth,
101 int x, int y, int width, int height);
441 int width, height;
473 Tk_SizeOfImage(image, &width, &height);
476 x -= width/2;
479 x -= width;
482 x -= width;
486 x -= width;
490 x -= width/2;
502 x -= width/
436 int width, height; local
530 DisplayImage( Tk_Canvas canvas, Tk_Item *itemPtr, Display *display, Drawable drawable, int x, int y, int width, int height) argument
707 int width, height; local
848 ImageChangedProc( ClientData clientData, int x, int y, int width, int height, int imgWidth, int imgHeight) argument
[all...]
H A DtkImage.c57 int width, height; /* Last known dimensions for image. */ member in struct:ImageMaster
215 "width", NULL
322 masterPtr->width = masterPtr->height = 1;
343 0, 0, masterPtr->width, masterPtr->height,
344 masterPtr->width, masterPtr->height);
482 Tcl_SetIntObj(Tcl_GetObjResult(interp), masterPtr->width);
521 int width, int height, /* Dimensions (in pixels) of region of image
532 masterPtr->width = imageWidth;
537 width, height, imageWidth, imageHeight);
728 int width, in
513 Tk_ImageChanged( Tk_ImageMaster imageMaster, int x, int y, int width, int height, int imageWidth, int imageHeight) argument
713 Tk_PostscriptImage( Tk_Image image, Tcl_Interp *interp, Tk_Window tkwin, Tk_PostscriptInfo psinfo, int x, int y, int width, int height, int prepass) argument
811 Tk_RedrawImage( Tk_Image image, int imageX, int imageY, int width, int height, Drawable drawable, int drawableX, int drawableY) argument
[all...]
/macosx-10.10/ruby-106/ruby/
H A Dsprintf.c182 * %[flags][width][.precision]type
186 * width, and precision indicators, then terminated with a field type
284 * * | all | Use the next argument as the field width.
287 * | | sign, use the indicated argument as the width.
345 * The field width is an optional integer, followed optionally by a
346 * period and a precision. The width specifies the minimum number of
349 * Examples of width:
351 * # padding is done by spaces, width=20
449 int width, prec, flags = FNONE; local
460 rb_raise(rb_eArgError, "width give
1100 fmt_setup(char *buf, size_t size, int c, int flags, int width, int prec) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cairo/
H A DImageBufferCairo.cpp84 glTexImage2D(GL_TEXTURE_2D, 0 /* level */, GL_RGBA8, size.width(), size.height(), 0 /* border */, GL_RGBA, GL_UNSIGNED_BYTE, 0);
92 return adoptRef(cairo_gl_surface_create_for_texture(device, CAIRO_CONTENT_COLOR_ALPHA, texture, size.width(), size.height()));
110 m_data.m_surface = adoptRef(cairo_image_surface_create(CAIRO_FORMAT_ARGB32, size.width(), size.height()));
174 for (int x = 0; x < m_size.width(); x++) {
184 cairo_surface_mark_dirty_rectangle(m_data.m_surface.get(), 0, 0, m_size.width(), m_size.height());
198 return adoptRef(cairo_image_surface_create(CAIRO_FORMAT_ARGB32, rect.width(), rect.height()));
204 RefPtr<Uint8ClampedArray> result = Uint8ClampedArray::createUninitialized(rect.width() * rect.height() * 4);
206 if (rect.x() < 0 || rect.y() < 0 || (rect.x() + rect.width()) > size.width() || (rect.y() + rect.height()) > size.height())
216 if (endx > size.width())
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/image-decoders/png/
H A DPNGImageDecoder.cpp238 bool PNGImageDecoder::setSize(unsigned width, unsigned height) argument
240 if (!ImageDecoder::setSize(width, height))
306 png_uint_32 width = png_get_image_width(png, info); local
310 if (width > cMaxPNGSize || height > cMaxPNGSize) {
321 bool result = setSize(width, height);
329 png_get_IHDR(png, info, &width, &height, &bitDepth, &colorType, &interlaceType, &compressionType, &filterType);
431 if (!buffer.setSize(scaledSize().width(), scaledSize().height())) {
438 m_reader->createInterlaceBuffer(colorChannels * size().width() * size().height());
447 m_reader->createRowBuffer(colorChannels * size().width());
507 row = interlaceBuffer + (rowIndex * colorChannels * size().width());
520 int width = scaledSize().width(); local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/ico/
H A Dico.c76 UByte width; member in struct:__anon13205
94 UInt width; member in struct:__anon13207
224 sprintf(str, " Width and Height: %dx%d\n", ih->width, ih->height/2); OUT;
266 if (!readUByte (handle, &th->entries[i].width) ||
280 printf (" Width : %d\n", th->entries[i].width);
310 if (!writeUByte (handle, th->entries[i].width) ||
327 !readUInt (handle, &ih->width) ||
342 printf("Width: %d\n", ih->width);
359 !writeUInt (handle, ih->width) ||
374 printf("Width : %d\n", ih->width);
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DRenderSVGEllipse.cpp58 if (m_radii.width() < 0 || m_radii.height() < 0)
72 m_fillBoundingBox = FloatRect(m_center.x() - m_radii.width(), m_center.y() - m_radii.height(), 2 * m_radii.width(), 2 * m_radii.height());
132 float xrXOuter = center.x() / (m_radii.width() + halfStrokeWidth);
137 float xrXInner = center.x() / (m_radii.width() - halfStrokeWidth);
151 float xrX = center.x() / m_radii.width();
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DButtonNavigationItem.css27 width: 26px;
31 width: auto;
57 width: 100%;
/macosx-10.10/WebKit2-7600.1.25/UIProcess/ios/
H A DSmartMagnificationController.mm91 targetRect.inflateX(smartMagnificationElementPadding * targetRect.width());
103 if ([m_contentView bounds].size.width <= m_webPageProxy.unobscuredContentRect().width())
/macosx-10.10/adv_cmds-158/tabs/
H A Dtabs.c102 errx(1, "%s: invalid margin width",
230 int width; local
233 width = ws.ws_col;
234 else if ((width = tgetnum("co")) == 0) {
235 width = 80;
236 warnx("cannot find terminal width; defaulted to %d", width);
239 return (width);
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dui.cpp52 static size_t width = 0; local
58 width = atf::text::to_type< size_t >(cols);
63 width = ws.ws_col;
66 if (width >= 80)
67 width -= 5;
72 return width;
/macosx-10.10/cups-408/cups/cups/
H A Dpwg-media.c254 * The width and length are specified in hundredths of millimeters, equivalent
255 * to 1/100000th of a meter or 1/2540th of an inch. The width, length, and
268 int width, /* I - Width of page in 2540ths */
283 ", prefix=\"%s\", name=\"%s\", width=%d, length=%d, "
285 width, length, units));
290 if (!keyword || keysize < 32 || width < 0 || length < 0 ||
322 if ((width % 635) == 0 && (length % 635) == 0)
360 (*format)(uptr, sizeof(usize) - (size_t)(uptr - usize), width);
383 const char *name, int width, int length)
384 { pwgFormatSizeName(keyword, keysize, prefix, name, width, lengt
264 pwgFormatSizeName(char *keyword, size_t keysize, const char *prefix, const char *name, int width, int length, const char *units) argument
382 _pwgGenerateSize(char *keyword, size_t keysize, const char *prefix, const char *name, int width, int length) argument
912 pwgMediaForSize(int width, int length) argument
929 _pwgMediaNearSize(int width, int length, int epsilon) argument
995 _pwgMediaForSize(int width, int length) argument
[all...]
/macosx-10.10/ncurses-44/ncurses/ncurses/base/
H A Dsafe_sprintf.c83 int width = -1; local
95 if (width < 0)
96 width = 0;
97 width = (width * 10) + num;
108 width = ival;
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/tcllib/
H A Dplotdemos2.rb8 c1 = TkCanvas.new(:background=>'white', :width=>400, :height=>200)
9 c2 = TkCanvas.new(:background=>'white', :width=>400, :height=>200)
51 c = TkCanvas.new(h, :bg=>'white', :width=>400, :height=>200).pack(:fill=>:both)
H A Dplotdemos3.rb13 :width=>400, :height=>200){|chart|
43 :width=>400, :height=>200){|chart|
60 :width=>400, :height=>200){|chart|
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/tcl/tequila/
H A Dtequical.tcl20 [entry .as.e -width 30 -textvariable as_host] \
42 listbox .f1.lb -width 50 -height 10 -exportselection 0 \
48 pack [label .f2.l1 -text "Event:" -anchor e -width 7] -side left
52 pack [label .f3.l1 -text "Month:" -anchor e -width 7] \
53 [entry .f3.e1 -textvariable detail(m) -width 3] \
55 [entry .f3.e2 -textvariable detail(d) -width 3] \
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Draw2tiff.c86 uint32 width = 0, length = 0, linebytes, bufsize; local
119 case 'w': /* input image width */
120 width = atoi(optarg);
206 if (guessSize(fd, dtype, hdr_size, nbands, swab, &width, &length) < 0)
217 TIFFSetField(out, TIFFTAG_IMAGEWIDTH, width);
263 linebytes = width * depth;
268 linebytes = width * nbands * depth;
271 bufsize = width * nbands * depth;
296 swapBytesInScanline(buf, width, dtype);
297 for (col = 0; col < width; co
331 swapBytesInScanline(void *buf, uint32 width, TIFFDataType dtype) argument
355 guessSize(int fd, TIFFDataType dtype, off_t hdr_size, uint32 nbands, int swab, uint32 *width, uint32 *length) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/canvas/
H A Dpuzzle.tcl45 set scrollw [image width $image]
58 set parcel [image create photo -height $tile -width $tile]
85 -bd 2 -relief sunken -bg white -width 40
95 crosshair::crosshair .map -width 0 -fill \#999999 -dash {.}
104 -grid-cell-width $tile \
112 -grid-cell-width $tile \
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/plotchart/
H A Dplotdemos17.tcl12 pack [canvas .c1 -bg white -width 400 -height 300]
13 pack [canvas .c2 -bg white -width 400 -height 300]
14 pack [canvas .c3 -bg white -width 400 -height 200]
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/demos/
H A Dmycomputer.tcl26 $T column create -text Name -tags name -width 200
27 $T column create -text Type -tags type -width 120
28 $T column create -text "Total Size" -tags size -justify right -width 100 \
30 $T column create -text "Free Space" -tags free -justify right -width 100
31 $T column create -text Comments -tags comment -width 120
42 $T element create rectDivider rect -fill blue -height 1 -width 250

Completed in 394 milliseconds

<<11121314151617181920>>