Home
last modified time | relevance | path

Searched refs:getFontHeight (Results 1 – 25 of 652) sorted by relevance

12345678910>>...27

/dports/games/maxr/maxr-0.2.9/src/ui/graphical/game/widgets/
H A Ddebugoutputwidget.cpp143 drawPositionY += font->getFontHeight (FONT_LATIN_SMALL_WHITE); in draw()
197 drawPositionY += font->getFontHeight (FONT_LATIN_SMALL_WHITE); in draw()
208 drawPositionY += font->getFontHeight (FONT_LATIN_SMALL_WHITE); in draw()
215 drawPositionY += font->getFontHeight (FONT_LATIN_SMALL_WHITE); in draw()
233 drawPositionY += font->getFontHeight (FONT_LATIN_SMALL_WHITE); in draw()
244 drawPositionY += font->getFontHeight (FONT_LATIN_SMALL_WHITE); in draw()
246 drawPositionY += font->getFontHeight (FONT_LATIN_SMALL_WHITE); in draw()
248 drawPositionY += font->getFontHeight (FONT_LATIN_SMALL_WHITE); in draw()
250 drawPositionY += font->getFontHeight (FONT_LATIN_SMALL_WHITE); in draw()
252 drawPositionY += font->getFontHeight (FONT_LATIN_SMALL_WHITE); in draw()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/zvision/text/
H A Dtruetype_font.cpp143 int StyledTTFont::getFontHeight() { in getFontHeight() function in ZVision::StyledTTFont
145 return _font->getFontHeight(); in getFontHeight()
175 int16 pos = (int16)floor(_font->getFontHeight() * 0.87); in drawChar()
176 int thk = MAX((int)(_font->getFontHeight() * 0.05), 1); in drawChar()
180 int16 pos = (int16)floor(_font->getFontHeight() * 0.60); in drawChar()
181 int thk = MAX((int)(_font->getFontHeight() * 0.05), 1); in drawChar()
192 int16 pos = (int16)floor(_font->getFontHeight() * 0.87); in drawString()
200 int thk = MAX((int)(_font->getFontHeight() * 0.05), 1); in drawString()
205 int16 pos = (int16)floor(_font->getFontHeight() * 0.60); in drawString()
213 int thk = MAX((int)(_font->getFontHeight() * 0.05), 1); in drawString()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/zvision/text/
H A Dtruetype_font.cpp143 int StyledTTFont::getFontHeight() { in getFontHeight() function in ZVision::StyledTTFont
145 return _font->getFontHeight(); in getFontHeight()
175 int16 pos = (int16)floor(_font->getFontHeight() * 0.87); in drawChar()
176 int thk = MAX((int)(_font->getFontHeight() * 0.05), 1); in drawChar()
180 int16 pos = (int16)floor(_font->getFontHeight() * 0.60); in drawChar()
181 int thk = MAX((int)(_font->getFontHeight() * 0.05), 1); in drawChar()
192 int16 pos = (int16)floor(_font->getFontHeight() * 0.87); in drawString()
200 int thk = MAX((int)(_font->getFontHeight() * 0.05), 1); in drawString()
205 int16 pos = (int16)floor(_font->getFontHeight() * 0.60); in drawString()
213 int thk = MAX((int)(_font->getFontHeight() * 0.05), 1); in drawString()
[all …]
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/sidebar/
H A Dtexturebrowser.cpp188 int TextureBrowser::getFontHeight () in getFontHeight() function in TextureBrowser
636 glVertex2i(x - 4, y - getFontHeight() + 4); in draw()
637 glVertex2i(x - 4, y - getFontHeight() - nHeight - 4); in draw()
639 glVertex2i(x + 4 + nWidth, y - getFontHeight() + 4); in draw()
653 glVertex2i(x - 1, y + 1 - getFontHeight()); in draw()
666 glVertex2i(x - 3, y + 3 - getFontHeight()); in draw()
677 glVertex2i(x - 3, y + 3 - getFontHeight()); in draw()
691 glVertex2i(x, y - getFontHeight()); in draw()
693 glVertex2i(x + nWidth, y - getFontHeight()); in draw()
697 glVertex2i(x, y - getFontHeight() - nHeight); in draw()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/text/
H A Dtext_eob_segacd.cpp132 if (_dimTable[_curDim].h < _curPosY + _screen->getFontHeight()) { in displayText()
133 _curPosY -= _screen->getFontHeight(); in displayText()
143 _curPosY += _screen->getFontHeight(); in displayText()
146 _curPosY += _screen->getFontHeight(); in displayText()
154 _curPosY += _screen->getFontHeight(); in displayText()
155 if (_dimTable[_curDim].h < _curPosY + _screen->getFontHeight()) { in displayText()
156 _curPosY -= _screen->getFontHeight(); in displayText()
194 …copyTextBufferLine(_screen->getFontHeight(), 0, (_dimTable[_curDim].h & ~7) - _screen->getFontHeig… in linefeed()
195 …clearTextBufferLine(_screen->getFontHeight(), _screen->getFontHeight(), _dimTable[_curDim].w >> 3,… in linefeed()
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/menu/dialogs/
H A Ddialogcolorpicker.cpp51 …+ cPosition (210, 100), getPosition() + cPosition (210 + 20, 100 + font->getFontHeight())), "R:")); in cDialogColorPicker()
52 …+ cPosition (210, 120), getPosition() + cPosition (210 + 20, 120 + font->getFontHeight())), "G:")); in cDialogColorPicker()
53 …+ cPosition (210, 140), getPosition() + cPosition (210 + 20, 140 + font->getFontHeight())), "B:")); in cDialogColorPicker()
55 …ion() + cPosition (230, 100), getPosition() + cPosition (230 + 25, 100 + font->getFontHeight())))); in cDialogColorPicker()
57 …ion() + cPosition (230, 120), getPosition() + cPosition (230 + 25, 120 + font->getFontHeight())))); in cDialogColorPicker()
59 …ion() + cPosition (230, 140), getPosition() + cPosition (230 + 25, 140 + font->getFontHeight())))); in cDialogColorPicker()
H A Ddialoglicense.cpp35 …+ cPosition (35, 30), getPosition() + cPosition (35 + 232, 30 + font->getFontHeight())), "\"M.A.X.… in cDialogLicense()
37 …sition() + cPosition (35, 30 + font->getFontHeight()), getPosition() + cPosition (35 + 232, 30 + f… in cDialogLicense()
39 …tion() + cPosition (35, 35 + font->getFontHeight() * 3), getPosition() + cPosition (35 + 232, 30 +… in cDialogLicense()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/states_screens/
H A Dcredits.cpp225 setArea(w->m_x + GUIEngine::getFontHeight(), in init()
226 w->m_y + GUIEngine::getFontHeight() / 2, in init()
227 w->m_w - GUIEngine::getFontHeight() * 2, in init()
228 w->m_h - GUIEngine::getFontHeight()); in init()
310 text_offset = (int)((1.0f - fade_in) * GUIEngine::getFontHeight()); in onDraw()
324 text_offset = -(int)(fade_out * GUIEngine::getFontHeight()); in onDraw()
347 core::recti( m_x + GUIEngine::getFontHeight()/2, in onDraw()
349 m_x + m_w + GUIEngine::getFontHeight()/2, in onDraw()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/scumm/
H A Dcharset.h85 virtual int getFontHeight() = 0;
86 virtual int getCharHeight(byte chr) { return getFontHeight(); } in getCharHeight()
109 virtual int getFontHeight();
158 int getFontHeight();
185 int getFontHeight() { return 8; } in getFontHeight() function
212 int getFontHeight();
269 int getFontHeight();
/dports/games/scummvm/scummvm-2.5.1/engines/scumm/
H A Dcharset.h107 virtual int getFontHeight() = 0;
108 virtual int getCharHeight(byte chr) { return getFontHeight(); } in getCharHeight()
131 int getFontHeight() override;
181 int getFontHeight() override;
208 int getFontHeight() override { return 8; } in getFontHeight() function
235 int getFontHeight() override;
303 int getFontHeight() override;
325 int getFontHeight() override;
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/zvision/scripting/effects/
H A Dttytext_effect.cpp143 while (_dy - scrl > _r.height() - _fnt.getFontHeight()) in scroll()
144 scrl += _fnt.getFontHeight(); in scroll()
154 _dy += _fnt.getFontHeight(); in newline()
164 if (_dy + _fnt.getFontHeight() >= _r.height()) in outchar()
/dports/games/scummvm/scummvm-2.5.1/engines/zvision/scripting/effects/
H A Dttytext_effect.cpp143 while (_dy - scrl > _r.height() - _fnt.getFontHeight()) in scroll()
144 scrl += _fnt.getFontHeight(); in scroll()
154 _dy += _fnt.getFontHeight(); in newline()
164 if (_dy + _fnt.getFontHeight() >= _r.height()) in outchar()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mutationofjb/tasks/
H A Dsaytask.cpp76 int16 y = talkY - (lines.size() - 1) * font.getFontHeight() - 15; in drawSubtitle()
86 _boundingBox.setHeight(lines.size() * font.getFontHeight()); in drawSubtitle()
90 …getScreen(), lines[i], _boundingBox.left, _boundingBox.top + i * font.getFontHeight(), _boundingBo… in drawSubtitle()
/dports/games/scummvm/scummvm-2.5.1/engines/mutationofjb/tasks/
H A Dsaytask.cpp76 int16 y = talkY - (lines.size() - 1) * font.getFontHeight() - 15; in drawSubtitle()
86 _boundingBox.setHeight(lines.size() * font.getFontHeight()); in drawSubtitle()
90 …getScreen(), lines[i], _boundingBox.left, _boundingBox.top + i * font.getFontHeight(), _boundingBo… in drawSubtitle()
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/menu/widgets/special/
H A Dreportdisadvantageslistviewitem.cpp37 …d::max (unitImageHeight, (int) (disadvantages.size() / maxItemsInRow + 1) * font->getFontHeight()); in cReportDisadvantagesListViewItem()
70 …nt->getFontHeight()*row), cPosition (nameLabel->getEndPosition().x() + casualityLabelWidth * (col … in cReportDisadvantagesListViewItem()
H A Dtextlistviewitem.cpp26 cAbstractListViewItem (cPosition (50, font->getFontHeight (FONT_LATIN_NORMAL))) in cTextListViewItem()
28 …Box<cPosition> (cPosition (0, 0), cPosition (getSize().x() - 1, font->getFontHeight (FONT_LATIN_NO… in cTextListViewItem()
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/menu/windows/windowreports/
H A Dwindowreports.cpp87 …osition (497, 207), getPosition() + cPosition (497 + 100, 207 + font->getFontHeight())), lngPack.i… in cWindowReports()
104 …osition (497, 299), getPosition() + cPosition (497 + 100, 299 + font->getFontHeight())), lngPack.i… in cWindowReports()
136 …ize() / cReportDisadvantagesListViewItem::maxItemsInRow) + 1) * font->getFontHeight(), frameArea.g… in cWindowReports()
145getFontHeight()*row), disadvantagesFrame->getPosition() + cPosition (playerNameStartXPos + cReport… in cWindowReports()
165 …ion (5, 5), scoreFrame->getPosition() + cPosition (5 + 450, 5 + font->getFontHeight())), gameEndSt… in cWindowReports()
176 …_unique<cImage> (scoreFrame->getPosition() + cPosition (5, 20 + font->getFontHeight() * i), colorS… in cWindowReports()
178 … + cPosition (16, 20 + font->getFontHeight() * i), scoreFrame->getPosition() + cPosition (16 + 435… in cWindowReports()
180 …cBox<cPosition> (scoreFrame->getPosition() + cPosition (0, 20 + font->getFontHeight() * players.si… in cWindowReports()
/dports/graphics/libcaca/libcaca-0.99.beta19/java/org/zoy/caca/
H A DFont.java39 private static native int getFontHeight(long fontPtr); in getFontHeight() method in Font
42 return getFontHeight(ptr); in getHeight()
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/menu/widgets/
H A Dcombobox.cpp44getFontHeight (FONT_LATIN_NORMAL)) / 2) + 1, cPosition (getEndPosition().x() - downButton->getSize… in cComboBox()
117 const auto itemHeight = font->getFontHeight (FONT_LATIN_NORMAL) + 1; in updateListViewSize()
/dports/games/libretro-scummvm/scummvm-7b1e929/gui/
H A Dgui-manager.h54 #define kLineHeight (g_gui.getFontHeight() + 2)
91 …int getFontHeight(ThemeEngine::FontStyle style = ThemeEngine::kFontStyleBold) const { return _them…
/dports/games/residualvm/residualvm-0.3.1/gui/
H A Dgui-manager.h54 #define kLineHeight (g_gui.getFontHeight() + 2)
91 …int getFontHeight(ThemeEngine::FontStyle style = ThemeEngine::kFontStyleBold) const { return _them…
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/guiengine/
H A Dlayout_manager.cpp70 *absolute = i * GUIEngine::getFontHeight(); in convertToCoord()
251 int padding = GUIEngine::getFontHeight() / 2; in readCoords()
274 if (width == "font") self->m_absolute_w = GUIEngine::getFontHeight(); in readCoords()
287 if (height == "font") self->m_absolute_h = GUIEngine::getFontHeight(); in readCoords()
344 int padding = GUIEngine::getFontHeight() / 2; in applyCoords()
470 int padding = GUIEngine::getFontHeight() / 2; in doCalculateLayout()
537 … widgets[n].m_y = y + atoi_p(prop_y.c_str()) * GUIEngine::getFontHeight(); in doCalculateLayout()
616 … widgets[n].m_x = x + atoi_p(prop_x.c_str()) * GUIEngine::getFontHeight(); in doCalculateLayout()
674 … widgets[n].m_y = y + atoi_p(prop_y.c_str()) * GUIEngine::getFontHeight(); in doCalculateLayout()
724 … widgets[n].m_x = x + atoi_p(prop_x.c_str()) * GUIEngine::getFontHeight(); in doCalculateLayout()
/dports/emulators/stella/stella-6.6/src/gui/
H A DRomInfoWidget.cxx281 if(ypos + _font.getFontHeight() > _h + _y) in drawWidget()
287 if(ypos + _font.getLineHeight() + _font.getFontHeight() > _h + _y ) in drawWidget()
295 lines = s.drawString(_font, info, xpos, ypos, _w - 16, _font.getFontHeight() * 3, in drawWidget()
300 lines = s.drawString(_font, info, xpos, ypos, _w - 16, _font.getFontHeight() * 3, in drawWidget()
302 ypos += _font.getLineHeight() + (lines - 1) * _font.getFontHeight(); in drawWidget()
H A DRadioButtonWidget.cxx247 _h = font.getFontHeight() < int(_buttonSize) ? _buttonSize : font.getFontHeight();
254 _textY = (_buttonSize - _font.getFontHeight()) / 2;
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/components/
H A DSelectionInfoDisplay.java72 getFontHeight()+1); in SelectionInfoDisplay()
78 getFontHeight()+1); in SelectionInfoDisplay()
84 setSize(80, getFontHeight()); in SelectionInfoDisplay()
92 return new Dimension(10, getFontHeight()); in getPreferredSize()
100 return new Dimension(10, getFontHeight()); in getMinimumSize()

12345678910>>...27