Searched refs:width (Results 76 - 100 of 2232) sorted by relevance

1234567891011>>

/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dbutton.rb51 width 10
60 width 10
69 width 10
78 width 10
H A Dgoldberg.rb170 @canvas = TkCanvas.new(@parent, :width=>850, :height=>700,
282 :width=>2, :bd=>1, :relief=>:solid, :bg=>'white')
285 :width=>5, :bd=>1, :relief=>:solid, :bg=>'white')
427 :width=>5, :arrow=>:last, :arrowshape=>[18, 18, 5])
455 :width=>3, :fill=>color, :outline=>'')
459 :width=>3, :fill=>color, :outline=>'')
503 :fill=>@C['fg'], :width=>6, :tag=>'I2_0')
507 :fill=>@C['fg'], :width=>3, :tag=>'I2_1')
511 :fill=>@C['fg'], :width=>3, :tag=>'I2_2')
515 :fill=>@C['fg'], :width
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/blt/
H A Dwinop1.rb13 width = src.width
20 l_hdr0 = TkLabel.new(:text=>"#{width} x #{height}")
25 iw = width/i
28 dst = TkPhotoImage.new(:width=>iw, :height=>ih)
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dentryfield-1.rb15 :fixed=>10, :width=>12)
18 :validate=>:numeric, :width=>12)
21 :validate=>:alphabetic, :width=>12,
26 pef = Tk::Iwidgets::Entryfield.new(:labeltext=>'Password:', :width=>12,
H A Dentryfield-2.rb21 :fixed=>10, :width=>12)
24 :validate=>:numeric, :width=>12)
27 :validate=>:alphabetic, :width=>12,
32 pef = Tk::Iwidgets::Entryfield.new(:labeltext=>'Password:', :width=>12,
H A Dentryfield-3.rb17 :fixed=>10, :width=>12)
20 :validate=>:numeric, :width=>12)
23 :validate=>:alphabetic, :width=>12,
28 pef = Tk::Iwidgets::Entryfield.new(:labeltext=>'Password:', :width=>12,
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/tcllib/
H A Dxyplot.rb6 TkCanvas.new(:background=>'white', :width=>400, :height=>200){|c|
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/ldap/
H A Dldapquery75 # calculate optimal width
77 set width 0
80 if {[string length $type] > $width} {
81 set width [string length $type]
97 puts [format " %-${width}s %s" $type $value]
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinRegion.c93 rect_return->width = (short) (rect.right - rect.left);
147 rectangle->x + rectangle->width, rectangle->y + rectangle->height);
177 unsigned int width, unsigned int height,
191 for (x1 = 0; x1 < width; x1 = end) {
196 while ((x1 < width) && !*lineDataPtr) {
206 while ((end < width) && *lineDataPtr) {
248 unsigned int width, /* Width of rectangle */
255 rect.right = x+width;
167 TkpBuildRegionFromAlphaData( TkRegion region, unsigned int x, unsigned int y, unsigned int width, unsigned int height, unsigned char *dataPtr, unsigned int pixelStride, unsigned int lineStride) argument
238 TkRectInRegion( TkRegion r, int x, int y, unsigned int width, unsigned int height) argument
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsbitmapimagerep.py12 width = 256
16 i1 = NSBitmapImageRep.alloc().initWithBitmapDataPlanes_pixelsWide_pixelsHigh_bitsPerSample_samplesPerPixel_hasAlpha_isPlanar_colorSpaceName_bytesPerRow_bitsPerPixel_(dataPlanes, width, height, 8, 3, NO, NO, NSDeviceRGBColorSpace, 0, 0)
19 i2 = NSBitmapImageRep.alloc().initWithBitmapDataPlanes_pixelsWide_pixelsHigh_bitsPerSample_samplesPerPixel_hasAlpha_isPlanar_colorSpaceName_bytesPerRow_bitsPerPixel_(None, width, height, 8, 3, NO, NO, NSDeviceRGBColorSpace, 0, 0)
23 width = 16
26 i1 = NSBitmapImageRep.alloc().initWithBitmapDataPlanes_pixelsWide_pixelsHigh_bitsPerSample_samplesPerPixel_hasAlpha_isPlanar_colorSpaceName_bitmapFormat_bytesPerRow_bitsPerPixel_(None, width, height, 8, 3, NO, NO, NSDeviceRGBColorSpace, NSAlphaFirstBitmapFormat, 0, 0)
29 singlePlane = objc.allocateBuffer(width*height*4)
30 for i in range(0, width*height):
38 i2 = NSBitmapImageRep.alloc().initWithBitmapDataPlanes_pixelsWide_pixelsHigh_bitsPerSample_samplesPerPixel_hasAlpha_isPlanar_colorSpaceName_bitmapFormat_bytesPerRow_bitsPerPixel_(dataPlanes, width, height, 8, 3, NO, NO, NSDeviceRGBColorSpace, NSAlphaFirstBitmapFormat, 0, 0)
43 self.assertEqual(len(bitmapData), width * height * 4)
46 width
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nsbitmapimagerep.py23 width = 256
27 i1 = NSBitmapImageRep.alloc().initWithBitmapDataPlanes_pixelsWide_pixelsHigh_bitsPerSample_samplesPerPixel_hasAlpha_isPlanar_colorSpaceName_bytesPerRow_bitsPerPixel_(dataPlanes, width, height, 8, 3, NO, NO, NSDeviceRGBColorSpace, 0, 0)
30 i2 = NSBitmapImageRep.alloc().initWithBitmapDataPlanes_pixelsWide_pixelsHigh_bitsPerSample_samplesPerPixel_hasAlpha_isPlanar_colorSpaceName_bytesPerRow_bitsPerPixel_(None, width, height, 8, 3, NO, NO, NSDeviceRGBColorSpace, 0, 0)
34 width = 16
37 i1 = NSBitmapImageRep.alloc().initWithBitmapDataPlanes_pixelsWide_pixelsHigh_bitsPerSample_samplesPerPixel_hasAlpha_isPlanar_colorSpaceName_bitmapFormat_bytesPerRow_bitsPerPixel_(None, width, height, 8, 3, NO, NO, NSDeviceRGBColorSpace, NSAlphaFirstBitmapFormat, 0, 0)
40 singlePlane = objc.allocateBuffer(width*height*4)
41 for i in range(0, width*height):
49 i2 = NSBitmapImageRep.alloc().initWithBitmapDataPlanes_pixelsWide_pixelsHigh_bitsPerSample_samplesPerPixel_hasAlpha_isPlanar_colorSpaceName_bitmapFormat_bytesPerRow_bitsPerPixel_(dataPlanes, width, height, 8, 3, NO, NO, NSDeviceRGBColorSpace, NSAlphaFirstBitmapFormat, 0, 0)
54 self.assertEqual(len(bitmapData), width * height * 4)
57 width
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dgoldberg.rb168 @canvas = TkCanvas.new(@parent, :width=>850, :height=>700,
280 :width=>2, :bd=>1, :relief=>:solid, :bg=>'white')
283 :width=>5, :bd=>1, :relief=>:solid, :bg=>'white')
423 :width=>5, :arrow=>:last, :arrowshape=>[18, 18, 5])
451 :width=>3, :fill=>color, :outline=>'')
455 :width=>3, :fill=>color, :outline=>'')
499 :fill=>@C['fg'], :width=>6, :tag=>'I2_0')
503 :fill=>@C['fg'], :width=>3, :tag=>'I2_1')
507 :fill=>@C['fg'], :width=>3, :tag=>'I2_2')
511 :fill=>@C['fg'], :width
[all...]
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkOldTest.c30 int width, height; /* Dimensions of image. */ member in struct:TImageMaster
58 int imageX, int imageY, int width,
170 timPtr->width = 30;
209 int x, y, width, height;
219 " changed x y width height imageWidth imageHeight", NULL);
224 || (Tcl_GetInt(interp, argv[4], &width) != TCL_OK)
226 || (Tcl_GetInt(interp, argv[6], &timPtr->width) != TCL_OK)
230 Tk_ImageChanged(timPtr->master, x, y, width, height, timPtr->width,
308 int width, in
206 int x, y, width, height; local
297 ImageDisplay( ClientData clientData, Display *display, Drawable drawable, int imageX, int imageY, int width, int height, int drawableX, int drawableY) argument
[all...]
H A DtkCanvWind.c30 int width; /* Width to use for window (<= 0 means use member in struct:WindowItem
31 * window's requested width). */
33 * window's requested width). */
61 {TK_CONFIG_PIXELS, "-width", NULL, NULL,
62 "0", Tk_Offset(WindowItem, width), TK_CONFIG_DONT_SET_DEFAULT},
84 int x, int y, int width, int height);
110 double y, int width, int height);
192 winItemPtr->width = 0;
454 int width, height, x, y;
482 width
449 int width, height, x, y; local
572 int width, height; local
796 int width, height; local
830 CanvasPsWindow( Tcl_Interp *interp, Tk_Window tkwin, Tk_Canvas canvas, double x, double y, int width, int height) argument
[all...]
H A DtkImgPhoto.c153 int width, height; /* Dimensions of image. */ member in struct:PhotoMaster
216 int width, height; /* Dimensions of the pixmap. */ member in struct:PhotoInstance
311 int imageX, int imageY, int width, int height,
317 Tk_PostscriptInfo psInfo, int x, int y, int width,
369 {TK_CONFIG_INT, "-width", NULL, NULL,
411 int width, int height);
412 static int ImgPhotoSetSize(PhotoMaster *masterPtr, int width,
440 int y, int width, int height);
657 int result, index, x, y, width, height, dataWidth, dataHeight, listObjc;
819 if ((options.fromX2 > block.width) || (option
653 int result, index, x, y, width, height, dataWidth, dataHeight, listObjc; local
2582 ImgPhotoBlendComplexAlpha( XImage *bgImg, PhotoInstance *iPtr, int xOffset, int yOffset, int width, int height) argument
2750 ImgPhotoDisplay( ClientData clientData, Display *display, Drawable drawable, int imageX, int imageY, int width, int height, int drawableX,int drawableY) argument
2982 ImgPhotoSetSize( PhotoMaster *masterPtr, int width, int height) argument
4307 Tk_PhotoPutBlock( Tcl_Interp *interp, Tk_PhotoHandle handle, register Tk_PhotoImageBlock *blockPtr, int x, int y, int width, int height, int compRule) argument
4678 Tk_PhotoPutZoomedBlock( Tcl_Interp *interp, Tk_PhotoHandle handle, register Tk_PhotoImageBlock *blockPtr, int x, int y, int width, int height, int zoomX, int zoomY, int subsampleX, int subsampleY, int compRule) argument
4977 Tk_DitherPhoto( Tk_PhotoHandle photo, int x, int y, int width, int height) argument
5054 DitherInstance( PhotoInstance *instancePtr, int xStart, int yStart, int width, int height) argument
5456 Tk_PhotoExpand( Tcl_Interp *interp, Tk_PhotoHandle handle, int width, int height) argument
5534 Tk_PhotoSetSize( Tcl_Interp *interp, Tk_PhotoHandle handle, int width, int height) argument
6032 ImgPhotoPostscript( ClientData clientData, Tcl_Interp *interp, Tk_Window tkwin, Tk_PostscriptInfo psInfo, int x, int y, int width, int height, int prepass) argument
6064 Tk_PhotoPutBlock_NoComposite( Tk_PhotoHandle handle, Tk_PhotoImageBlock *blockPtr, int x, int y, int width, int height) argument
6076 Tk_PhotoPutZoomedBlock_NoComposite( Tk_PhotoHandle handle, Tk_PhotoImageBlock *blockPtr, int x, int y, int width, int height, int zoomX, int zoomY, int subsampleX, int subsampleY) argument
6105 Tk_PhotoExpand_Panic( Tk_PhotoHandle handle, int width, int height) argument
6115 Tk_PhotoPutBlock_Panic( Tk_PhotoHandle handle, Tk_PhotoImageBlock *blockPtr, int x, int y, int width, int height, int compRule) argument
6127 Tk_PhotoPutZoomedBlock_Panic( Tk_PhotoHandle handle, Tk_PhotoImageBlock *blockPtr, int x, int y, int width, int height, int zoomX, int zoomY, int subsampleX, int subsampleY, int compRule) argument
6140 Tk_PhotoSetSize_Panic( Tk_PhotoHandle handle, int width, int height) argument
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkImgPhoto.c157 int width, height; /* Dimensions of image. */ member in struct:PhotoMaster
220 int width, height; /* Dimensions of the pixmap. */ member in struct:PhotoInstance
314 int imageX, int imageY, int width, int height,
321 Tk_PostscriptInfo psInfo, int x, int y, int width,
369 {TK_CONFIG_INT, "-width", (char *) NULL, (char *) NULL,
416 int xOffset, int yOffset, int width, int height));
418 int width, int height));
449 int x, int y, int width, int height));
676 int x, y, width, height;
845 if ((options.fromX2 > block.width) || (option
672 int x, y, width, height; local
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DGeometry.js62 WebInspector.Size = function(width, height)
64 this.width = width || 0;
73 return "WebInspector.Size[" + this.width + "," + this.height + "]";
78 return new WebInspector.Size(this.width, this.height);
83 return (this.width === anotherSize.width && this.height === anotherSize.height);
90 WebInspector.Rect = function(x, y, width, height)
93 this.size = new WebInspector.Size(width || 0, height || 0);
98 return new WebInspector.Rect(clientRect.left, clientRect.top, clientRect.width, clientRec
199 var width = Math.max(this.maxX(), rect.maxX()) - x; variable
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Drgb2ycbcr.c211 cvtStrip(unsigned char* op, uint32* raster, uint32 nrows, uint32 width) argument
219 for (x = width; x >= horizSubSampling; x -= horizSubSampling) {
221 vertSubSampling, horizSubSampling, width);
226 cvtClump(op, tp, vertSubSampling, x, width);
229 raster -= vertSubSampling*width;
233 for (x = width; x >= horizSubSampling; x -= horizSubSampling) {
234 cvtClump(op, tp, nrows, horizSubSampling, width);
239 cvtClump(op, tp, nrows, x, width);
244 cvtRaster(TIFF* tif, uint32* raster, uint32 width, uint32 height) argument
250 uint32 rwidth = roundup(width, horizSubSamplin
276 uint32 width, height; /* image width & height */ local
[all...]
/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dvfwscanf.c147 size_t width; /* field width, or 0 */ local
193 width = 0;
219 index = width;
223 width = 0;
265 width = width * 10 + c - '0';
401 if (width == 0)
402 width = 1;
407 while (width
765 parsefloat(FILE *fp, wchar_t **buf, size_t width, locale_t loc) argument
[all...]
/macosx-10.10.1/CommonCrypto-60061/libcn/
H A Dcrc16-a.c28 .def.parms.width = 2,
H A Dcrc16-b.c28 .def.parms.width = 2,
H A Dcrc16-ccitt-false.c30 .def.parms.width = 2,
H A Dcrc16-ccitt-true.c30 .def.parms.width = 2,
H A Dcrc16-dect-r.c28 .def.parms.width = 2,
H A Dcrc16-dect-x.c28 .def.parms.width = 2,

Completed in 502 milliseconds

1234567891011>>