Searched refs:width (Results 201 - 225 of 2232) sorted by relevance

1234567891011>>

/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebKitGraphics.h70 unsigned CenterTruncateStringToWidth(LPCTSTR text, int length, const WebFontDescription&, float width, WCHAR* buffer);
71 unsigned RightTruncateStringToWidth(LPCTSTR text, int length, const WebFontDescription&, float width, WCHAR* buffer);
/macosx-10.10.1/WebKit2-7600.1.25/Shared/mac/
H A DPrintInfoMac.mm35 , availablePaperWidth([printInfo paperSize].width - [printInfo leftMargin] - [printInfo rightMargin])
/macosx-10.10.1/architecture-266/i386/
H A Dreg_help.h47 #define MKMASK(width, offset) (((unsigned)-1)>>(32-(width))<<(offset))
/macosx-10.10.1/ksh-23/ksh/src/lib/libcmd/
H A Dfold.c37 "each output line is the maximum width possible that does not "
42 "[+carriage-return?The current count of line width will be set "
45 "[+backspace?If positive, the current count of line width will be "
64 "[w:width]#[width:=80?Use a maximum line length of \awidth\a columns "
89 static void fold(Sfio_t *in, Sfio_t *out, register int width, const char *cont, size_t contsize, char *cols) argument
105 if(cols['\b']==0 && (n=sfvalue(in))<=width)
116 while((cp-first) > (width-col))
121 col = width-col;
145 if((cp-first) > (width
172 register int n, width=WIDTH; local
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Core Graphics/CGRotation/
H A DCGImageView.py23 CGRectMake(rect.origin.x, rect.origin.y, rect.size.width, rect.size.height))
26 CGContextAddRect(ctx, CGRectMake(rect.origin.x, rect.origin.y, rect.size.width, rect.size.height))
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/Core Graphics/CGRotation/
H A DCGImageView.py23 CGRectMake(rect.origin.x, rect.origin.y, rect.size.width, rect.size.height))
26 CGContextAddRect(ctx, CGRectMake(rect.origin.x, rect.origin.y, rect.size.width, rect.size.height))
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/Core Graphics/CGRotation/
H A DCGImageView.py23 CGRectMake(rect.origin.x, rect.origin.y, rect.size.width, rect.size.height))
26 CGContextAddRect(ctx, CGRectMake(rect.origin.x, rect.origin.y, rect.size.width, rect.size.height))
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dlabeledwidget.rb9 cw = TkCanvas.new(lw.child_site, :relief=>:raised, :width=>200, :height=>200,
H A Dwatch.rb12 :width=>155, :height=>155){|w|
/macosx-10.10.1/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DPictureInPicture.tcl10 -width [expr [lindex $theSize 0]/4] \
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/python/
H A Dspectrogram.py17 c = SnackCanvas(height=200, width=400, bg='black')
19 c.create_spectrogram(1,1,sound=snd,width=400,height=200,pixelspersec=200)
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/ldap/
H A DldapChangeTest32 # calculate optimal width
34 set width 0
37 if {[string length $type] > $width} {
38 set width [string length $type]
49 puts [format " %-${width}s %s" $type $value]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/diagrams/
H A Ddraw_anchor.tcl5 pack [canvas .c -width 200 -height 120 -bg white]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/plotchart/
H A Dplotdemos4.tcl14 canvas .c -width 400 -height 400 -bg white
16 canvas .t.c2 -width 300 -height 200 -bg white
17 canvas .t.c3 -width 300 -height 200 -bg white
18 canvas .t.c4 -width 300 -height 200 -bg white
H A Dplotdemos3.tcl14 canvas .c -width 500 -height 200 -bg white
38 canvas .t.c -width 700 -height 500
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/tkpiechart/
H A Ddemo.tcl97 proc resize {width height} {
98 set width [expr {$width / 2.0}]
100 switched::configure $::pie1 -width $width -height $height
101 switched::configure $::pie2 -width $width -height $height
105 $canvas configure -width 400 -height 300
/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/architecture/i386/
H A Dreg_help.h52 #define MKMASK(width, offset) (((unsigned)-1)>>(32-(width))<<(offset))
/macosx-10.10.1/cups-408/cups/cups/
H A Dtestpwg.c169 else if (pwgmedia->width != 21000 || pwgmedia->length != 29700)
171 printf("FAIL (%dx%d)\n", pwgmedia->width, pwgmedia->length);
183 else if (pwgmedia->width != 91700 || pwgmedia->length != 9199999)
185 printf("FAIL (%dx%d)\n", pwgmedia->width, pwgmedia->length);
189 printf("PASS (%dx%d)\n", pwgmedia->width, pwgmedia->length);
202 else if (pwgmedia->width != 21590 || pwgmedia->length != 27940)
204 printf("FAIL (%dx%d)\n", pwgmedia->width, pwgmedia->length);
221 else if (pwgmedia->width != 10160 || pwgmedia->length != 15240)
223 printf("FAIL (%dx%d)\n", pwgmedia->width, pwgmedia->length);
240 else if (pwgmedia->width !
[all...]
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnixScrlbr.c104 int relief, width, elementBorderWidth;
112 width = Tk_Width(tkwin) - 2*scrollPtr->inset;
114 width = Tk_Height(tkwin) - 2*scrollPtr->inset;
171 points[1].x = width + scrollPtr->inset;
173 points[2].x = width/2 + scrollPtr->inset;
181 points[1].y = width/2 + scrollPtr->inset;
183 points[2].y = width + scrollPtr->inset;
204 points[1].x = width/2 + scrollPtr->inset;
206 points[2].x = width + scrollPtr->inset;
215 points[1].y = width
102 int relief, width, elementBorderWidth; local
282 int width, fieldLength; local
438 int length, width, tmp; local
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/unix/
H A DtkUnixScrlbr.c104 int relief, width, elementBorderWidth;
112 width = Tk_Width(tkwin) - 2*scrollPtr->inset;
114 width = Tk_Height(tkwin) - 2*scrollPtr->inset;
171 points[1].x = width + scrollPtr->inset;
173 points[2].x = width/2 + scrollPtr->inset;
181 points[1].y = width/2 + scrollPtr->inset;
183 points[2].y = width + scrollPtr->inset;
204 points[1].x = width/2 + scrollPtr->inset;
206 points[2].x = width + scrollPtr->inset;
215 points[1].y = width
102 int relief, width, elementBorderWidth; local
281 int width, fieldLength; local
440 int length, width, tmp; local
[all...]
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIOCursorBlits.h61 int width,
79 for (j = width; --j >= 0; ) {
141 int width,
163 for (j = width; --j >= 0; savePtr++,maskPtr++,cursPtr++,vramPtr++) {
191 int width,
207 for (j = width; --j >= 0; ) {
232 int width,
247 for (j = width; --j >= 0; ) {
281 int width,
295 for (j = width;
54 StdFBDisplayCursor555( IOFramebuffer * inst, StdFBShmem_t *shmem, volatile unsigned short *vramPtr, unsigned int cursStart, unsigned int vramRow, unsigned int cursRow, int width, int height ) argument
134 StdFBDisplayCursor8P( IOFramebuffer * inst, StdFBShmem_t *shmem, volatile unsigned char *vramPtr, unsigned int cursStart, unsigned int vramRow, unsigned int cursRow, int width, int height ) argument
184 StdFBDisplayCursor8G( IOFramebuffer * inst, StdFBShmem_t *shmem, volatile unsigned char *vramPtr, unsigned int cursStart, unsigned int vramRow, unsigned int cursRow, int width, int height ) argument
225 StdFBDisplayCursor30Axxx( IOFramebuffer * inst, StdFBShmem_t *shmem, volatile unsigned int *vramPtr, unsigned int cursStart, unsigned int vramRow, unsigned int cursRow, int width, int height ) argument
274 StdFBDisplayCursor32Axxx( IOFramebuffer * inst, StdFBShmem_t *shmem, volatile unsigned int *vramPtr, unsigned int cursStart, unsigned int vramRow, unsigned int cursRow, int width, int height ) argument
322 StdFBRemoveCursor16( IOFramebuffer * inst, StdFBShmem_t *shmem, volatile unsigned short *vramPtr, unsigned int vramRow, int width, int height ) argument
342 StdFBRemoveCursor8( IOFramebuffer * inst, StdFBShmem_t *shmem, volatile unsigned char *vramPtr, unsigned int vramRow, int width, int height ) argument
362 StdFBRemoveCursor32( IOFramebuffer * inst, StdFBShmem_t *shmem, volatile unsigned int *vramPtr, unsigned int vramRow, int width, int height ) argument
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DHoverMenu.css50 stroke-width: 2px;
59 width: 15px;
/macosx-10.10.1/WebKit-7600.1.25/mac/Misc/
H A DWebNSWindowExtras.m50 + (frameToCenterOver.size.width - size.width) / 2;
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/controlwidget/
H A Ddemo-rdial.tcl23 .rs configure -width [expr {abs($val)}]
37 -width 200 -step 5 -bg blue -fg white \
41 -width $disp_value(rh) -height 20 -fg blue -bg yellow -orient vertical
44 -width $disp_value(rh) -height $disp_value(rv)
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/canvas/
H A Dcanvas_snap.tcl35 set view_width [expr {[winfo width $canvas]-2*$border}]
45 set width [expr {$x2-$x1}]
48 set image [image create photo -height $height -width $width]

Completed in 417 milliseconds

1234567891011>>