Searched refs:width (Results 226 - 250 of 2946) sorted by relevance

1234567891011>>

/macosx-10.10/libpcap-48/libpcap/missing/
H A Dsnprintf.c135 int width, int prec, int flags, int minusp)
166 width -= len;
168 width--;
169 while(width-- > 0){
204 width -= len;
205 while(width-- > 0){
224 int width,
229 width -= prec;
231 width -= strlen((char *)arg);
233 while(width
133 append_number(struct state *state, unsigned long num, unsigned base, char *rep, int width, int prec, int flags, int minusp) argument
222 append_string(struct state *state, unsigned char *arg, int width, int prec, int flags) argument
253 append_char(struct state *state, unsigned char arg, int width, int flags) argument
296 int width = 0; local
[all...]
/macosx-10.10/tcpdump-61/tcpdump/missing/
H A Dsnprintf.c135 int width, int prec, int flags, int minusp)
166 width -= len;
168 width--;
169 while(width-- > 0){
204 width -= len;
205 while(width-- > 0){
224 int width,
229 width -= prec;
231 width -= strlen((char *)arg);
233 while(width
133 append_number(struct state *state, unsigned long num, unsigned base, char *rep, int width, int prec, int flags, int minusp) argument
222 append_string(struct state *state, unsigned char *arg, int width, int prec, int flags) argument
253 append_char(struct state *state, unsigned char arg, int width, int flags) argument
296 int width = 0; local
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/lwres/
H A Dprint.c77 unsigned long width; local
115 width = precision = 0;
148 width = va_arg(ap, int);
152 width = strtoul(format, &e, 10);
307 if (precision != 0U || width != 0U) {
311 else if (length < width && zero)
312 zeropad = width - length;
313 if (width != 0U) {
314 pad = width - length -
373 if (width !
[all...]
/macosx-10.10/ruby-106/ruby/lib/
H A Dbenchmark.rb222 # calculate the required label width.
247 def bmbm(width = 0) # :yield: job
248 job = Job.new(width)
250 width = job.width + 1
255 puts 'Rehearsal '.ljust(width+CAPTION.length,'-')
257 print label.ljust(width)
262 print " #{ets}\n\n".rjust(width+CAPTION.length+2,'-')
265 print ' '*width + CAPTION
268 print label.ljust(width)
[all...]
/macosx-10.10/tcl-105/tk84/tk/unix/
H A DtkUnixMenu.c43 int width, int height, int drawArrow));
48 int width, int heigth));
54 int width, int height));
59 int width, int height));
63 int x, int y, int width, int height));
67 int x, int y, int width, int height));
71 int y, int width, int height));
329 int *widthPtr; /* The resulting width */
399 int *widthPtr; /* The width of the acclerator area */
435 width, heigh
1030 int width, height; local
1588 int x, y, height, width, indicatorSpace, labelWidth, accelWidth; local
[all...]
/macosx-10.10/tcl-105/tk84/tk/win/
H A DtkWinButton.c63 * Cached information about the boxes bitmap, and the default border width for
189 int width = GetSystemMetrics(SM_CXEDGE);
190 if (width > 0) {
191 sprintf(tkDefButtonBorderWidth, "%d", width);
342 int width = 0, height = 0, haveImage = 0, haveText = 0, drawRing = 0;
420 * Compute width of default ring and offset for pushed buttons.
453 Tk_SizeOfImage(butPtr->image, &width, &height);
456 Tk_SizeOfBitmap(butPtr->display, butPtr->bitmap, &width, &height);
459 imageWidth = width;
477 fullWidth = (width > butPt
187 int width = GetSystemMetrics(SM_CXEDGE); local
336 int width = 0, height = 0, haveImage = 0, haveText = 0, drawRing = 0; local
777 int width = 0, height = 0; /* Width and height of button */ local
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Base/
H A DImageUtilities.js121 function saveImageToStorage(storageKey, context, width, height, imageVersion)
125 console.assert(typeof width === "number");
132 var imageData = context.getImageData(0, 0, width, height);
144 function restoreImageFromStorage(storageKey, context, width, height, imageVersion, generateCallback)
148 console.assert(typeof width === "number");
197 var imageData = context.createImageData(width, height);
215 function generateColoredImage(inputImage, red, green, blue, alpha, width, height)
222 if (width === undefined)
223 width = inputImage.width;
[all...]
/macosx-10.10/IOGraphics-485/tools/
H A Dtimefb.c78 for (x = 0; x < bounds.size.width; x++)
86 (int)bounds.size.width, (int)bounds.size.height,
87 i*bounds.size.width*bounds.size.height*4/(1e6*(currentTime() - t)), sum);
91 CGBlt_fillBytes(bounds.size.width*4, bounds.size.height, 1, (void*)(uintptr_t) mapAddr, rb, 0);
94 (int)bounds.size.width, (int)bounds.size.height,
95 i*bounds.size.width*bounds.size.height*4/(1e6*(currentTime() - t)));
101 for (x = 0; x < bounds.size.width; x++)
109 (int)bounds.size.width, (int)bounds.size.height,
110 i*bounds.size.width*bounds.size.height*4/(1e6*(currentTime() - t)));
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DPopover.js84 this._element.style.width = frame.size.width + "px";
86 this._element.style.backgroundSize = frame.size.width + "px " + frame.size.height + "px";
186 this._element.style.removeProperty("width");
196 this._preferredSize = new WebInspector.Size(Math.ceil(popoverBounds.width), Math.ceil(popoverBounds.height));
221 return size.width * size.height;
246 anchorPoint = new WebInspector.Point(bestFrame.size.width - WebInspector.Popover.ShadowPadding, targetFrame.midY() - bestFrame.minY());
270 if (this._preferredSize.width < WebInspector.Popover.MinWidth || this._preferredSize.height < WebInspector.Popover.MinHeight)
334 animatedValue(fromFrame.size.width, toFrame.size.width, progres
425 var width = preferredSize.width + (WebInspector.Popover.ShadowPadding * 2) + (WebInspector.Popover.ContentPadding * 2); variable
[all...]
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXEntry.c19 static ThemeButtonKind ComputeIncDecParameters(int height, int *width);
30 * It also sets width to the width of the IncDec button.
44 int *width)
49 *width = 0;
53 *width = 13;
56 *width = 12;
59 *width = 11;
147 * Inset the entry Frame by the maximum width of the focus rect, which is
153 bounds.size.width
41 ComputeIncDecParameters( int height, int *width) argument
[all...]
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXEntry.c63 static ThemeButtonKind ComputeIncDecParameters (int height, int *width);
71 * buttons to use. It also sets width to the width of the
83 ComputeIncDecParameters(int height, int *width) argument
89 *width = 0;
93 *width = 13;
96 *width = 12;
99 *width = 11;
105 *width = 0;
108 *width
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/image-decoders/webp/
H A DWEBPImageDecoder.cpp170 int width; local
172 if (!WebPIDecGetRGB(m_decoder, &decodedHeight, &width, 0, 0))
182 ASSERT(width == scaledSize().width());
188 qcms_transform_data_type(transform, row, row, width, QCMS_OUTPUT_RGBX);
190 for (int x = 0; x < width; ++x, pixel += 4)
211 int width, height; local
219 width = WebPDemuxGetI(demuxer, WEBP_FF_CANVAS_WIDTH);
231 width = features.width;
[all...]
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Dscrollframe.tcl23 {-width Int 0 0 {}}
37 -width {} -height {}
70 -width [Widget::cget $path -areawidth] \
108 set w [winfo width $path]
123 $path:cmd itemconfigure win -width $w -height $h
150 set x1 [expr {$x0+[winfo width $widget]}]
154 set xb1 [$path:cmd canvasx [winfo width $path]]
192 set x [expr {($xb0+$dx+$xOffset)/[winfo width $path.frame]}]
223 $path:cmd itemconfigure win -width [winfo width
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/tests/visualtests/utils/
H A DtestReadWrite.tcl56 proc readPhotoFile2 { name fmt width height args } {
60 if { $width < 0 && $height < 0 } {
63 set ph [image create photo -width $width -height $height]
115 proc readPhotoBinary2 { name fmt width height args } {
128 if { $width < 0 && $height < 0 } {
131 set ph [image create photo -width $width -height $height]
151 proc readPhotoString { str fmt width height args } {
155 if { $width <
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DWidgetRenderingContext.cpp108 int width = m_targetRect.width() + (extraSpace * 2); local
116 if (!gScratchBuffer || scratchWidth < width || scratchHeight < height) {
119 width = (1 + (width >> 5)) << 5;
122 gScratchBuffer = gdk_pixmap_new(0, width, height, gdk_colormap_get_visual(theme->m_colormap)->depth);
151 cairo_rectangle(cairoContext, m_targetRect.x(), m_targetRect.y(), m_targetRect.width(), m_targetRect.height());
159 clipRect->x = m_paintOffset.width() + rect.x();
161 clipRect->width = m_targetRect.width();
[all...]
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebRenderNode.mm106 int width = 0;
112 width = box->width();
121 width = box.width();
128 width = boundingBox.width();
133 position:absPos rect:NSMakeRect(x, y, width, height)
176 return [NSString stringWithFormat:@"%.0f", rect.size.width];
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Ducs4.c203 int width; local
215 width = 1;
223 width = 2;
227 width = 3;
231 width = 4;
235 width = 5;
239 width = 6;
246 for (i = width - 1; i > 0; i--) {
298 int width; local
316 width
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Darrow.rb32 { 'width'=>10 * v.width,
37 deltaY = 10*v.c + 5*v.width
40 'width'=>2, 'capstyle'=>'round', 'joinstyle'=>'round')
47 TkcRectangle.new(c, v.x1-5, v.y-5*v.width-5, v.x1+5, v.y-5*v.width+5,
52 TkcLine.new(c, v.x2+50, 0, v.x2+50, 1000, 'width'=>2)
54 TkcLine.new(c, tmp, v.y-125, tmp, v.y-75, 'width'=>v.width,
56 TkcLine.new(c, tmp-25, v.y, tmp+25, v.y, 'width'
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Darrow.rb29 { 'width'=>10 * v.width,
34 deltaY = 10*v.c + 5*v.width
37 'width'=>2, 'capstyle'=>'round', 'joinstyle'=>'round')
44 TkcRectangle.new(c, v.x1-5, v.y-5*v.width-5, v.x1+5, v.y-5*v.width+5,
49 TkcLine.new(c, v.x2+50, 0, v.x2+50, 1000, 'width'=>2)
51 TkcLine.new(c, tmp, v.y-125, tmp, v.y-75, 'width'=>v.width,
53 TkcLine.new(c, tmp-25, v.y, tmp+25, v.y, 'width'
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cg/
H A DImageBufferDataCG.cpp75 src.width = scanlineData->scanlineWidth;
81 dest.width = scanlineData->scanlineWidth;
112 area *= rect.width();
124 if (rect.x() < 0 || rect.y() < 0 || endx.unsafeGet() > size.width() || endy.unsafeGet() > size.height())
129 Checked<int> destw = rect.width();
135 destw = std::min<int>(destw.unsafeGet(), ceilf(size.width() / resolutionScale) - originx);
137 if (endx.unsafeGet() > size.width())
138 endx = size.width();
139 Checked<int> width = endx - originx; local
155 if (width
401 Checked<int> width = sourceRect.width(); local
[all...]
/macosx-10.10/WebCore-7600.1.25/page/
H A DPrintContext.cpp34 // By imaging to a width a little wider than the available pixels,
74 FloatSize pageSize = m_frame->resizePageRectsKeepingRatio(FloatSize(printRect.width(), printRect.height()), FloatSize(documentRect.width(), documentRect.height()));
75 float pageWidth = pageSize.width();
104 int pageWidth = pageSizeInPixels.width();
109 int docLogicalHeight = isHorizontal ? docRect.height() : docRect.width();
164 void PrintContext::begin(float width, float height) argument
169 FloatSize originalPageSize = FloatSize(width, height);
170 FloatSize minLayoutSize = m_frame->resizePageRectsKeepingRatio(originalPageSize, FloatSize(width * printingMinimumShrinkFactor, height * printingMinimumShrinkFactor));
190 float shrinkToFitScaleFactor = (useViewWidth ? availablePaperSize.width()
194 spoolPage(GraphicsContext& ctx, int pageNumber, float width) argument
295 pageSizeAndMarginsInPixels(Frame* frame, int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DGeometryUtilities.cpp94 if (!srcRect.width() || !srcRect.height())
97 float widthScale = destRect.width() / srcRect.width();
101 r.width() * widthScale, r.height() * heightScale);
109 float dy = destRect.width() / aspectRatio - destRect.height();
112 float dx = destRect.height() * aspectRatio - destRect.width();
/macosx-10.10/emacs-93/emacs/src/
H A Dw32gui.h33 short width; member in struct:_XCharStruct
139 #define USSize (1L << 1) /* user specified width, height */
155 unsigned width, height; member in struct:__anon8817
163 (xr).width = ((nr).right - (nr).left), \
169 (nr).right = ((xr).x + (xr).width), \
172 #define STORE_NATIVE_RECT(nr,x,y,width,height) \
175 (nr).right = ((nr).left + (width)), \
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/blt/
H A Dwinop.rb47 def image_snap(win, photo, width=None, height=None)
48 tk_call('::blt::winop', 'image', 'snap', win, photo, width, height)
50 def image_subsample(src, dest, x, y, width, height,
53 src, dest, x, y, width, height, horiz_filter, vert_filter)
73 def subsample(src, dest, x, y, width, height,
76 src, dest, x, y, width, height, horiz_filter, vert_filter)
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/vu/
H A Doscilloscope.rb22 c = TkCanvas.new(:width=>220, :height=>190).pack(:fill=>:both, :expand=>true)
25 TkcRectangle.new(c, geo_fr, :width=>4, :fill=>'aquamarine3',
41 TkcRectangle.new(c, geo_fr, :width=>4, :tags=>['osc', 'frfg'])

Completed in 275 milliseconds

1234567891011>>