Searched +refs:create +refs:screen (Results 1 - 25 of 66) sorted by relevance

123

/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DGtkWidgetBackingStoreX11.cpp30 PassOwnPtr<WidgetBackingStore> WidgetBackingStoreGtkX11::create(GtkWidget* widget, const IntSize& size) function in class:WebCore::WidgetBackingStoreGtkX11
42 GdkScreen* screen = gdk_visual_get_screen(visual); local
43 m_display = GDK_SCREEN_XDISPLAY(screen);
44 m_pixmap = XCreatePixmap(m_display, GDK_WINDOW_XID(gdk_screen_get_root_window(screen)),
H A DRedirectedXCompositeWindow.cpp96 PassOwnPtr<RedirectedXCompositeWindow> RedirectedXCompositeWindow::create(const IntSize& size, GLContextNeeded needsContext) function in class:WebCore::RedirectedXCompositeWindow
114 Screen* screen = DefaultScreenOfDisplay(display); local
120 RootWindowOfScreen(screen),
121 WidthOfScreen(screen) + 1, 0, 1, 1,
/macosx-10.9.5/tcl-102/tk/tk/tests/
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
30 $c create bitmap 0.5i 0.5i \
33 $c create rect 0.47i 0.47i 0.53i 0.53i -fill {} -outline black
35 $c create bitmap 3.0i 0.5i \
38 $c create rect 2.97i 0.47i 3.03i 0.53i -fill {} -outline black
40 $c create bitmap 5.5i 0.5i \
43 $c create rect 5.47i 0.47i 5.53i 0.53i -fill {} -outline black
45 $c create bitmap 0.5i 3.0i \
48 $c create rec
[all...]
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
48 $c create rect 0 0 400 350 -outline black
49 $c create rect 2 2 100 50 -fill black -stipple gray25
50 $c create rect -20 180 80 320 -fill black -stipple gray50 -width .5c
51 $c create rect 200 -20 240 20 -fill black
52 $c create rect 380 200 420 240 -fill black
53 $c create rect 200 330 240 370 -fill black
57 $c create oval 50 10 150 80 -fill black -stipple gray25 -outline {}
58 $c create ova
[all...]
H A DcanvPsArc.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 arcs. Click on "Print" to print the canvas to your default printer. You can click on items in the canvas to delete them.} -width 6i
28 $c create arc .5i .5i 2i 2i -style pieslice -start 20 -extent 90 \
30 $c create arc 2.5i 0 4.5i 1i -style pieslice -start -45 -extent -135 \
32 $c create arc 5.0i .5i 6.5i 2i -style pieslice -start 45 -extent 315 \
35 $c create arc -.5i 2.5i 2.0i 3.5i -style chord -start 90 -extent 270 \
37 $c create arc 2.5i 2i 4i 6i -style chord -start 20 -extent 140 \
39 $c create arc 4i 2.5i 8i 4.5i -style chord -start 60 -extent 60 \
42 $c create arc .5i 4.5i 2i 6i -style arc -start 135 -extent 315 -width 3m \
44 $c create ar
[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
33 $c create rect 2.95i 0.45i 3.05i 0.55i -fill {} -outline black
34 $c create text 3.0i 0.5i -text "Center Courier Oblique 24" \
36 $c create rect 2.95i 0.95i 3.05i 1.05i -fill {} -outline black
37 $c create text 3.0i 1.0i -text "Northwest Helvetica 24" \
39 $c create rect 2.95i 1.45i 3.05i 1.55i -fill {} -outline black
40 $c create text 3.0i 1.5i -text "North Helvetica Oblique 12 " \
42 $c create rect 2.95i 1.95i 3.05i 2.05i -fill {} -outline blue
43 $c create tex
[all...]
H A DcanvPsImg.tcl1 # This file creates a screen to exercise Postscript generation
17 .t.f.c create rectangle 25 25 525 325 -fill {} -outline black
18 .t.f.c create image 50 50 -anchor nw -image $BitmapImage
19 .t.f.c create image 250 50 -anchor nw -image $PhotoImage
40 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets for images. Click the buttons below to select a Visual type for the canvas and colormode for the Postscript output. Then click "Print" to send the results to the default printer, or "Print to file" to put the Postscript output in a file called "/tmp/test.ps". You can also click on items in the canvas to delete them.
72 set BitmapImage [image create bitmap \
75 set PhotoImage [image create photo \
/macosx-10.9.5/tcl-102/tk84/tk/tests/
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
28 $c create bitmap 0.5i 0.5i \
31 $c create rect 0.47i 0.47i 0.53i 0.53i -fill {} -outline black
33 $c create bitmap 3.0i 0.5i \
36 $c create rect 2.97i 0.47i 3.03i 0.53i -fill {} -outline black
38 $c create bitmap 5.5i 0.5i \
41 $c create rect 5.47i 0.47i 5.53i 0.53i -fill {} -outline black
43 $c create bitmap 0.5i 3.0i \
46 $c create rec
[all...]
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
48 $c create rect 0 0 400 350 -outline black
49 $c create rect 2 2 100 50 -fill black -stipple gray25
50 $c create rect -20 180 80 320 -fill black -stipple gray50 -width .5c
51 $c create rect 200 -20 240 20 -fill black
52 $c create rect 380 200 420 240 -fill black
53 $c create rect 200 330 240 370 -fill black
57 $c create oval 50 10 150 80 -fill black -stipple gray25 -outline {}
58 $c create ova
[all...]
H A DcanvPsArc.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 arcs. Click on "Print" to print the canvas to your default printer. You can click on items in the canvas to delete them.} -width 6i
28 $c create arc .5i .5i 2i 2i -style pieslice -start 20 -extent 90 \
30 $c create arc 2.5i 0 4.5i 1i -style pieslice -start -45 -extent -135 \
32 $c create arc 5.0i .5i 6.5i 2i -style pieslice -start 45 -extent 315 \
35 $c create arc -.5i 2.5i 2.0i 3.5i -style chord -start 90 -extent 270 \
37 $c create arc 2.5i 2i 4i 6i -style chord -start 20 -extent 140 \
39 $c create arc 4i 2.5i 8i 4.5i -style chord -start 60 -extent 60 \
42 $c create arc .5i 4.5i 2i 6i -style arc -start 135 -extent 315 -width 3m \
44 $c create ar
[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
33 $c create rect 2.95i 0.45i 3.05i 0.55i -fill {} -outline black
34 $c create text 3.0i 0.5i -text "Center Courier Oblique 24" \
36 $c create rect 2.95i 0.95i 3.05i 1.05i -fill {} -outline black
37 $c create text 3.0i 1.0i -text "Northwest Helvetica 24" \
39 $c create rect 2.95i 1.45i 3.05i 1.55i -fill {} -outline black
40 $c create text 3.0i 1.5i -text "North Helvetica Oblique 12 " \
42 $c create rect 2.95i 1.95i 3.05i 2.05i -fill {} -outline blue
43 $c create tex
[all...]
H A DcanvPsImg.tcl1 # This file creates a screen to exercise Postscript generation
17 .t.f.c create rectangle 25 25 525 325 -fill {} -outline black
18 .t.f.c create image 50 50 -anchor nw -image $BitmapImage
19 .t.f.c create image 250 50 -anchor nw -image $PhotoImage
40 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets for images. Click the buttons below to select a Visual type for the canvas and colormode for the Postscript output. Then click "Print" to send the results to the default printer, or "Print to file" to put the Postscript output in a file called "/tmp/test.ps". You can also click on items in the canvas to delete them.
72 set BitmapImage [image create bitmap -file $tk_library/demos/images/face.bmp \
74 set PhotoImage [image create photo -file $tk_library/demos/images/teapot.ppm]
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DWebVideoFullscreenController.mm224 // Is the fullscreen screen the main screen? (Note: this covers the case where only a
225 // single screen is available.) Is the fullscreen screen on the current space? IFF so,
227 if ([fullscreenWindow screen] == [[NSScreen screens] objectAtIndex:0] && isOnActiveSpace)
274 - (void)enterFullscreen:(NSScreen *)screen
276 if (!screen)
277 screen = [NSScreen mainScreen];
280 NSRect endFrame = [screen frame];
285 _backgroundFullscreenWindow = createBackgroundFullscreenWindow([screen fram
[all...]
/macosx-10.9.5/vim-53/src/
H A DMake_ro.mak18 o.normal o.ops o.option o.popupmnu o.quickfix o.regexp o.screen \
30 create o.!fake! 0
114 o.screen: c.screen
H A DMake_w16.mak113 $(INTDIR)\screen.obj\
182 -w-pch ; Cannot create pre-compiled header: initialized data in header
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DDOMWindow.cpp140 return MessageEvent::create(messagePorts.release(), m_message, m_origin, "", m_source);
300 window->dispatchEvent(PageTransitionEvent::create(eventNames().pagehideEvent, false), window->document());
301 window->dispatchEvent(Event::create(eventNames().unloadEvent, false, false), window->document());
312 // 3) Constrains the window rect to within the top and left boundaries of the available screen rect.
313 // 4) Constrains the window rect to within the bottom and right boundaries of the available screen rect.
314 // 5) Translate the window rect coordinates to be within the coordinate space of the screen.
319 FloatRect screen = screenAvailableRect(page->mainFrame()->view()); local
323 ASSERT(std::isfinite(screen.x()));
324 ASSERT(std::isfinite(screen.y()));
325 ASSERT(std::isfinite(screen
601 Screen* DOMWindow::screen() const function in class:WebCore::DOMWindow
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/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];
199 - (void)enterFullScreen:(NSScreen *)screen
205 if (!screen)
206 screen = [NSScreen mainScreen];
207 NSRect screenFrame = [screen frame];
231 // unnecessary in the full-screen animatio
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/freetype/
H A DFontPlatformDataFreeType.cpp106 if (GdkScreen* screen = gdk_screen_get_default()) {
107 const cairo_font_options_t* screenOptions = gdk_screen_get_font_options(screen);
152 // We cannot create a scaled font here.
232 m_harfBuzzFace = HarfBuzzFace::create(const_cast<FontPlatformData*>(this), hash());
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dgoldberg.tcl37 # lots of canvas create and move calls.
100 pack [frame $w.screen -bd 2 -relief raised] \
106 pack $w.c -in $w.screen -side top -fill both -expand 1
340 $w.c create text $xy -text "START HERE!" -fill $color -anchor w \
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 3 -fill $color -outline {}
374 $w.c create oval $xy -tag I1 -fill $color2 -outline {}
404 $w.c create poly $xy -fill $::C(fg) -outline $::C(fg)
406 $w.c create rec
[all...]
/macosx-10.9.5/screen-22/screen/
H A Dtty.sh83 #include "screen.h"
176 * Perhaps we should better create a lock in some /usr/spool/locks directory?
186 * We create a sane tty mode. We do not copy things from the display tty
1080 Msg(0, "too dangerous - screen is running on /dev/console");
1134 Msg(0, "too dangerous - screen is running on /dev/console");
1239 struct mode mtio; /* screen.h */
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeElem.h23 } create; member in struct:TreeElementArgs
78 } screen; member in struct:TreeElementArgs
/macosx-10.9.5/tcl-102/tk/tk/library/
H A Dclrpick.tcl70 set sc [winfo screen $data(-parent)]
72 if {!$winExists || $sc ne [winfo screen $w]} {
76 toplevel $w -class TkColorDialog -screen $sc
83 # some window managers will create the window as withdrawn if the parent
348 # Converts a screen coordinate to intensity
362 # Converts an intensity to screen coordinate.
375 proc ::tk::dialog::color::DrawColorScale {w c {create 0}} {
384 if {$create} {
409 set data($c,clickRegion) [$sel create rectangle 0 0 \
446 if {$create} {
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/library/
H A Dclrpick.tcl70 set sc [winfo screen $data(-parent)]
72 if {!$winExists || $sc ne [winfo screen $w]} {
76 toplevel $w -class TkColorDialog -screen $sc
83 # some window managers will create the window as withdrawn if the parent
346 # Converts a screen coordinate to intensity
358 # Converts an intensity to screen coordinate.
372 proc ::tk::dialog::color::DrawColorScale {w c {create 0}} {
381 if {$create} {
406 set data($c,clickRegion) [$sel create rectangle 0 0 \
449 if {$create} {
[all...]
/macosx-10.9.5/ncurses-42/ncurses/include/
H A DCaps.keys225 memory_above da bool da - - YBCG- display may be retained above the screen
226 memory_below db bool db - - YB-GE display may be retained below the screen
236 prtr_silent mc5i bool 5i - - ----- printer won't echo on screen
242 back_color_erase bce bool ut - - ----- screen erased with background color
266 lines lines num li - - YBCGE number of lines on screen or page
272 num_labels nlab num Nl - - ----- number of labels on screen
278 max_colors colors num Co - - ----- maximum number of colors on screen
279 max_pairs pairs num pa - - ----- maximum number of color-pairs on the screen
331 clear_screen clear str cl - - YBCGE clear screen and home cursor (P*)
333 clr_eos ed str cd - - YBCGE clear to end of screen (
[all...]
H A DCaps.uwin223 memory_above da bool da - - YBCG- display may be retained above the screen
224 memory_below db bool db - - YB-GE display may be retained below the screen
234 prtr_silent mc5i bool 5i - - ----- printer will not echo on screen
239 back_color_erase bce bool ut - - ----- screen erased with background color
257 lines lines num li - - YBCGE number of lines on screen or page
263 num_labels nlab num Nl - - ----- number of labels on screen
270 max_colors colors num Co - - ----- maximum number of colors on screen
271 max_pairs pairs num pa - - ----- maximum number of color-pairs on the screen
297 clear_screen clear str cl - - YBCGE clear screen and home cursor (P*)
299 clr_eos ed str cd - - YBCGE clear to end of screen (
[all...]

Completed in 126 milliseconds

123