Searched +refs:screen +refs:width (Results 26 - 50 of 119) sorted by relevance

12345

/macosx-10.10/tcl-105/tk/tk/tests/
H A DcanvPsGrph.tcl1 # This file creates a screen to exercise Postscript generation
16 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets. Select what you want to display with the buttons below, then click on "Print" to print it to your default printer. You can click on items in the canvas to delete them.} -width 4i
41 canvas $c -width 400 -height 350 -bd 0 -relief sunken
50 $c create rect -20 180 80 320 -fill black -stipple gray50 -width .5c
59 $c create oval 250 100 400 300 -width .5c
64 -outline black -width 4
71 -fill {} -outline brown -width 3
75 $c create line 20 20 120 20 -arrow both -width 5
77 $c create line 150 20 150 150 250 150 -width
[all...]
H A DcanvPsText.tcl1 # This file creates a screen to exercise Postscript generation
16 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets for text. Click on "Print" to print the canvas to your default printer. The "Stipple" button can be used to turn stippling on and off for the text, but beware: many Postscript printers cannot handle stippled text. You can click on items in the canvas to delete them.} -width 6i
30 canvas $c -width 6i -height 7i -bd 2 -relief sunken
62 $c create text 1.0i 5.25i -width 1.9i -anchor c -justify left -tags text \
66 $c create text 3.0i 5.25i -width 1.8i -anchor c -justify center -tags text \
70 $c create text 5.0i 5.25i -width 1.8i -anchor c -justify right -tags text \
74 $c create text 3.0i 6.0i -width 5.0i -anchor n -justify right -tags text \
H A DcanvPsBmap.tcl1 # This file creates a screen to exercise Postscript generation
16 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets for bitmaps. Click on "Print" to print the canvas to your default printer. You can click on items in the canvas to delete them.} -width 6i
25 canvas $c -width 6i -height 6i -bd 2 -relief sunken
/macosx-10.10/tcl-105/tk84/tk/tests/
H A DcanvPsGrph.tcl1 # This file creates a screen to exercise Postscript generation
16 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets. Select what you want to display with the buttons below, then click on "Print" to print it to your default printer. You can click on items in the canvas to delete them.} -width 4i
41 canvas $c -width 400 -height 350 -bd 0 -relief sunken
50 $c create rect -20 180 80 320 -fill black -stipple gray50 -width .5c
59 $c create oval 250 100 400 300 -width .5c
64 -outline black -width 4
71 -fill {} -outline brown -width 3
75 $c create line 20 20 120 20 -arrow both -width 5
77 $c create line 150 20 150 150 250 150 -width
[all...]
H A DcanvPsText.tcl1 # This file creates a screen to exercise Postscript generation
16 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets for text. Click on "Print" to print the canvas to your default printer. The "Stipple" button can be used to turn stippling on and off for the text, but beware: many Postscript printers cannot handle stippled text. You can click on items in the canvas to delete them.} -width 6i
30 canvas $c -width 6i -height 7i -bd 2 -relief sunken
62 $c create text 1.0i 5.25i -width 1.9i -anchor c -justify left -tags text \
66 $c create text 3.0i 5.25i -width 1.8i -anchor c -justify center -tags text \
70 $c create text 5.0i 5.25i -width 1.8i -anchor c -justify right -tags text \
74 $c create text 3.0i 6.0i -width 5.0i -anchor n -justify right -tags text \
/macosx-10.10/cups-408/cups/doc/
H A Dcups.css12 width: 100%;
60 width: 100%;
68 width: 100%;
79 width: 33%;
89 width: 49.75%;
207 width: 100%;
220 width: 14%;
376 width: 90%;
391 width: 90%;
425 min-width
[all...]
/macosx-10.10/emacs-93/emacs/oldXMenu/
H A DInternal.c309 0, /* border width*/
428 register int max_p_label = 0; /* Maximum pane label width. */
429 register int max_s_label = 0; /* Maximum selection label width. */
436 int p_width; /* Pane window width. */
437 int s_width; /* Selection window width. */
439 int screen; /* DefaultScreen holder. */ local
451 * Recompute maximum pane label width.
470 * Recompute maximum selection label width.
496 * the selection to its maximum possible value (the pane width minus
519 * None of the panes ore selections are off the screen
951 register int width = select->window_w; local
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/gtk/
H A DWebContextMenuProxyGtk.cpp184 GdkScreen* screen = gtk_widget_get_screen(popupMenu->m_webView); local
186 if ((*x + menuSize.width) >= gdk_screen_get_width(screen))
187 *x -= menuSize.width;
190 if ((*y + menuSize.height) >= gdk_screen_get_height(screen))
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixButton.c61 /* width height ncolors chars_per_pixel */
265 WhitePixelOfScreen(bg_brdr->screen);
270 BlackPixelOfScreen(bg_brdr->screen);
368 int width, height, fullWidth, fullHeight;
440 * In order to avoid screen flashes, this function redraws the button in a
441 * pixmap, then copies the pixmap to the screen in a single operation.
442 * This means that there's no point in time where the on-screen image has
456 Tk_SizeOfImage(butPtr->image, &width, &height);
459 Tk_SizeOfBitmap(butPtr->display, butPtr->bitmap, &width, &height);
462 imageWidth = width;
365 int width, height, fullWidth, fullHeight; local
857 int width, height, avgWidth, txtWidth, txtHeight; local
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dscreen.vim2 " Language: screen(1) configuration file
187 \ screen
221 \ width
243 let b:current_syntax = "screen"
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dgoldberg.rb164 @screen = TkFrame.new(@parent, :bd=>2,
168 @canvas = TkCanvas.new(@parent, :width=>850, :height=>700,
172 }.pack(:in=>@screen, :side=>:top, :fill=>:both, :expand=>true)
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
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dgoldberg.rb166 @screen = TkFrame.new(@parent, :bd=>2,
170 @canvas = TkCanvas.new(@parent, :width=>850, :height=>700,
174 }.pack(:in=>@screen, :side=>:top, :fill=>:both, :expand=>true)
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
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/ctext/
H A Dtest.c40 int screen; variable
115 xe.xconfigure.width = (value_mask & CWWidth) ? winChanges->width : wattr.width;
261 maxWidth = (DisplayWidth (dis, screen) - distance_from_edge - 4);
262 maxHeight = DisplayHeight (dis, screen);
269 wc.width = distance_from_edge;
281 if (event->width > maxWidth) {
282 wc.width = maxWidth;
284 wc.width
[all...]
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkImgPhoto.c157 int width, height; /* Dimensions of image. */ member in struct:PhotoMaster
199 * a photo image in windows on a given screen that are using the
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, heigh
672 int x, y, width, height; local
[all...]
H A Dtk3d.c85 Tk_Window tkwin; /* Need the screen the border is used on.*/
110 } else if ((Tk_Screen(tkwin) == borderPtr->screen)
130 * the screen and colormap of the last access, and if they
140 if ((Tk_Screen(tkwin) == borderPtr->screen)
212 if ((Tk_Screen(tkwin) == borderPtr->screen)
235 borderPtr->screen = Tk_Screen(tkwin);
277 * y, width, and height. The inside edges of the border
284 Tk_Draw3DRectangle(tkwin, drawable, border, x, y, width, height,
289 int x, y, width, height; /* Outside area of region in
291 int borderWidth; /* Desired width fo
[all...]
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkImgPhoto.c153 int width, height; /* Dimensions of image. */ member in struct:PhotoMaster
196 * image in windows on a given screen that are using the same colormap.
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, heigh
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...]
H A Dtk3d.c86 Tk_Window tkwin, /* Need the screen the border is used on.*/
111 } else if ((Tk_Screen(tkwin) == borderPtr->screen)
129 * the last time this object was accessed. Check the screen and colormap
139 if ((Tk_Screen(tkwin) == borderPtr->screen)
211 if ((Tk_Screen(tkwin) == borderPtr->screen)
234 borderPtr->screen = Tk_Screen(tkwin);
274 * edges of the border will be determined by x, y, width, and height. The
286 int x, int y, int width, int height,
289 int borderWidth, /* Desired width for border, in pixels. */
293 if (width <
279 Tk_Draw3DRectangle( Tk_Window tkwin, Drawable drawable, Tk_3DBorder border, int x, int y, int width, int height, int borderWidth, int relief) argument
945 Tk_Fill3DRectangle( Tk_Window tkwin, Drawable drawable, Tk_3DBorder border, int x, int y, int width, int height, int borderWidth, int relief) argument
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DWKFullScreenWindowController.mm164 // The user may have changed the main screen by moving the menu bar, or they may have changed
165 // the Dock's size or location, or they may have changed the fullScreen screen's dimensions.
166 // Update our presentation parameters, and ensure that the full screen window occupies the
167 // entire screen:
169 NSRect screenFrame = [[window screen] frame];
185 size_t width = CGImageGetWidth(sourceImage);
196 return adoptCF(CGImageCreate(width, height, bitsPerComponent, bitsPerPixel, bytesPerRow, colorSpace, bitmapInfo, provider.get(), 0, shouldInterpolate, intent));
199 - (void)enterFullScreen:(NSScreen *)screen
205 if (!screen)
206 screen
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DRenderThemeGtk.cpp257 scaledIcon = adoptGRef(gdk_pixbuf_scale_simple(icon, iconRect.width(), iconRect.height(),
315 gint width = 0, height = 0; local
316 gtk_icon_size_lookup(getIconSizeForPixelSize(fontSize), &width, &height); local
317 style.setWidth(Length(width, Fixed));
341 int iconSize = std::min(inputContentBox.width(), std::min(inputContentBox.height(), rect.height()));
398 int iconSize = std::min(rect.width(), rect.height());
407 IntRect iconRect(rect.x() + rect.width() - iconSize,
442 // FIXME: Really this should be the widget's screen.
443 GdkScreen* screen = gdk_screen_get_default(); local
444 if (!screen)
723 fileListNameForWidth(const FileList* fileList, const Font& font, int width, bool multipleFilesAllowed) const argument
[all...]
/macosx-10.10/emacs-93/emacs/lwlib/
H A Dxlwmenu.c361 return logical.width;
366 return xcs.width;
392 /* Return the width of toggle buttons of widget MW. */
402 /* Return the width of radio buttons of widget MW. */
490 /* Add width of the arrow displayed for submenus. */
493 /* Add width of key equivalent string. */
526 ws->width = 0;
537 ws->width += label_width + rest_width;
557 ws->width = ws->label_width + max_rest_width + max_button_width;
561 ws->width
774 int width, height; local
794 int width, height; local
986 int width; local
1613 Screen *screen = XtScreen ((Widget) mw); local
1744 Screen *screen = XtScreen ((Widget) mw); local
2439 Screen* screen = XtScreen (mw); local
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/populate/
H A Dapple.css28 .replaced { display: block; width: 1px; height: 1px; outline: none; overflow: hidden; text-indent: -9999px; }
30 #container { width: 980px; margin: 0 auto; position: relative; }
31 #main { width: 100%; position: relative; }
62 .grid2col, .grid2cola, .grid2colb, .grid2colc, .grid2cold, .grid2cole, .grid2colf, .grid3col, .grid3cola, .grid4col, .grid5col, .grid6col { width: 100%; }
64 .grid2col .column { width: 49%; }
65 .grid2col .grid2col .column { width: 47.8%; }
66 .grid3col .grid2col .column { width: 46%; }
67 .grid4col .grid2col .column { width: 45%; }
69 .grid2cola .column.first { width: 66%; }
70 .grid2cola .column.last { width
[all...]
/macosx-10.10/WebCore-7600.1.25/page/
H A DDOMWindow.cpp314 // 3) Constrains the window rect to within the top and left boundaries of the available screen rect.
315 // 4) Constrains the window rect to within the bottom and right boundaries of the available screen rect.
316 // 5) Translate the window rect coordinates to be within the coordinate space of the screen.
321 FloatRect screen = screenAvailableRect(page->mainFrame().view()); local
325 ASSERT(std::isfinite(screen.x()));
326 ASSERT(std::isfinite(screen.y()));
327 ASSERT(std::isfinite(screen.width()));
328 ASSERT(std::isfinite(screen.height()));
331 ASSERT(std::isfinite(window.width()));
622 Screen* DOMWindow::screen() const function in class:WebCore::DOMWindow
1593 resizeTo(float width, float height) const argument
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/ios/
H A DWKPDFView.mm185 [pageInfo.view contentLayer].contentsScale = self.window.screen.scale;
236 CGRect pageFrame = CGRectMake(0, 0, _minimumSize.width, _minimumSize.height);
243 pageFrame.size.height = pageSize.height / pageSize.width * pageFrame.size.width;
255 newFrame.size.width = _minimumSize.width * scale;
270 targetRect = CGRectInset(targetRect, smartMagnificationElementPadding * targetRect.size.width, smartMagnificationElementPadding * targetRect.size.height);
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dgoldberg.tcl100 pack [frame $w.screen -bd 2 -relief raised] \
103 canvas $w.c -width 860 -height 730 -bg $C(bg) -highlightthickness 0
106 pack $w.c -in $w.screen -side top -fill both -expand 1
116 ttk::button $w.show -text "\u00bb" -command [list ShowCtrl $w] -width 2
118 button $w.show -text "\u00bb" -command [list ShowCtrl $w] -width 2 -highlightbackground $C(bg)
193 ttk::label $w2.l$i -text $i -anchor e -width 2 -background white
194 ttk::label $w2.ll$i -textvariable STEP($i) -width 5 -background white
343 $w.c create line $xy -tag I0 -fill $color -width 5 -arrow last \
369 $w.c create poly $xy -width 3 -fill $color -outline {}
371 $w.c create poly $xy -width
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tk/
H A Dwinfo.rb220 def TkWinfo.screen(win) singleton method in class:TkWinfo
221 tk_call('winfo', 'screen', win)
224 TkWinfo.screen self
344 def TkWinfo.width(win) singleton method in class:TkWinfo
345 number(tk_call_without_enc('winfo', 'width', win))
348 TkWinfo.width self

Completed in 166 milliseconds

12345