Searched refs:width (Results 176 - 200 of 2946) sorted by relevance

1234567891011>>

/macosx-10.10/WebCore-7600.1.25/platform/graphics/cairo/
H A DDrawErrorUnderline.h47 // The x, y, width, height passed in give the desired bounding box;
48 // x/width are adjusted to make the underline a integer number of units
51 static inline void drawErrorUnderline(cairo_t* cr, double x, double y, double width, double height) argument
59 int widthUnits = static_cast<int>((width + 0.5 * unitWidth) / unitWidth);
61 x += 0.5 * (width - widthUnits * unitWidth);
62 width = widthUnits * unitWidth;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cg/
H A DFloatRectCG.cpp42 return CGRectMake(x(), y(), width(), height());
H A DFloatSizeCG.cpp36 FloatSize::FloatSize(const CGSize& s) : m_width(s.width), m_height(s.height)
H A DIntSizeCG.cpp35 IntSize::IntSize(const CGSize& s) : m_width(static_cast<int>(s.width)), m_height(static_cast<int>(s.height))
/macosx-10.10/WebCore-7600.1.25/platform/graphics/efl/
H A DIntRectEfl.cpp36 Eina_Rectangle rect = {x(), y(), width(), height()};
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DCollapsedBorderValue.h47 , m_width(border.nonZero() ? border.width() : 0)
54 unsigned width() const { return m_style > BHIDDEN ? m_width : 0; } function in class:WebCore::CollapsedBorderValue
63 return width() == o.width() && style() == o.style() && precedence() == o.precedence();
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DSVGTextMetrics.h37 SVGTextMetrics(RenderSVGInlineText&, unsigned position, unsigned length, float width, const String& glyphName);
44 float width() const { return m_width; } function in class:WebCore::SVGTextMetrics
45 void setWidth(float width) { m_width = width; } argument
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DImageResourceContentView.css38 min-width: 0;
39 max-width: 100%;
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DAPIGeometry.cpp55 encoder << m_size.width;
62 if (!decoder.decode(size.width))
76 encoder << m_rect.size.width;
87 if (!decoder.decode(rect.size.width))
/macosx-10.10/curl-83.1.2/curl/src/
H A Dtool_cb_prg.h33 int width; member in struct:ProgressData
/macosx-10.10/groff-38/groff/src/utils/addftinfo/
H A Dguess.h35 int width; member in struct:char_metric
/macosx-10.10/ncurses-44/ncurses/menu/
H A Dm_scale.c66 *cols = menu->width;
/macosx-10.10/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/ruby-106/ruby/ext/tk/sample/tkextlib/blt/
H A Dwinop2.rb13 width = src.width
/macosx-10.10/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/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/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/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/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/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/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/xnu-2782.1.97/pexpert/pexpert/
H A Dpe_images.h33 unsigned int width; member in struct:boot_progress_element
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DWidthIterator.cpp116 widthDifference -= advances[i].width();
149 widthDifference += advances[i].width();
184 // Now that we have a glyph and font data, get its width.
185 float width; local
187 width = m_font->tabWidth(*fontData, m_run.tabSize(), m_run.xPos() + m_runWidthSoFar + widthSinceLastRounding);
189 width = fontData->widthForGlyph(glyph);
192 width *= m_run.horizontalGlyphStretch();
195 // First, we round spaces to an adjusted width in all fonts.
197 // match the width of the space character have the same width a
351 advanceOneCharacter(float& width, GlyphBuffer& glyphBuffer) argument
[all...]
/macosx-10.10/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/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);

Completed in 339 milliseconds

1234567891011>>