Lines Matching refs:_fontManager

206 	_fontManager.setCurrentFont(1);  in obj_126hk()
207 _fontManager.setTransparentBackground(true); in obj_126hk()
208 _fontManager.setForeColor(0); in obj_126hk()
209 _fontManager.setSurface(&surface); in obj_126hk()
210 _fontManager.displayStr(9, 424, translation); in obj_126hk()
230 _fontManager.setCurrentFont(8); in obj_129hk()
231 _fontManager.setTransparentBackground(true); in obj_129hk()
232 _fontManager.setForeColor(242); in obj_129hk()
233 _fontManager.setSurface(&surface); in obj_129hk()
234 _fontManager.displayStr(10, 460, translation); in obj_129hk()
3077 _fontManager.setCurrentFont(1); in handleBombTranslation()
3078 _fontManager.setTransparentBackground(true); in handleBombTranslation()
3079 _fontManager.setForeColor(242); in handleBombTranslation()
3080 _fontManager.setSurface(&surface); in handleBombTranslation()
3081 uint w = _fontManager.getStrWidth(translation); in handleBombTranslation()
3082 _fontManager.displayStr((640 - w) / 2, 440, translation); in handleBombTranslation()
3214 _fontManager.setCurrentFont(1); in drawBombLetters()
3215 _fontManager.setTransparentBackground(true); in drawBombLetters()
3216 _fontManager.setForeColor(0); in drawBombLetters()
3217 _fontManager.setSurface(&surface); in drawBombLetters()
3227 _fontManager.displayStr(rct.left + (34 - _fontManager.getStrWidth(str)) / 2, in drawBombLetters()
4817 _fontManager.setCurrentFont(3); in doCountDown()
4818 _fontManager.setTransparentBackground(true); in doCountDown()
4819 _fontManager.setForeColor(241); in doCountDown()
4820 _fontManager.setLineHeight(14); in doCountDown()
4821 _fontManager.setSpaceWidth(0); in doCountDown()
4822 _fontManager.setCharSpacing(1); in doCountDown()
4823 _fontManager.setSurface(&_countdownSurface); in doCountDown()
4825 _fontManager.displayStr(0, 2, _countdownValue); in doCountDown()