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

1234567891011>>

/macosx-10.10.1/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.1/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...]
H A Dpwg.h55 int width, /* Width in 2540ths */ member in struct:pwg_media_s
62 int width, /* Width in 2540ths */ member in struct:pwg_size_s
77 int width, int length,
84 extern pwg_media_t *pwgMediaForSize(int width, int length) _CUPS_API_1_7;
/macosx-10.10.1/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.1/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.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DColorPicker.css28 width: 256px;
39 width: 196px;
H A DConsolePrompt.css31 width: 100%;
H A DContentView.css31 width: 32px;
/macosx-10.10.1/bless-103/libbless/Misc/
H A DBLGenerateOFLabel.c69 uint16_t width, uint16_t height, int scale, uint16_t *newwidth);
72 uint16_t width, uint16_t height, uint16_t newwidth);
78 uint16_t width = 340 * scale; local
90 bitmapData = (unsigned char *)malloc(width*height+5);
96 bzero(bitmapData, width*height+5);
98 err = makeLabelOfSize(label, bitmapData+5, width, height, scale, &newwidth);
106 if (newwidth > width) newwidth = width;
108 contextprintf(context, kBLLogLevelVerbose, "Refitting to width %d\n", newwidth);
110 err = refitToWidth(bitmapData+5, width, heigh
154 uint16_t width = 340; local
231 makeLabelOfSize(const char *label, unsigned char *bitmapData, uint16_t width, uint16_t height, int scale, uint16_t *newwidth) argument
366 makeLabelOfSize(const char *label, unsigned char *bitmapData, uint16_t width, uint16_t height, int scale, uint16_t *newwidth) argument
381 refitToWidth(unsigned char *bitmapData, uint16_t width, uint16_t height, uint16_t newwidth) argument
[all...]
/macosx-10.10.1/emacs-93/emacs/oldXMenu/
H A DLocate.c20 XMenuLocate(display, menu, p_num, s_num, x_pos, y_pos, ul_x, ul_y, width, height)
29 int *width; /* Returned menu width. */
70 *width = menu->width;
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A DMinSect.tcl7 pack [canvas .c -width 300 -height 300]
11 .c create section 0 0 -sound s -start 6000 -end 6100 -height 300 -width 300
H A DMinSpeg.tcl7 pack [canvas .c -height 200 -width 400]
11 .c create spectrogram 0 0 -sound s -height 200 -width 400
/macosx-10.10.1/tcl-105/tk84/tk/xlib/
H A Dxdraw.c69 XFillRectangle(display, d, gc, x, y, width, height)
75 unsigned int width;
81 rectangle.width = width;
/macosx-10.10.1/CommonCrypto-60061/libcn/
H A Dgen_std_crc_table.c36 uint64_t topbit = 1LL << ((desc->width * 8) - 1);
40 retval <<= (desc->width*8-8);
45 retval = (desc->reflect_reverse) ?reflect(retval, desc->width*8): retval;
52 size_t width = crc->descriptor->def.parms.width; local
53 if((crc->table.bytes = malloc(width * 256)) == NULL) return -1;
55 switch (width) {
67 size_t width = crc->descriptor->def.parms.width; local
73 switch (width) {
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/controlwidget/
H A Dtachometer.tcl79 option -width -default 50m
97 canvas $win.c -background $options(-background) -width $options(-width) -height $options(-height) \
108 set width [$win.c cget -width]
114 set x1 [expr {$width/50.0*2.0}]
115 set y1 [expr {$width/50.0*2.0}]
116 set x2 [expr {$width/50.0*48.0}]
117 set y2 [expr {$width/50.0*48.0}]
118 $win.c create oval $x1 $y1 $x2 $y2 -fill $options(-dialcolor) -width
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/samples/layout/
H A Drsurface.cpp17 const float *positions, le_int32 x, le_int32 y, le_int32 width, le_int32 height)
21 rs->drawGlyphs((const LEFontInstance *) font, glyphs, count, positions, x, y, width, height);
16 rs_drawGlyphs(rs_surface *surface, const le_font *font, const LEGlyphID *glyphs, le_int32 count, const float *positions, le_int32 x, le_int32 y, le_int32 width, le_int32 height) argument
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DCodeMirrorTokenTrackingController.css30 -webkit-text-stroke-width: 0 !important;
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/python/
H A DMinSect.py11 c = SnackCanvas(height=300, width=300)
13 c.create_section(0, 0, sound=s, start=6000, end=6100, height=300, width=300)
/macosx-10.10.1/ncurses-44/ncurses/form/
H A Dfty_alnum.c43 int width; member in struct:__anon10933
63 argp->width = va_arg(*ap, int);
142 int width = ((const thisARG *)argp)->width; local
144 bool result = (width < 0);
146 Check_CTYPE_Field(result, bp, width, Check_This_Character);
H A Dfty_alpha.c43 int width; member in struct:__anon10934
63 argp->width = va_arg(*ap, int);
142 int width = ((const thisARG *)argp)->width; local
144 bool result = (width < 0);
146 Check_CTYPE_Field(result, bp, width, Check_This_Character);
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dprettyprint.rb5 # byte in the strings have single column in width. But it can be used for
8 # * optional width argument for PrettyPrint#text
75 # The block is used to generate spaces. {|width| ' ' * width} is used if it
130 @buffer_width -= data.width
135 @buffer_width -= text.width
140 # This adds +obj+ as a text of +width+ columns in width.
142 # If +width+ is not specified, obj.length is used.
144 def text(obj, width
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DTestAddImage.tcl4 set width [image width $firstImage]
11 .m tracks new video $width $height
/macosx-10.10.1/top-100.1.2/
H A Dlayout.c42 if(s->request_size.width > s->minimum_size.width) {
43 size = s->request_size.width;
45 size = s->minimum_size.width;
51 s->actual_size.width = size;
53 s->actual_size.width += data->add;
82 struct statistic_size firstsize = {.width = 1, .height = 1};
101 top_log("error info: data->x %d s->actual_size.width %d "
102 "s->actual_size.height %d\n", data->x, s->actual_size.width,
110 data->x += s->actual_size.width;
[all...]
/macosx-10.10.1/xnu-2782.1.97/libkern/stdio/
H A Dscanf.c136 size_t width; /* field width, or 0 */ local
169 width = 0;
210 width = width * 10 + c - '0';
317 if (width == 0)
318 width = 1;
322 if ((n = inr) < (int)width) {
324 width -= n;
330 sum += width;
[all...]

Completed in 387 milliseconds

1234567891011>>