Home
last modified time | relevance | path

Searched refs:_smallFont (Results 1 – 22 of 22) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/stark/services/
H A Dfontprovider.cpp59 _smallFont = FontHolder(); in initFonts()
69 readFontEntry(&gui, _smallFont, "smallfont", "smallheight"); in initFonts()
85 if (!_smallFont._font) _smallFont = FontHolder(this, "Garamond", 12); in initFonts()
148 return &_smallFont; in getFontHolder()
H A Dfontprovider.h84 FontHolder _smallFont; variable
/dports/games/shaaft/Shaaft-0.5.0/game/
H A DBlockViewGLSmooth.cpp62 _smallFont = FontManagerS::instance()->getFont( "bitmaps/arial-small"); in init()
63 if( !_smallFont) in init()
237 _smallFont->DrawString( gameOver.c_str() , -40, 10.0, 0.4, 0.4); in draw()
239 _smallFont->DrawString( getOut.c_str() , -14, 0.0, 0.1, 0.1); in draw()
272 _smallFont->DrawString( FPS::GetFPSString(), 0, 20, 1.0, 1.0); in draw()
276 _smallFont->DrawString( num, 0, 70, 0.6, 1.0); in draw()
279 _smallFont->DrawString( num, 0, 120, 0.6, 1.0); in draw()
282 _smallFont->DrawString( num, 0, 170, 0.6, 1.0); in draw()
286 _smallFont->DrawString( cr.c_str() , 0, VIDEO_ORTHO_HEIGHT-20.0, 0.4, 0.4); in draw()
290 float width = _smallFont->GetWidth( gVersion.c_str(), 0.6); in draw()
[all …]
H A DBlockViewGLSmooth.hpp46 GLBitmapFont *_smallFont; member in BlockViewGLSmooth
/dports/games/residualvm/residualvm-0.3.1/engines/stark/services/
H A Dfontprovider.cpp52 _smallFont = FontHolder(this, "Garamond", 12); in initFonts()
88 return &_smallFont; in getFontHolder()
H A Dfontprovider.h83 FontHolder _smallFont; variable
/dports/audio/polyphone/polyphone-75a5e88/sources/editor/graphics/
H A Dgraphicslegenditem.cpp38 _smallFont(fontFamily, 6)
180 painter->setFont(_smallFont);
183 double posX = 0.5 * (size.width() - QFontMetrics(_smallFont).width(text));
H A Dgraphicslegenditem.h54 const QFont _smallFont; variable
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/draci/
H A Ddraci.cpp91 _smallFont = 0; in DraciEngine()
179 _smallFont = new Font(kFontSmall); in init()
381 delete _smallFont; in ~DraciEngine()
H A Ddraci.h86 Font *_smallFont; variable
H A Dgame.cpp270 _titleAnim->addFrame(new Text("", _vm->_smallFont, kTitleColor, 0, 0, 0), NULL); in init()
289 _dialogueAnims[i]->addFrame(new Text("", _vm->_smallFont, kLineInactiveColor, 0, 0, 0), NULL); in init()
292 kScreenHeight - (i + 1) * _vm->_smallFont->getFontHeight()); in init()
781 const int smallFontHeight = _vm->_smallFont->getFontHeight(); in updateTitle()
/dports/games/scummvm/scummvm-2.5.1/engines/draci/
H A Ddraci.cpp84 _smallFont = 0; in DraciEngine()
172 _smallFont = new Font(kFontSmall); in init()
368 delete _smallFont; in ~DraciEngine()
H A Ddraci.h85 Font *_smallFont; variable
H A Dgame.cpp270 _titleAnim->addFrame(new Text("", _vm->_smallFont, kTitleColor, 0, 0, 0), NULL); in init()
289 _dialogueAnims[i]->addFrame(new Text("", _vm->_smallFont, kLineInactiveColor, 0, 0, 0), NULL); in init()
292 kScreenHeight - (i + 1) * _vm->_smallFont->getFontHeight()); in init()
781 const int smallFontHeight = _vm->_smallFont->getFontHeight(); in updateTitle()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/Controls/
H A DctrlMemoryMapping.cs23 Font _smallFont = new Font("Arial", 7); field in Mesen.GUI.Debugger.Controls.ctrlMemoryMapping
232 SizeF size = e.Graphics.MeasureString(accessTypeString, _smallFont); in OnPaint()
233 …e.Graphics.DrawString(accessTypeString, _smallFont, Brushes.Black, currentPosition + length - size… in OnPaint()
/dports/games/criticalmass/CriticalMass-1.5/game/
H A DVideo.hpp69 GLBitmapFont *_smallFont; member in Video
H A DVideo.cpp143 _smallFont = FontManagerS::instance()->getFont( "bitmaps/arial-small"); in init()
144 if( !_smallFont) in init()
374 GLBitmapFont &smallFont = *_smallFont; in update()
H A DParticles.hpp275 GLBitmapFont *_smallFont; member in StatusMessage
H A DParticles.cpp1458 _smallFont = FontManagerS::instance()->getFont( "bitmaps/arial-small"); in StatusMessage()
1459 if( !_smallFont) in StatusMessage()
1475 p->extra.x = _smallFont->GetWidth( p->text.c_str(), 0.1f); in init()
1516 _smallFont->DrawString( in draw()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/components/
H A Dcustom_widget_actions.h339 QFont _smallFont; variable
383 QFont smallFont() const { return _smallFont; } in smallFont()
H A Dcustom_widget_actions.cpp625 _smallFont = font(); in RoutingMatrixWidgetAction()
626 _smallFont.setPointSize(_smallFont.pointSize() / 2 + 1); in RoutingMatrixWidgetAction()
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/agg/
H A Dagg_image.cpp118 _smallFont = _icnVsSprite[ICN::SMALFONT]; in preserve()
131 _icnVsSprite[ICN::SMALFONT] = _smallFont; in restore()
145 std::vector<fheroes2::Sprite> _smallFont; member in __anond11901380111::OriginalAlphabetPreserver