Searched refs:width (Results 26 - 50 of 2946) sorted by relevance

1234567891011>>

/macosx-10.10/WebCore-7600.1.25/platform/graphics/cairo/
H A DIntRectCairo.cpp30 , m_size(r.width, r.height)
36 cairo_rectangle_int_t r = { x(), y(), width(), height() };
/macosx-10.10/WebCore-7600.1.25/platform/graphics/gtk/
H A DIntRectGtk.cpp30 , m_size(r.width, r.height)
36 GdkRectangle r = { x(), y(), width(), height() };
H A DGdkCairoUtilities.cpp40 return gdk_pixbuf_get_from_surface(surface, 0, 0, size.width(), size.height());
/macosx-10.10/groff-38/groff/src/libs/libgroff/
H A Dpaper.cpp27 // length and width in mm
32 int width = start_width; local
42 papersizes[offset + i].width = (double)width / 25.4;
46 length = width;
47 width = tmp / 2;
51 // length and width in inch
53 double length, double width )
59 papersizes[idx].width = width;
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dspinint.rb7 Tk::Iwidgets::Spinint.new(:labeltext=>'Temperature', :labelpos=>:w, :width=>5,
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/python/
H A DMinSpeg.py11 c = SnackCanvas(height=200, width=400)
13 c.create_spectrogram(0, 0, sound=s, height=200, width=400)
H A DMinWave.py11 c = SnackCanvas(height=100, width=400)
13 c.create_waveform(0, 0, sound=s, width=400)
/macosx-10.10/WebCore-7600.1.25/platform/graphics/efl/
H A DCairoUtilitiesEfl.cpp53 int width = cairo_image_surface_get_width(surface); local
56 if (width <= 0 || height <= 0 || stride <= 0) {
57 EINA_LOG_ERR("invalid image size %dx%d, stride=%d", width, height, stride);
74 evas_object_image_size_set(image.get(), width, height);
92 int width; local
94 ecore_evas_geometry_get(ee, 0, 0, &width, &height);
95 ASSERT(width > 0 && height > 0);
98 RefPtr<cairo_surface_t> surface = adoptRef(cairo_image_surface_create_for_data(buffer, CAIRO_FORMAT_ARGB32, width, height, width * 4));
113 Evas_Coord width; local
[all...]
/macosx-10.10/WebCore-7600.1.25/page/
H A DScreen.cpp56 unsigned Screen::width() const function in class:WebCore::Screen
60 long width = static_cast<long>(screenRect(m_frame->view()).width()); local
61 return static_cast<unsigned>(width);
103 return static_cast<unsigned>(screenAvailableRect(m_frame->view()).width());
/macosx-10.10/tcl-105/tk/tk/xlib/
H A Dximage.c43 unsigned int width,
50 pix = Tk_GetPixmap(display, d, (int) width, (int) height, 1);
55 ximage = XCreateImage(display, NULL, 1, XYBitmap, 0, (char*) data, width,
56 height, 8, (width + 7) / 8);
59 TkPutImage(NULL, 0, display, pix, gc, ximage, 0, 0, 0, 0, width, height);
38 XCreateBitmapFromData( Display *display, Drawable d, _Xconst char *data, unsigned int width, unsigned int height) argument
/macosx-10.10/postfix-255/postfix/src/util/
H A Dvbuf_print.c17 /* f and g format types, the l modifier, field width and precision,
86 * conversion that has no explicit width or precision specifiers. With
123 int width; /* width and numerical precision */ local
167 if (*cp == '*') { /* dynamic field width */
168 width = va_arg(ap, int);
169 VSTRING_ADDNUM(fmt, width);
171 } else { /* hard-coded field width */
172 for (width = 0; ch = *cp, ISDIGIT(ch); cp++) {
173 width
[all...]
/macosx-10.10/ruby-106/ruby/benchmark/
H A Dbm_so_fasta.rb47 width = 60
51 puts(s.scan(/.{1,#{width}}/).join("\n"))
57 width = 60
58 chunk = 1 * width
61 for i in 1..(n/width)
62 puts((1..width).collect{
67 if n%width != 0
68 puts((1..(n%width)).collect{
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dhscale.rb41 def setWidth(w, width)
42 width = width + 21
43 x2 = width - 30
47 w.coords 'poly',20,15,20,35,x2,35,x2,45,width,25,x2,5,x2,15,20,15
48 w.coords 'line',20,15,20,35,x2,35,x2,45,width,25,x2,5,x2,15,20,15
53 width 50
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dhscale.rb44 def setWidth(w, width)
45 width = width + 21
46 x2 = width - 30
50 w.coords 'poly',20,15,20,35,x2,35,x2,45,width,25,x2,5,x2,15,20,15
51 w.coords 'line',20,15,20,35,x2,35,x2,45,width,25,x2,5,x2,15,20,15
56 width 50
/macosx-10.10/vim-55/runtime/indent/
H A Dobjc.vim29 let width = 0
33 let width = width + 1
35 let width = width + &ts - (width % &ts)
39 return width
44 let width = 0
52 let width = width
[all...]
/macosx-10.10/xnu-2782.1.97/libsyscall/mach/
H A Dstring.c59 int width = _mach_strlen(cp); local
60 while (width > 0 && length > 0) {
63 width--;
71 int width, max = length; local
92 width = _mach_strlen(cp);
93 while (width > 0 && length > 0) {
95 width--;
/macosx-10.10/xnu-2782.1.97/osfmk/console/art/
H A Dscalegear.c18 vs.width = kGearWidth * 2;
20 vs.rowBytes = vs.width * sizeof(uint32_t);
23 vd.width = 1.5 * vs.width;
25 vd.rowBytes = vd.width * sizeof(uint32_t);
28 for (i = 0; i < vs.width * vs.height; i++)
41 for (i = 0; i < vd.width * vd.height; i++)
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFloatSize.h57 FloatSize(float width, float height) : m_width(width), m_height(height) { } argument
60 static FloatSize narrowPrecision(double width, double height);
62 float width() const { return m_width; } function in class:WebCore::FloatSize
65 void setWidth(float width) { m_width = width; } argument
74 void expand(float width, float height) argument
76 m_width += width;
129 a.setWidth(a.width() + b.width());
[all...]
H A DFloatSize.cpp38 FloatSize::FloatSize(const IntSize& size) : m_width(size.width()), m_height(size.height())
57 FloatSize FloatSize::narrowPrecision(double width, double height) argument
59 return FloatSize(narrowPrecisionToFloat(width), narrowPrecisionToFloat(height));
64 out.printf("(%f x %f)", width(), height());
/macosx-10.10/cups-408/cups/cups/
H A Dpwg-private.h55 int width, int length)
66 extern pwg_media_t *_pwgMediaForSize(int width, int length)
69 extern pwg_media_t *_pwgMediaNearSize(int width, int length, int epsilon);
H A Dsnprintf.c43 sign, /* Sign of format width */
46 int width, /* Width of field */ local
90 * Get width from argument...
94 width = va_arg(ap, int);
96 snprintf(tptr, sizeof(tformat) - (tptr - tformat), "%d", width);
101 width = 0;
108 width = width * 10 + *format++ - '0';
183 if ((width + 2) > sizeof(temp))
214 if ((width
[all...]
/macosx-10.10/text_cmds-88/fold/
H A Dfold.c75 int rval, width; local
80 width = -1;
90 if ((width = atoi(optarg)) <= 0) {
91 errx(1, "illegal width value");
96 if (width == -1) {
99 width = atoi(++p);
101 width = atoi(argv[optind] + 1);
110 if (width == -1)
111 width = DEFLINEWIDTH;
114 fold(width);
143 fold(int width) argument
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/tcllib/
H A Ddiagrams.rb68 def box(text, width=nil, height=nil)
69 if width || height
70 width = '' unless width
72 list(tk_call('::Diagrams::box', text, width, height))
78 def plaintext(text, width=nil, height=nil)
79 if width || height
80 width = '' unless width
82 list(tk_call('::Diagrams::plaintext', text, width, heigh
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DBitmapInfo.cpp36 BitmapInfo bitmapInfoForSize(int width, int height, BitmapInfo::BitCount bitCount) argument
39 bitmapInfo.bmiHeader.biWidth = width;
56 return bitmapInfoForSize(size.width(), size.height(), bitCount);
61 return bitmapInfoForSize(size.width(), -size.height(), bitCount);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DColorPicker.css28 width: 256px;
39 width: 196px;

Completed in 166 milliseconds

1234567891011>>