Home
last modified time | relevance | path

Searched refs:landscape (Results 1 – 25 of 4901) sorted by relevance

12345678910>>...197

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/printing/
H A Dnup_parameters_unittest.cc13 EXPECT_FALSE(nup_params.landscape()); in TEST()
20 EXPECT_FALSE(nup_params.landscape()); in TEST()
27 EXPECT_FALSE(nup_params.landscape()); in TEST()
34 EXPECT_TRUE(nup_params.landscape()); in TEST()
41 EXPECT_FALSE(nup_params.landscape()); in TEST()
48 EXPECT_FALSE(nup_params.landscape()); in TEST()
55 EXPECT_TRUE(nup_params.landscape()); in TEST()
62 EXPECT_TRUE(nup_params.landscape()); in TEST()
69 EXPECT_FALSE(nup_params.landscape()); in TEST()
83 EXPECT_TRUE(nup_params.landscape()); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/printing/
H A Dnup_parameters_unittest.cc13 EXPECT_FALSE(nup_params.landscape()); in TEST()
20 EXPECT_FALSE(nup_params.landscape()); in TEST()
27 EXPECT_FALSE(nup_params.landscape()); in TEST()
34 EXPECT_TRUE(nup_params.landscape()); in TEST()
41 EXPECT_FALSE(nup_params.landscape()); in TEST()
48 EXPECT_FALSE(nup_params.landscape()); in TEST()
55 EXPECT_TRUE(nup_params.landscape()); in TEST()
62 EXPECT_TRUE(nup_params.landscape()); in TEST()
69 EXPECT_FALSE(nup_params.landscape()); in TEST()
83 EXPECT_TRUE(nup_params.landscape()); in TEST()
[all …]
/dports/astro/stellarium/stellarium-0.21.3/src/core/modules/
H A DLandscapeMgr.cpp234 , landscape(Q_NULLPTR) in LandscapeMgr()
269 delete landscape; in ~LandscapeMgr()
270 landscape = Q_NULLPTR; in ~LandscapeMgr()
312 landscape->update(deltaTime); in update()
484 landscape->draw(core, true); in drawPolylineOnly()
612 if (landscape) in setCurrentLandscapeID()
633 landscape=newLandscape; in setCurrentLandscapeID()
645 landscape->setFlagShowFog(static_cast<bool>(landscape->getDefaultFogSetting())); in setCurrentLandscapeID()
962 return landscape->getName(); in getCurrentLandscapeName()
1149 if (landscape) in setZRotation()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/widgets/orientation/
H A Dmainwindow.cpp55 landscape.setupUi(landscapeWidget); in MainWindow()
63 connect(landscape.exitButton, SIGNAL(clicked()), this, SLOT(close())); in MainWindow()
64 connect(landscape.buttonGroup, SIGNAL(buttonClicked(QAbstractButton*)), in MainWindow()
67 landscape.radioAButton->setChecked(true); in MainWindow()
68 onRadioButtonClicked(landscape.radioAButton); in MainWindow()
104 if (button == landscape.radioAButton) in onRadioButtonClicked()
106 else if (button == landscape.radioBButton) in onRadioButtonClicked()
108 else if (button == landscape.radioCButton) in onRadioButtonClicked()
112 landscape.choiceWidget->setStyleSheet(imageStyle); in onRadioButtonClicked()
/dports/print/dymo-cups-drivers/dymo-cups-drivers-1.4.0.5/docs/
H A DSAMPLES11 lpr -o landscape -o PageSize=w167h288 test.ps
40 lpr -o landscape -o PageSize=w68h252 test.ps
43 lpr -o landscape -o PageSize=w68h252 test.txt
46 lpr -o landscape -o PageSize=w68h252 -o LabelAlignment=Left test.txt
47 lpr -o landscape -o PageSize=w68h252 -o LabelAlignment=Right test.txt
48 lpr -o landscape -o PageSize=w68h252 -o LabelAlignment=Center test.txt
51 lpr -o landscape -o Pagesize=w68h4000 longtest.txt
52 lpr -o landscape -o Pagesize=w68h252 longtest.txt
58 lpr -o landscape -o PageSize=w68h252 -o TapeColor=0 test.txt
59 lpr -o landscape -o PageSize=w68h252 -o TapeColor=1 test.txt
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing.Printing/
H A DPageSettings.cs44 internal bool landscape; field in System.Drawing.Printing.PageSettings
67 this.landscape = printerSettings.DefaultPageSettings.landscape; in PageSettings()
74 …internal PageSettings(PrinterSettings printerSettings, bool color, bool landscape, PaperSize paper… in PageSettings() argument
78 this.landscape = landscape; in PageSettings()
93 if (this.landscape) {
118 return landscape;
121 landscape = value;
207 PageSettings ps = new PageSettings (this.printerSettings, this.color, this.landscape, in Clone()
234 …return String.Format(ret, this.color, this.landscape, this.margins, this.paperSize, this.paperSour… in ToString()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/Printing/
H A DPageSettings.Unix.cs46 internal bool landscape; field in System.Drawing.Printing.PageSettings
69 this.landscape = printerSettings.DefaultPageSettings.landscape; in PageSettings()
76 …internal PageSettings(PrinterSettings printerSettings, bool color, bool landscape, PaperSize paper… in PageSettings() argument
80 this.landscape = landscape; in PageSettings()
97 if (this.landscape)
128 return landscape;
132 landscape = value;
239 PageSettings ps = new PageSettings(this.printerSettings, this.color, this.landscape, in Clone()
269 …return String.Format(ret, this.color, this.landscape, this.margins, this.paperSize, this.paperSour… in ToString()
/dports/lang/seed7/seed7/prg/
H A Dindigo.dna103 landscape[dir].occupant := view(dir);
105 landscape[dir].foodMass := food(dir);
106 foodSum +:= landscape[dir].foodMass;
107 if landscape[dir].occupant = EDGE then
234 newSurr := landscape;
238 landscape[dir].occupant > CLEAR and (landscape[dir].occSize > 0 or doSplit) then
260 splitSurr := landscape;
269 setSurr(newSurr[HERE], SELF, landscape[dir].occSize, landscape[dir].foodMass);
271 feed(newSurr[dir], landscape[dir].occSize, landscape[dir].occupant);
295 initSurr(landscape);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/stylelint/lib/rules/at-rule-name-newline-after/
H A DREADME.md31 (orientation: landscape) {}
46 (orientation:landscape);
52 (min-width: 700px) and (orientation: landscape) {}
59 (orientation: landscape) {}
71 (orientation:landscape);
77 (orientation: landscape) {}
95 @import "x.css" screen and (orientation:landscape);
100 @media (min-width: 700px) and (orientation: landscape) {}
107 (orientation: landscape) {}
/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/document/
H A DRtfPageSetting.java152 private boolean landscape = false; field in RtfPageSetting
195 if(landscape) { in writeSectionDefinition()
359 landscape = rotate; in guessFormat()
365 landscape = rotate; in guessFormat()
371 landscape = rotate; in guessFormat()
377 landscape = rotate; in guessFormat()
383 landscape = rotate; in guessFormat()
389 landscape = rotate; in guessFormat()
395 landscape = rotate; in guessFormat()
401 landscape = rotate; in guessFormat()
[all …]
/dports/astro/stellarium/stellarium-0.21.3/guide/
H A Dch_landscapes.tex53 the landscape (which vary, depending on the type of the landscape).
59 the landscape.
75 The \texttt{landscape.ini} file for a polygonal type landscape looks
109 for this landscape.
155 The \texttt{landscape.ini} file for a fish-eye type landscape looks like
194 this landscape.
247 contents of a landscape.ini file for a spherical type landscape:
317 this landscape.
488 landscape. Note that for this landscape, accurate overlay of fog and
614 landscape.
[all …]
/dports/games/passage/Passage_v4_UnixSource/gamma256/prototypes/screenCompress/
H A DMakefile23 screenCompress: screenCompress.o landscape.o ${MINOR_GEMS_OBJECTS}
24 ${LINK} -o screenCompress screenCompress.o landscape.o ${MINOR_GEMS_OBJECTS} ${LIBRARIES}
31 screenCompress.o: screenCompress.cpp landscape.h
33 landscape.o: landscape.cpp landscape.h
/dports/games/openclonk/openclonk-release-8.1-src/src/mape/cpp-handles/
H A Dmapgen-handle.cpp110 C4SLandscape landscape; in c4_mapgen_handle_new_script() local
111 landscape.Default(); in c4_mapgen_handle_new_script()
113 landscape.MapWdt.Set(map_width, 0, map_width, map_width); in c4_mapgen_handle_new_script()
114 landscape.MapHgt.Set(map_height, 0, map_height, map_height); in c4_mapgen_handle_new_script()
115 landscape.MapPlayerExtend = 0; in c4_mapgen_handle_new_script()
139 &landscape, in c4_mapgen_handle_new_script()
178 C4SLandscape landscape; in c4_mapgen_handle_new() local
179 landscape.Default(); in c4_mapgen_handle_new()
181 landscape.MapWdt.Set(map_width, 0, map_width, map_width); in c4_mapgen_handle_new()
183 landscape.MapPlayerExtend = 0; in c4_mapgen_handle_new()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/interfaces/
H A Dscreen-orientation.idl16 "landscape-primary",
17 "landscape-secondary"
22 "landscape",
26 "landscape-primary",
27 "landscape-secondary"
/dports/graphics/pgplot/pgplot/
H A Ddrivers.list8 ! BCDRIV 0 /BCANON Canon Laser printer (bitmap version), landscape
9 ! CADRIV 0 /CANON Canon Laser printer, LBP-8/A2, landscape
13 ! EXDRIV 1 /EXCL Talaris/EXCL printers, landscape
15 ! GCDRIV 0 /GENICOM Genicom 4410 dot-matrix printer, landscape
17 GIDRIV 1 /GIF GIF-format file, landscape
19 GLDRIV 1 /HPGL Hewlett-Packard HP-GL plotters, landscape Std F77
27 ! IMDRIV 0 /IMPRESS Imagen printers (Impress language), landscape
31 ! LSDRIV 1 /LIPS2 Canon LaserShot printer (landscape)
39 PPDRIV 1 /PPM Portable Pixel Map file, landscape
43 PSDRIV 3 /CPS PostScript printers, color, landscape Std F77
[all …]
/dports/graphics/pgplot/pgplot/sys_mac/
H A Ddrivers.list9 ! BCDRIV 0 /BCANON Canon Laser printer (bitmap version), landscape
10 ! CADRIV 0 /CANON Canon Laser printer, LBP-8/A2, landscape
14 ! EXDRIV 1 /EXCL Talaris/EXCL printers, landscape
16 ! GCDRIV 0 /GENICOM Genicom 4410 dot-matrix printer, landscape
18 ! GIDRIV 1 /GIF GIF-format file, landscape
30 ! IMDRIV 0 /IMPRESS Imagen printers (Impress language), landscape
35 ! LSDRIV 1 /LIPS2 Canon LaserShot printer (landscape)
37 ! LNDRIV 0 /LN03 Dec LN03-PLUS Laser printer (landscape)
45 ! PPDRIV 1 /PPM Portable Pixel Map file, landscape
70 ! VEDRIV 1 /VERSATEC Versatec V80 dot-matrix printer, landscape
[all …]
/dports/editors/ted/Ted-2.23/appFrame/
H A DappPaperChooser.c145 int landscape; in appPaperChooserWidgetSettings() local
152 landscape= 1; in appPaperChooserWidgetSettings()
158 landscape= 0; in appPaperChooserWidgetSettings()
164 *pLandscape= landscape; in appPaperChooserWidgetSettings()
173 int landscape ) in appPaperChooserSetWidgets() argument
184 if ( pc->pcLandscapeChosen != landscape ) in appPaperChooserSetWidgets()
186 pc->pcLandscapeChosen= landscape; in appPaperChooserSetWidgets()
200 int landscape; in appPaperChooserAdaptToGeometry() local
311 int landscape; in APP_TXTYPING_CALLBACK_H() local
313 appPaperChooserWidgetSettings( &landscape, &sizeNr, in APP_TXTYPING_CALLBACK_H()
[all …]
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DBitBlotLogo.cpp125 Quad *landscape = new Quad("bitblot/logo-bg", Vector(400,200)); in applyState() local
126 landscape->setWidthHeight(800, 800); in applyState()
127 landscape->followCamera = 1; in applyState()
128 landscape->alpha = 1; in applyState()
129 landscape->shareAlphaWithChildren = 1; in applyState()
142 landscape->addChild(bird, PM_POINTER, RBP_OFF); in applyState()
159 landscape->addChild(dragon, PM_POINTER, RBP_OFF); in applyState()
172 landscape->addChild(windmill, PM_POINTER, RBP_OFF); in applyState()
181 addRenderObject(landscape, LR_BACKDROP); in applyState()
278 landscape->position.interpolateTo(Vector(400,400), 5); in applyState()
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/interfaces/
H A Dscreen-orientation.idl22 "landscape",
26 "landscape-primary",
27 "landscape-secondary"
33 "landscape-primary",
34 "landscape-secondary"
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/interfaces/
H A Dscreen-orientation.idl22 "landscape",
26 "landscape-primary",
27 "landscape-secondary"
33 "landscape-primary",
34 "landscape-secondary"
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/interfaces/
H A Dscreen-orientation.idl22 "landscape",
26 "landscape-primary",
27 "landscape-secondary"
33 "landscape-primary",
34 "landscape-secondary"
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/interfaces/
H A Dscreen-orientation.idl22 "landscape",
26 "landscape-primary",
27 "landscape-secondary"
33 "landscape-primary",
34 "landscape-secondary"
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/screen_orientation/
H A Dscreen_orientation.idl10 "landscape",
14 "landscape-primary",
15 "landscape-secondary"
21 "landscape-primary",
22 "landscape-secondary"
/dports/textproc/hs-pandoc/pandoc-2.14.2/test/command/
H A D4667.md5 - \newcommand{\blandscape}{\begin{landscape}}
6 - \newcommand{\elandscape}{\end{landscape}}
15 \begin{landscape}
19 \end{landscape}
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/test/command/
H A D4667.md5 - \newcommand{\blandscape}{\begin{landscape}}
6 - \newcommand{\elandscape}{\end{landscape}}
15 \begin{landscape}
19 \end{landscape}

12345678910>>...197