Searched refs:width (Results 51 - 75 of 2232) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnixMenubu.c86 int width = 0, height = 0;
109 Tk_SizeOfImage(mbPtr->image, &width, &height);
112 Tk_SizeOfBitmap(mbPtr->display, mbPtr->bitmap, &width, &height);
115 imageWidth = width;
153 fullWidth = (width > mbPtr->textWidth ? width : mbPtr->textWidth);
155 imageXOffset = (fullWidth - width)/2;
164 textXOffset = width + mbPtr->padX;
168 fullWidth = mbPtr->textWidth + mbPtr->padX + width;
179 fullWidth = (width > mbPt
84 int width = 0, height = 0; local
359 int width, height, mm, pixels; local
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/unix/
H A DtkUnixMenubu.c81 int width, height, fullWidth, fullHeight;
106 Tk_SizeOfImage(mbPtr->image, &width, &height);
109 Tk_SizeOfBitmap(mbPtr->display, mbPtr->bitmap, &width, &height);
112 imageWidth = width;
147 fullWidth = (width > mbPtr->textWidth ? width :
150 imageXOffset = (fullWidth - width)/2;
157 textXOffset = width + mbPtr->padX;
161 fullWidth = mbPtr->textWidth + mbPtr->padX + width;
170 fullWidth = (width > mbPt
79 int width, height, fullWidth, fullHeight; local
350 int width, height, mm, pixels; local
[all...]
H A DtkUnixButton.c90 int width, height, fullWidth, fullHeight;
179 Tk_SizeOfImage(butPtr->image, &width, &height);
182 Tk_SizeOfBitmap(butPtr->display, butPtr->bitmap, &width, &height);
185 imageWidth = width;
206 fullWidth = (width > butPtr->textWidth ? width :
209 imageXOffset = (fullWidth - width)/2;
216 textXOffset = width + butPtr->padX;
220 fullWidth = butPtr->textWidth + butPtr->padX + width;
229 fullWidth = (width > butPt
88 int width, height, fullWidth, fullHeight; local
618 int width, height, avgWidth, txtWidth, txtHeight; local
[all...]
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Dutf8.c85 int width = UTF8_WIDTH(*p); local
95 if (width == 0 || len < width)
102 w = width;
108 return (width);
117 int width; local
128 width = UTF8_WIDTH(c);
130 switch (width) {
162 if (len < width)
165 rest = width
241 int width; local
[all...]
/macosx-10.10.1/ncurses-44/ncurses/ncurses/trace/
H A Dlib_tracedmp.c52 int i, j, n, width; local
54 /* compute narrowest possible display width */
55 for (width = i = 0; i <= win->_maxy; ++i) {
65 if (n > width)
66 width = n;
68 if (width < win->_maxx)
69 ++width;
70 if (++width + 1 > (int) my_length) {
71 my_length = 2 * (width + 1);
84 for (j = 0; j < width;
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DBreakpoint.css27 width: 420px;
32 width: 460px;
43 width: 100%;
50 width: 1px; /* Shrink to fit. */
60 width: 100%;
H A DHierarchicalPathComponent.css30 min-width: 32px;
34 min-width: 44px;
38 min-width: 24px;
56 width: 16px;
63 width: 5px;
83 min-width: 0;
84 max-width: 400px;
88 min-width: 0;
89 width: 100%;
120 width
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/controlwidget/
H A Dvoltmeter.tcl75 option -width -default 50m
92 canvas $win.c -background $options(-background) -width $options(-width) -height $options(-height) \
100 set width [$win.c cget -width]
102 set xcentre [expr {$width*0.5}]
103 set ycentre [expr {$width*1.4}]
108 [expr {$xcentre-$width*$t}] [expr {$ycentre-$width*$t}] \
109 [expr {$xcentre+$width*
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiff2rgba.c135 uint32 width, height; /* image width & height */ local
142 TIFFGetField(in, TIFFTAG_IMAGEWIDTH, &width);
185 for( col = 0; ok && col < width; col += tile_width )
246 uint32 width, height; /* image width & height */ local
252 TIFFGetField(in, TIFFTAG_IMAGEWIDTH, &width);
265 raster_size = multiply(multiply(width, rowsperstrip), sizeof (uint32));
269 (unsigned long) width, (unsigned long) rowsperstrip);
282 wrk_line = (uint32*)_TIFFmalloc(width * sizeo
365 uint32 width, height; /* image width & height */ local
467 uint32 width, height; /* image width & height */ local
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/Shared/API/c/
H A DWKGeometry.h50 double width; member in struct:WKSize
55 WK_INLINE WKSize WKSizeMake(double width, double height) argument
58 size.width = width;
69 WK_INLINE WKRect WKRectMake(double x, double y, double width, double height) argument
74 rect.size.width = width;
/macosx-10.10.1/IOGraphics-485/tools/
H A Dgaussblur.c34 uint32_t width, height; local
70 width = CGDisplayPixelsWide(displayIDs[0]);
73 buffer = malloc(width * height * sizeof(uint32_t));
76 bcopy(screen + j * rowBytes, buffer + j * width, width * sizeof(uint32_t));
80 printf("copy Mbs %f\n", ((double) width * height * sizeof(uint32_t)) / 1024.0 / 1024.0 / ((end - start) * scale / NSEC_PER_SEC) );
85 compressBuffer = malloc(width * height * sizeof(uint32_t) * 2);
88 //rowBytes = width;
93 width, height, rowBytes << 2,
94 (UInt8 *) compressBuffer, width * heigh
[all...]
/macosx-10.10.1/dcerpc-61/www/content/css/blueprint/src/
H A Dgrid.css19 width: 950px;
42 /* Use these classes to set the width of a column. */
43 .span-1 { width: 30px; }
44 .span-2 { width: 70px; }
45 .span-3 { width: 110px; }
46 .span-4 { width: 150px; }
47 .span-5 { width: 190px; }
48 .span-6 { width: 230px; }
49 .span-7 { width: 270px; }
50 .span-8 { width
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/base/
H A DtkimgPPB.c53 int width, /* Dimensions of the area of the image */
58 return Tk_PhotoPutBlock(interp, handle, blockPtr, x, y, width, height, flags);
61 Tk_PhotoPutBlock_Panic(handle, blockPtr, x, y, width, height, flags);
90 while (X < width) {
92 while ((X < width) && !(*pixelPtr)) {
97 while ((end < width) && *pixelPtr) {
112 Tk_PhotoPutBlock_NoComposite(handle, blockPtr, x, y, width, height);
120 int width, /* Dimensions of the area of the image */
124 return Tk_PhotoExpand(interp, handle, width, height);
126 Tk_PhotoExpand_Panic(handle, width, heigh
46 tkimg_PhotoPutBlock( Tcl_Interp *interp, Tk_PhotoHandle handle, Tk_PhotoImageBlock *blockPtr, int x, int y, int width, int height, int flags ) argument
116 tkimg_PhotoExpand( Tcl_Interp *interp, Tk_PhotoHandle handle, int width, int height ) argument
130 tkimg_PhotoSetSize( Tcl_Interp *interp, Tk_PhotoHandle handle, int width, int height ) argument
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dsnprintf.c123 pad(struct snprintf_state *state, int width, char c) argument
126 while(width-- > 0){
143 int width, int prec, int flags, int minusp)
208 width -= prec;
210 width -= nlen;
213 width -= 2;
216 width--;
218 /* pad to width */
219 len += pad(state, width, ' ');
231 /* pad to width wit
141 append_number(struct snprintf_state *state, u_longest num, unsigned base, const char *rep, int width, int prec, int flags, int minusp) argument
256 append_string(struct snprintf_state *state, const unsigned char *arg, int width, int prec, int flags) argument
291 append_char(struct snprintf_state *state, unsigned char arg, int width, int flags) argument
357 int width = 0; local
[all...]
/macosx-10.10.1/curl-83.1.2/curl/tests/unit/
H A Dunit1398.c34 int width = 3; variable
40 rc = curl_msnprintf(output, 4, "%.*s", width, buf);
45 rc = curl_msnprintf(output, 4, "%.*s", width, str);
49 width = 2;
51 rc = curl_msnprintf(output, 4, "%.*s", width, buf);
65 /* negative width */
70 /* larger width that string length */
/macosx-10.10.1/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/tests/
H A DtestCreateDestroy2.tcl17 set width [winfo width .m1.m]
25 set x [expr 20 + ($no-1) * ($width + 10)]
32 global height width num
33 for {set x 0} {$x<[expr $width*$num/2+100]} {incr x 50} {
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DtkMacOSXButton.c387 TKLog(@"button %s frame %@ width %d height %d",
426 int width, height, border = 0;
536 int width, height;
541 Tk_SizeOfImage(butPtr->image, &width, &height);
543 butPtr->image, width, height);
546 butPtr->selectImage, width, height);
550 butPtr->tristateImage, width, height);
553 Tk_SizeOfBitmap(butPtr->display, butPtr->bitmap, &width, &height);
555 butPtr->bitmap, butPtr->normalTextGC, width, height);
557 butPtr->bitmap, butPtr->activeTextGC, width, heigh
419 int width, height, border = 0; local
529 int width, height; local
700 int width = 0, height = 0, fullWidth, fullHeight; local
1054 int width, height, avgWidth, txtWidth, txtHeight; local
[all...]
/macosx-10.10.1/bless-103/test/
H A Dtestcgtext.c69 rect.size.width = 500;
93 rect.size.width = 10;
109 printf("[%f,%f] (%f,%f)\n", rect.origin.x, rect.origin.y, rect.size.width, rect.size.height);
129 uint16_t width, uint16_t height, uint16_t *newwidth) {
138 bitmapBytesPerRow = width*1;
145 width,
201 if(newwidth) { *newwidth = (int)rect.size.width + 4; }
202 printf("[%f,%f] (%f,%f)\n", rect.origin.x, rect.origin.y, rect.size.width, rect.size.height);
238 uint16_t width = 40; local
254 bitmapData = calloc(width*heigh
128 makeLabelOfSize(const char *label, unsigned char *bitmapData, uint16_t width, uint16_t height, uint16_t *newwidth) argument
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/curses/
H A Dmouse.rb8 width = message.length + 6
9 win = Window.new(5, width,
10 (lines - 5) / 2, (cols - width) / 2)
/macosx-10.10.1/tcl-105/tk/tk/xlib/
H A Dxdraw.c75 unsigned int width,
81 rectangle.width = width;
67 XFillRectangle( Display *display, Drawable d, GC gc, int x, int y, unsigned int width, unsigned int height) argument
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/efl/tests/
H A Dtest_ewk2_window_features.cpp58 int x, y, width, height; local
59 ewk_window_features_geometry_get(windowFeatures, &x, &y, &width, &height);
63 EXPECT_EQ(0, width);
79 int x, y, width, height; local
80 ewk_window_features_geometry_get(windowFeatures, &x, &y, &width, &height);
84 EXPECT_EQ(400, width);
107 const char windowHTML[] = "<html><body onLoad=\"window.open('', '', 'left=100,top=150,width=400,height=400,location=no,menubar=no,status=yes,toolbar=no,scrollbars=yes,resizable=yes,fullscreen=no');\"></body></html>";
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DLocaleXlocale.inc50 int width = l->mbswidth(s);
51 assert(width>=0);
52 return width;
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
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
/macosx-10.10.1/cups-408/cups/cups/
H A Dpage.c23 * ppdPageWidth() - Get the page width for the given size.
125 size->width = (float)w;
150 size->name, size->width, size->length));
164 size->name, size->width, size->length));
180 size->name, size->width, size->length));
212 float width, /* Min/max width */ local
251 * Figure out the current minimum width and length...
254 width = ppd->custom_min[0];
285 sscanf(attr->value, "%f%f", &width,
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dbutton.rb52 width 10
61 width 10
70 width 10
79 width 10

Completed in 517 milliseconds

1234567891011>>