Searched refs:width (Results 251 - 275 of 2981) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/tcl-102/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.9.5/WebCore-7537.78.1/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.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebRenderNode.mm106 int width = 0;
112 width = box->width();
120 width = box.width();
127 width = boundingBox.width();
132 position:absPos rect:NSMakeRect(x, y, width, height)
175 return [NSString stringWithFormat:@"%.0f", rect.size.width];
/macosx-10.9.5/bind9-45.100/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.9.5/ruby-104/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.9.5/ruby-104/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.9.5/WebCore-7537.78.1/css/
H A DfullscreenQuickTime.css33 width: 430px !important;
86 width: 17px;
97 width: 50px;
106 width: 17px;
112 width: 22px;
122 width: 18px;
129 width: 23px;
138 width: 29px;
147 width: 23px;
155 width
[all...]
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DViewportArguments.cpp86 float resultWidth = width;
99 resultWidth = deviceSize.width();
108 resultHeight = deviceSize.width();
118 resultMinWidth = deviceSize.width();
127 resultMaxWidth = deviceSize.width();
136 resultMinHeight = deviceSize.width();
145 resultMaxHeight = deviceSize.width();
153 resultWidth = compareIgnoringAuto(resultMinWidth, compareIgnoringAuto(resultMaxWidth, deviceSize.width(), min), max);
165 resultWidth = deviceSize.width();
168 resultWidth = deviceSize.width() / resultZoo
[all...]
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DPrintContext.cpp33 // By imaging to a width a little wider than the available pixels,
73 FloatSize pageSize = m_frame->resizePageRectsKeepingRatio(FloatSize(printRect.width(), printRect.height()), FloatSize(documentRect.width(), documentRect.height()));
74 float pageWidth = pageSize.width();
103 int pageWidth = pageSizeInPixels.width();
108 int docLogicalHeight = isHorizontal ? docRect.height() : docRect.width();
163 void PrintContext::begin(float width, float height) argument
168 FloatSize originalPageSize = FloatSize(width, height);
169 FloatSize minLayoutSize = m_frame->resizePageRectsKeepingRatio(originalPageSize, FloatSize(width * printingMinimumShrinkFactor, height * printingMinimumShrinkFactor));
189 float shrinkToFitScaleFactor = (useViewWidth ? availablePaperSize.width()
193 spoolPage(GraphicsContext& ctx, int pageNumber, float width) argument
294 pageSizeAndMarginsInPixels(Frame* frame, int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DCrossfadeGeneratedImage.cpp65 context->scale(FloatSize(static_cast<float>(m_crossfadeSize.width()) / fromImageSize.width(),
74 context->scale(FloatSize(static_cast<float>(m_crossfadeSize.width()) / toImageSize.width(),
90 context->scale(FloatSize(dstRect.width() / srcRect.width(), dstRect.height() / srcRect.height()));
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DQTDecompressionSession.cpp46 PassOwnPtr<QTDecompressionSession> QTDecompressionSession::create(unsigned long pixelFormat, size_t width, size_t height) argument
48 return adoptPtr(new QTDecompressionSession(pixelFormat, width, height));
51 QTDecompressionSession::QTDecompressionSession(unsigned long pixelFormat, size_t width, size_t height) argument
54 , m_width(width)
110 (**description).width = m_width;
148 && inBuffer.width() == m_width
/macosx-10.9.5/emacs-92/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:__anon8771
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.9.5/ruby-104/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.9.5/ruby-104/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'])
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DTestSequence.tcl15 set width [image width $imageList]
28 .m tracks new video $width $height
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/base/
H A DtkimgUtils.c213 int **width,
223 *height = *width;
224 *width = (int *) *format;
236 int **width,
246 *height = *width;
247 *width = (int *) *format;
204 tkimg_FixChanMatchProc( Tcl_Interp **interp, Tcl_Channel *chan, const char **file, Tcl_Obj **format, int **width, int **height ) argument
227 tkimg_FixObjMatchProc( Tcl_Interp **interp, Tcl_Obj **data, Tcl_Obj **format, int **width, int **height ) argument
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Darrow.tcl39 -width [expr {10*$v(width)}] -arrowshape [list \
43 set deltaY [expr {10*$v(c)+5*$v(width)}]
46 $v(x2) $v(y) -width 2 -capstyle round -joinstyle round
56 eval {$c create rect [expr {$v(x1)-5}] [expr {$v(y)-5*$v(width)-5}] \
57 [expr {$v(x1)+5}] [expr {$v(y)-5*$v(width)+5}] \
66 -width 2
69 -width $v(width) \
72 -width
[all...]
H A Dspin.tcl42 spinbox $w.s1 -from 1 -to 10 -width 10 -validate key \
44 spinbox $w.s2 -from 0 -to 3 -increment .5 -format %05.2f -width 10
45 spinbox $w.s3 -values $australianCities -width 10
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXMenubutton.c197 frame.size.width -= boundsFix.shrinkW;
208 TKLog(@"menubutton %s frame %@ width %d height %d",
246 int width, height;
309 int width, height;
314 Tk_SizeOfImage(mbPtr->image, &width, &height);
316 mbPtr->image, width, height);
318 Tk_SizeOfBitmap(mbPtr->display, mbPtr->bitmap, &width, &height);
320 mbPtr->bitmap, mbPtr->normalTextGC, width, height);
352 bounds.size.width -= 16;
361 titleRect.size.width > mbPt
242 int width, height; local
305 int width, height; local
[all...]
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWinImage.c215 unsigned int width,
221 imagePtr->width = width;
248 imagePtr->bytes_per_line = (((depth * width)
293 unsigned int width, unsigned int height,
323 hbmp = CreateCompatibleBitmap(hdc, (int) width, (int) height);
340 ret = BitBlt(hdcMem, 0, 0, (int) width, (int) height, hdc, x, y, SRCCOPY);
363 bmInfo->bmiHeader.biWidth = width;
385 width, height, 32, (int) ((width
204 XCreateImage( Display *display, Visual *visual, unsigned int depth, int format, int offset, char *data, unsigned int width, unsigned int height, int bitmap_pad, int bytes_per_line) argument
284 XGetImageZPixmap( Display *display, Drawable d, int x, int y, unsigned int width, unsigned int height, unsigned long plane_mask, int format) argument
578 XGetImage( Display* display, Drawable d, int x, int y, unsigned int width, unsigned int height, unsigned long plane_mask, int format) argument
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Darrow.tcl37 -width [expr {10*$v(width)}] -arrowshape [list \
41 set deltaY [expr {10*$v(c)+5*$v(width)}]
44 $v(x2) $v(y) -width 2 -capstyle round -joinstyle round
54 eval {$c create rect [expr {$v(x1)-5}] [expr {$v(y)-5*$v(width)-5}] \
55 [expr {$v(x1)+5}] [expr {$v(y)-5*$v(width)+5}] \
64 -width 2
67 -width $v(width) \
70 -width
[all...]
H A Dhscale.tcl30 canvas $w.frame.canvas -width 50 -height 50 -bd 0 -highlightthickness 0
39 proc setWidth {w width} {
40 incr width 21
41 set x2 [expr {$width - 30}]
45 $w coords poly 20 15 20 35 $x2 35 $x2 45 $width 25 $x2 5 $x2 15 20 15
46 $w coords line 20 15 20 35 $x2 35 $x2 45 $width 25 $x2 5 $x2 15 20 15
H A Dspin.tcl42 spinbox $w.s1 -from 1 -to 10 -width 10 -validate key \
44 spinbox $w.s2 -from 0 -to 3 -increment .5 -format %05.2f -width 10
45 spinbox $w.s3 -values $australianCities -width 10
/macosx-10.9.5/tcl-102/tk/tk/unix/
H A DtkUnixButton.c61 /* width height ncolors chars_per_pixel */
368 int width, height, fullWidth, fullHeight;
456 Tk_SizeOfImage(butPtr->image, &width, &height);
459 Tk_SizeOfBitmap(butPtr->display, butPtr->bitmap, &width, &height);
462 imageWidth = width;
486 fullWidth = (width > butPtr->textWidth ? width :
489 imageXOffset = (fullWidth - width)/2;
498 textXOffset = width + butPtr->padX;
502 fullWidth = butPtr->textWidth + butPtr->padX + width;
365 int width, height, fullWidth, fullHeight; local
857 int width, height, avgWidth, txtWidth, txtHeight; local
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/mac/
H A DBackingStoreMac.mm77 offset += IntSize(-m_scrolledRect.width(), 0);
78 scrolledRect.move(IntSize(m_scrolledRect.width(), 0));
104 RetainPtr<CGContextRef> context = adoptCF(CGBitmapContextCreate(0, scaledSize.width(), scaledSize.height(), 8, scaledSize.width() * 4, colorSpace.get(), kCGImageAlphaPremultipliedFirst | kCGBitmapByteOrder32Host));
129 CGContextDrawLayerAtPoint(context, CGPointMake(-offset.width(), offset.height() - m_size.height()), m_cgLayer.get());
137 source.origin.x += offset.width();
161 paintBitmapContext(layerContext, m_bitmapContext.get(), m_deviceScaleFactor, CGPointZero, CGRectMake(0, 0, m_size.width(), m_size.height()));
173 m_bitmapContext = adoptCF(CGBitmapContextCreate(0, scaledSize.width(), scaledSize.height(), 8, scaledSize.width() * 4, colorSpace.get(), kCGImageAlphaPremultipliedFirst | kCGBitmapByteOrder32Host));
224 int width
[all...]

Completed in 505 milliseconds

<<11121314151617181920>>