Home
last modified time | relevance | path

Searched refs:centerText (Results 1 – 25 of 83) sorted by relevance

1234

/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima1/u1dialogs/
H A Dking.cpp63 centerText(_game->_res->KING_TEXT[8], 2); in draw()
87 centerText(name, 4); in draw()
90 centerText(_game->_res->KING_TEXT[9], 2); in draw()
94 centerText(_game->_res->LOCATION_NAMES[47], 4); in draw()
97 centerText(_game->_res->LOCATION_NAMES[45], 4); in draw()
100 centerText(_game->_res->LOCATION_NAMES[43], 4); in draw()
103 centerText(_game->_res->LOCATION_NAMES[41], 4); in draw()
108 centerText(_game->_res->KING_TEXT[10], 6); in draw()
109 centerText(_game->_res->KING_TEXT[11], 7); in draw()
H A Dtavern.cpp165 centerText(String(_game->_res->TAVERN_TEXT[0]).split("\r\n"), titleLines + 2); in drawBuy()
168 centerText(String(_game->_res->TAVERN_TEXT[2]).split("\r\n"), titleLines + 2); in drawBuy()
176 centerText(_game->_res->TAVERN_TIPS[0], 3); in drawBuy()
179 centerText(Common::String::format(_game->_res->TAVERN_TIPS[3], in drawBuy()
183 centerText(String(_game->_res->TAVERN_TIPS[_buyDisplay == TIP_PAGE1 ? 9 : 10]).split("\r\n"), 4); in drawBuy()
186 centerText(String(_game->_res->TAVERN_TIPS[_tipNumber + 1]).split("\r\n"), 4); in drawBuy()
199 centerText(String(_game->_res->TAVERN_TEXT[1]).split("\r\n"), titleLines + 2); in drawSell()
H A Dgrocery.cpp73 centerText(Common::String::format(game->_res->GROCERY_PACKS1, _costPerPack), 4); in draw()
74 centerText(game->_res->GROCERY_PACKS2, 5); in draw()
75 centerText(game->_res->GROCERY_PACKS3, 6); in draw()
79 centerText(game->_res->GROCERY_SELL, String(_title).split('\n').size() + 2); in draw()
H A Dbuy_sell_dialog.cpp92 centerText(String(_title).split('\n'), 1); in draw()
97 centerText(getGame()->_res->SOLD, 5); in draw()
101 centerText(getGame()->_res->CANT_AFFORD, 5); in draw()
105 centerText(getGame()->_res->DONE, 5); in draw()
H A Ddialog.h79 void centerText(const Common::String &line, int yp);
84 void centerText(const Shared::StringArray &lines, int yp);
H A Ddialog.cpp67 void Dialog::centerText(const Common::String &line, int yp) { in centerText() function in Ultima::Ultima1::U1Dialogs::Dialog
72 void Dialog::centerText(const Shared::StringArray &lines, int yp) { in centerText() function in Ultima::Ultima1::U1Dialogs::Dialog
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/drascula/
H A Dtalk.cpp115 centerText(said, 87, 66); in talk_igor()
125 centerText(said, 221, 102); in talk_igor()
226 centerText(said, 191, 69); in talk_drascula_big()
254 centerText(said, 156, 90); in talk_solo()
256 centerText(said, 213, 72); in talk_solo()
258 centerText(said, 173, 92); in talk_solo()
318 centerText(said, 132, 45); in talk_bartender()
365 centerText(said, 93, 80); in talk_bj()
653 centerText(said, 260, 71); in talk_blind()
818 centerText(said, 90, 50); in talk_htel()
[all …]
H A Dinterface.cpp95 centerText(_textsys[1], 160, 87); in confirmExit()
110 centerText(_textsys[1], 160, 87); in confirmExit()
/dports/games/scummvm/scummvm-2.5.1/engines/drascula/
H A Dtalk.cpp115 centerText(said, 87, 66); in talk_igor()
125 centerText(said, 221, 102); in talk_igor()
226 centerText(said, 191, 69); in talk_drascula_big()
254 centerText(said, 156, 90); in talk_solo()
256 centerText(said, 213, 72); in talk_solo()
258 centerText(said, 173, 92); in talk_solo()
318 centerText(said, 132, 45); in talk_bartender()
365 centerText(said, 93, 80); in talk_bj()
653 centerText(said, 260, 71); in talk_blind()
818 centerText(said, 90, 50); in talk_htel()
[all …]
H A Dinterface.cpp95 centerText(_textsys[1], 160, 87); in confirmExit()
110 centerText(_textsys[1], 160, 87); in confirmExit()
/dports/devel/R-cran-gdata/gdata/man/
H A DcenterText.Rd1 \name{centerText}
2 \alias{centerText}
11 centerText(x, width = getOption("width"))
33 cat(centerText("One Line Test"), "\n\n")
41 cat("\n", centerText(mText), "\n", sep="\n")
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/lib/gwt/2.8.1/samples/Showcase/src/com/google/gwt/sample/showcase/client/content/panels/
H A DCwSplitLayoutPanel.java108 String centerText = constants.cwSplitLayoutPanelCenter(); in onInitialize() local
110 centerText += " " + centerText; in onInitialize()
112 Label centerLabel = new Label(centerText); in onInitialize()
/dports/cad/sumo/sumo-1.2.0/tools/contributed/lisum-core/src/main/java/de/dlr/ts/commons/tools/
H A DStringTools.java40 public static String centerText(final String text, int width) in centerText() method in StringTools
61 public static String centerText(String text, int width, String borders) in centerText() method in StringTools
63 return borders + StringTools.centerText(text, width - (borders.length()*2)) + borders; in centerText()
107 return centerText(text, width); in align()
/dports/cad/sumo/sumo-1.2.0/tools/contributed/lisum-core/src/main/java/de/dlr/ts/lisum/
H A DSplashScreen.java203 return StringTools.centerText(cs.toString(), splashWidth + cs.getOverheadLength(), "**"); in getFormattedTitle()
332 sb.append(StringTools.centerText("", splashWidth, "**")).append(System.lineSeparator()); in getSplashScreen()
335 …sb.append(StringTools.centerText(program_name.toString(), splashWidth + program_name.getOverheadLe… in getSplashScreen()
337 sb.append(StringTools.centerText("", splashWidth, "**")).append(System.lineSeparator()); in getSplashScreen()
348 sb.append(StringTools.centerText("", splashWidth, "**")).append(System.lineSeparator()); in getSplashScreen()
359 sb.append(StringTools.centerText("", splashWidth, "**")).append(System.lineSeparator()); in getSplashScreen()
/dports/graphics/kf5-kquickcharts/kquickcharts-5.89.0/controls/
H A DPieChartControl.qml24 property alias text: centerText.text
40 id: centerText
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/maps/
H A Dnode_seahorserace.lua88 centerText(getStringBank(853))
90 centerText(string.format("%s %d", getStringBank(852), v.lap))
230 centerText(getStringBank(851))
H A Dnode_enter_abyss.lua29 centerText(getStringBank(1015))
H A Dnode_enter_sunkencity.lua29 centerText(getStringBank(1016))
H A Dnode_enter_homecave.lua31 centerText(getStringBank(1005))
H A Dnode_enter_homewaters.lua31 centerText(getStringBank(1008))
H A Dnode_enter_mermogcave.lua31 centerText(getStringBank(1024))
H A Dnode_enter_mithalas.lua31 centerText(getStringBank(1011))
H A Dnode_enter_mithalascathedral.lua31 centerText(getStringBank(1012))
H A Dnode_enter_seahorse.lua32 centerText(getStringBank(1028))
/dports/devel/okteta/okteta-0.26.6/libs/framesprint/
H A Dheaderfooterframerenderer.cpp34 void HeaderFooterFrameRenderer::setTexts(const QString& leftText, const QString& centerText, const … in setTexts() argument
37 mOriginalTextList << leftText << centerText << rightText; in setTexts()

1234