Searched refs:width (Results 276 - 300 of 2232) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-report/
H A Dtests-results.css78 border-width: 1pt;
86 border-width: 1pt;
92 border-width: 1pt;
122 border-width: 1pt;
125 width: 80%;
130 border-width: 1pt;
137 border-width: 1pt;
/macosx-10.10.1/file-46/file/src/
H A Dvasprintf.c77 %[flag][width][.prec][modifier]type
84 width: n 0n *
241 static int type_s(xprintf_struct *s, int width, int prec, argument
255 if (width != -1 && string_len < (size_t)width)
256 string_len = (size_t)width;
301 int width, prec, modifier, approx_width; local
357 /* width */
358 if (*SRCTXT == '*') { /* width given by next argument */
360 width
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/window/
H A Dwindow.c88 destX, destY, width, height, srcX, srcY)
95 int width, height;
212 destX, destY, width, height, srcX, srcY)
218 int width, height;
261 if ((srcX + width) > fileWidth) {
262 width = fileWidth - srcX;
267 if ((width <= 0) || (height <= 0)) {
288 width, height, AllPlanes, ZPixmap);
304 if (tkimg_PhotoExpand(interp, imageHandle, destX + width, destY + height) == TCL_ERROR) {
371 block.width
[all...]
/macosx-10.10.1/tcl-105/tk/tk/tests/
H A DcanvPsArc.tcl16 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets for arcs. Click on "Print" to print the canvas to your default printer. You can click on items in the canvas to delete them.} -width 6i
25 canvas $c -width 6i -height 6i -bd 2 -relief sunken
31 -fill {} -outline black -outlinestipple gray50 -width 3m
33 -fill black -stipple gray25 -outline black -width 1m
38 -fill black -stipple gray50 -outline black -width 2m
42 $c create arc .5i 4.5i 2i 6i -style arc -start 135 -extent 315 -width 3m \
44 $c create arc 3.5i 4.5i 5.5i 5.5i -style arc -start 45 -extent -90 -width 1m \
/macosx-10.10.1/tcl-105/tk84/tk/tests/
H A DcanvPsArc.tcl16 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets for arcs. Click on "Print" to print the canvas to your default printer. You can click on items in the canvas to delete them.} -width 6i
25 canvas $c -width 6i -height 6i -bd 2 -relief sunken
31 -fill {} -outline black -outlinestipple gray50 -width 3m
33 -fill black -stipple gray25 -outline black -width 1m
38 -fill black -stipple gray50 -outline black -width 2m
42 $c create arc .5i 4.5i 2i 6i -style arc -start 135 -extent 315 -width 3m \
44 $c create arc 3.5i 4.5i 5.5i 5.5i -style arc -start 45 -extent -90 -width 1m \
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWinDraw.c123 unsigned int width, unsigned int height,
308 XCopyArea(display, src, dest, gc, src_x, src_y, width, height, dest_x, dest_y)
314 unsigned int width, height;
334 BitBlt(destDC, dest_x, dest_y, width, height, srcDC, src_x, src_y,
366 XCopyPlane(display, src, dest, gc, src_x, src_y, width, height, dest_x,
373 unsigned int width, height;
413 BitBlt(destDC, dest_x, dest_y, width, height, srcDC, src_x, src_y,
431 BitBlt(destDC, dest_x, dest_y, width, height, srcDC, src_x, src_y,
452 bitmap = CreateBitmap(width, height, 1, 1, NULL);
461 BitBlt(memDC, 0, 0, width, heigh
766 LONG width, height; local
[all...]
H A DtkWinImage.c207 XCreateImage(display, visual, depth, format, offset, data, width, height,
215 unsigned int width;
221 imagePtr->width = width;
248 imagePtr->bytes_per_line = (((depth * width)
288 XGetImageZPixmap(display, d, x, y, width, height, plane_mask, format)
293 unsigned int width;
321 hbmp = CreateCompatibleBitmap(hdc, width, height);
338 ret = BitBlt(hdcMem, 0, 0, width, height, hdc, x, y, SRCCOPY);
360 bmInfo->bmiHeader.biWidth = width;
[all...]
/macosx-10.10.1/vim-55/runtime/indent/
H A Dconfig.vim27 let width = 0
31 let width = width + 1
33 let width = width + &ts - (width % &ts)
37 return width
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/
H A Dprint.c80 unsigned long width; local
118 width = precision = 0;
150 width = va_arg(ap, int);
154 width = strtoul(format, &e, 10);
370 if (precision != 0 || width != 0) {
374 else if (length < width && zero)
375 zeropad = width - length;
376 if (width != 0) {
377 pad = width - length -
436 if (width !
[all...]
/macosx-10.10.1/ntp-92/lib/isc/
H A Dprint.c80 unsigned long width; local
118 width = precision = 0;
150 width = va_arg(ap, int);
154 width = strtoul(format, &e, 10);
370 if (precision != 0 || width != 0) {
374 else if (length < width && zero)
375 zeropad = width - length;
376 if (width != 0) {
377 pad = width - length -
436 if (width !
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkCanvImg.c84 int x, int y, int width, int height, int imgWidth,
107 int x, int y, int width, int height));
454 int width, height;
486 Tk_SizeOfImage(image, &width, &height);
489 x -= width/2;
492 x -= width;
495 x -= width;
499 x -= width;
503 x -= width/2;
515 x -= width/
449 int width, height; local
726 int width, height; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/library/
H A Dfilelist-bindings.tcl659 set width [font measure $font ${text}W]
660 set width [expr {$width + ($ebw + 1) * 2}]
662 if {$ex + $width > $right} {
663 set width [expr {$right - $ex}]
666 if {$ex + $width > $right} {
667 set width [expr {$right - $ex}]
669 place configure $e -width $width
739 set width [fon
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/generic/
H A DjkCanvSpeg.c44 int dest_x, int dest_y, unsigned int width,
67 int width; member in struct:SpectrogramItem
145 {TK_CONFIG_INT, "-width", (char *) NULL, (char *) NULL,
146 "378", Tk_Offset(SpectrogramItem, width), 0},
226 int x, int y, int width, int height);
250 GC gc, int width, int height, int x, int w, int pos);
299 spegPtr->width = 378;
486 spegPtr->ssmp = (int) (spegPtr->esmp - spegPtr->width *
508 spegPtr->si.pixpsec = (float) spegPtr->width * spegPtr->si.samprate /
511 spegPtr->si.xUnderSamp = (float) spegPtr->infft / spegPtr->width;
921 int width = spegPtr->width; local
966 DisplaySpectrogram(Tk_Canvas canvas, Tk_Item *itemPtr, Display *display, Drawable drawable, int x, int y, int width, int height) argument
1079 int width = 2 * spegPtr->width; local
1461 DrawSpeg(SnackItemInfo *siPtr, Display* disp, GC gc, int width, int height, int drawX, int drawW, int fpos) argument
[all...]
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkImgPPM.c45 int width, int height, int srcX, int srcY);
54 int destX, int destY, int width, int height,
141 int width, int height, /* Dimensions of block of photo image to be
171 if ((srcX + width) > fileWidth) {
172 width = fileWidth - srcX;
177 if ((width <= 0) || (height <= 0)
194 block.width = width;
198 destX + width, destY + height) != TCL_OK) {
240 width, nLine
131 FileReadPPM( Tcl_Interp *interp, Tcl_Channel chan, CONST char *fileName, Tcl_Obj *format, Tk_PhotoHandle imageHandle, int destX, int destY, int width, int height, int srcX, int srcY) argument
466 StringReadPPM( Tcl_Interp *interp, Tcl_Obj *dataObj, Tcl_Obj *format, Tk_PhotoHandle imageHandle, int destX, int destY, int width, int height, int srcX, int srcY) argument
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dindent.c86 /* Return the width of character C under display table DP. */
95 /* These width computations were determined by examining the cases
107 /* Printing characters have width 1. */
142 /* Recompute BUF's width table, using the display table DISPTAB. */
162 /* Allocate or free the width run cache, as requested by the current
286 to the width, and return 1. Otherwise, return 0. */
289 check_composition (pos, pos_byte, point, len, len_byte, width)
291 int *len, *len_byte, *width;
306 *width = composition_table[id]->width;
550 int len, len_byte, width; local
621 int bytes, width, wide_column; local
987 int len, len_byte, width; variable
1069 int bytes, width, wide_column; variable
1564 int len, len_byte, width; local
1716 int bytes, width, wide_column; local
1806 Lisp_Object width, offsets, window; variable
1825 CHECK_NUMBER (width); variable
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/ios/
H A DWKScrollView.mm167 CGFloat minimalHorizontalRange = bounds.size.width - contentInsets.left - contentInsets.right;
168 if (contentSize.width < minimalHorizontalRange) {
170 && valuesAreWithinOnePixel(maxOffset, contentSize.width + contentInsets.right - bounds.size.width)
171 && valuesAreWithinOnePixel(range, bounds.size.width)) {
173 CGFloat emptyHorizontalMargin = (minimalHorizontalRange - contentSize.width) / 2;
210 rubberbandAmount.width = std::min<CGFloat>(contentOffset.x + -edgeInsets.left, 0);
223 if (rubberbandAmount.width < 0)
224 adjustedOffset.x = -edgeInsets.left + rubberbandAmount.width;
/macosx-10.10.1/Chess-310.6/Sources/
H A DMBCBoardViewTextures.mm62 size_t width = 128;
63 float scale = width / 256.0;
64 size_t height = width;
66 CGFloat hpos = width*0.5;
67 void * data = calloc(width, height);
69 CGBitmapContextCreate(data, width, height, 8, width, NULL, kCGImageAlphaOnly);
70 CGRect everything = {{-10.0*scale,-10.0*scale}, {width+20.0*scale,height+20.0*scale}};
83 glPixelStorei(GL_UNPACK_ROW_LENGTH, width);
95 gluBuild2DMipmaps(GL_TEXTURE_2D, GL_ALPHA, width, heigh
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DCodeMirrorGradientEditingController.css27 width: 260px;
47 width: 237px;
62 width: 202px;
69 width: 186px;
98 width: 48px;
/macosx-10.10.1/WebKit-7600.1.25/mac/Misc/
H A DWebNSImageExtras.m42 if(originalSize.width > size.width){
43 widthResizeDelta = size.width / originalSize.width;
55 NSSize newSize = NSMakeSize((originalSize.width * resizeDelta), (originalSize.height * resizeDelta));
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/
H A Dcd_timer.rb14 width = 10
25 now = TkLabel.new(f, :width=>width, :relief=>:flat, :pady=>3, :anchor=>:w,
46 l = TkLabel.new(f, :width=>width, :relief=>:flat, :pady=>3, :anchor=>:w,
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dspin.rb42 TkButton.new(f, :text=>'Dismiss', :width=>15, :command=>proc{
47 TkButton.new(f, :text=>'See Code', :width=>15, :command=>proc{
58 TkSpinbox.new(base_frame, :from=>1, :to=>10, :width=>10, :validate=>:key,
63 :format=>'%05.2f', :width=>10),
64 TkSpinbox.new(base_frame, :values=>australianCities, :width=>10)
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/crc/
H A Dcrc16.tcl78 # This creates a CRC algorithm lookup table for a 'width' bits checksum
87 proc ::crc::Crc_table {width poly reflected} {
89 if {$width < 32} {
90 set mask [expr {(1 << $width) - 1}]
91 set topbit [expr {1 << ($width - 1)}]
103 set r [expr {$r << ($width - 8)}]
112 set r [reflect $r $width]
123 # width - the width in bits of the CRC algorithm
130 proc ::crc::Crc {s width tabl
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/base/
H A DtkimgDecls.h71 int width, int height, int flags);
74 Tk_PhotoHandle handle, int width, int height);
77 Tk_PhotoHandle handle, int width, int height);
88 Tcl_Obj **format, int **width, int **height);
92 int **width, int **height);
129 int (*tkimg_PhotoPutBlockPtr) (Tcl_Interp *interp, Tk_PhotoHandle handle, Tk_PhotoImageBlock *blockPtr, int x, int y, int width, int height, int flags); /* 10 */
130 int (*tkimg_PhotoExpandPtr) (Tcl_Interp *interp, Tk_PhotoHandle handle, int width, int height); /* 11 */
131 int (*tkimg_PhotoSetSizePtr) (Tcl_Interp *interp, Tk_PhotoHandle handle, int width, int height); /* 12 */
139 void (*tkimg_FixChanMatchProcPtr) (Tcl_Interp **interp, Tcl_Channel *chan, const char **file, Tcl_Obj **format, int **width, int **height); /* 20 */
140 void (*tkimg_FixObjMatchProcPtr) (Tcl_Interp **interp, Tcl_Obj **data, Tcl_Obj **format, int **width, in
[all...]
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DtkMacOSXRegion.c151 rectangle->width, rectangle->height);
189 unsigned int width,
193 const CGRect r = CGRectMake(x, y, width, height);
228 rect_return->width = rect.size.width;
255 unsigned int width, /* Size of rectangle to update. */
269 for (x1 = 0; x1 < width; x1 = end) {
274 while ((x1 < width) && !*lineDataPtr) {
284 while ((end < width) && *lineDataPtr) {
291 rect.width
179 TkRectInRegion( TkRegion region, int x, int y, unsigned int width, unsigned int height) argument
243 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.1/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...]

Completed in 604 milliseconds

<<11121314151617181920>>