Home
last modified time | relevance | path

Searched refs:activefont (Results 1 – 14 of 14) sorted by relevance

/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/sdl/
H A Duimenu.c224 font_pos = &(activefont.font[activefont.translate[(int)c]]); in sdl_ui_putchar()
234 for (y = 0; y < activefont.h; ++y) { in sdl_ui_putchar()
236 for (x = 0; x < activefont.w; ++x) { in sdl_ui_putchar()
1202 return &activefont; in sdl_ui_get_menu_font()
1391 for (y = 0; y < activefont.h; ++y) { in sdl_ui_invert_char()
1392 for (x = 0; x < activefont.w; ++x) { in sdl_ui_invert_char()
1662 …pos + (i * activefont.h + j) * menu_draw.pitch, draw_pos + (((i + 1) * activefont.h) + j) * menu_d… in sdl_ui_scroll_screen_up()
1666 for (j = 0; j < activefont.h; ++j) { in sdl_ui_scroll_screen_up()
1740 activefont.font = font->font; in sdl_ui_set_active_font()
1741 activefont.w = font->w; in sdl_ui_set_active_font()
[all …]
/dports/emulators/vice/vice-3.5/src/arch/sdl/
H A Duimenu.c232 font_pos = &(activefont.font[activefont.translate[(int)c]]); in sdl_ui_putchar()
242 for (y = 0; y < activefont.h; ++y) { in sdl_ui_putchar()
244 for (x = 0; x < activefont.w; ++x) { in sdl_ui_putchar()
1274 return &activefont; in sdl_ui_get_menu_font()
1480 for (y = 0; y < activefont.h; ++y) { in sdl_ui_invert_char()
1481 for (x = 0; x < activefont.w; ++x) { in sdl_ui_invert_char()
1752 …pos + (i * activefont.h + j) * menu_draw.pitch, draw_pos + (((i + 1) * activefont.h) + j) * menu_d… in sdl_ui_scroll_screen_up()
1756 for (j = 0; j < activefont.h; ++j) { in sdl_ui_scroll_screen_up()
1830 activefont.font = font->font; in sdl_ui_set_active_font()
1831 activefont.w = font->w; in sdl_ui_set_active_font()
[all …]
/dports/graphics/py-pyx/PyX-0.15/pyx/dvi/
H A Ddvifile.py93 self.activefont = None
131 self.actpage.insert(self.activefont.text_pt(x_pt, y_pt, charcodes, fontmap=fontmap))
160 dx = advancepos and self.activefont.getwidth_dvi(char) or 0
170 if isinstance(self.activefont, texfont.virtualfont):
174 … self._push_dvistring(self.activefont.getchar(char), self.activefont.getfonts(), afterpos,
175 self.activefont.getsize_pt(), fontmap)
187 self.activefont = self.fonts[fontnum]
334 … self.statestack.append((self.file, self.fonts, self.activefont, afterpos, self.stack, self.scale))
355 … self.file, self.fonts, self.activefont, self.pos, self.stack, self.scale = self.statestack.pop()
/dports/devel/simgear/simgear-2020.3.11/simgear/canvas/elements/
H A DCanvasText.cxx368 osgText::Font* activefont = const_cast<osgText::Font*>(getActiveFont()); in nearestLine() local
370 auto activefont = getActiveFont(); in nearestLine() local
373 if( !activefont ) in nearestLine()
520 osgText::Glyph* glyph = activefont->getGlyph(_fontSize, charcode); in nearestLine()
539 osg::Vec2 delta(activefont->getKerning(previous_charcode, in nearestLine()
543 osg::Vec2 delta(activefont->getKerning(_fontSize, in nearestLine()
555 osg::Vec2 delta(activefont->getKerning(charcode, in nearestLine()
559 osg::Vec2 delta(activefont->getKerning(_fontSize, charcode, in nearestLine()
/dports/deskutils/todour/Todour-2.20/
H A Dsettingsdialog.cpp45 activefont.fromString(settings.value(SETTINGS_ACTIVE_FONT).toString()); in SettingsDialog()
78 settings.setValue(SETTINGS_ACTIVE_FONT,activefont.toString()); in on_buttonBox_accepted()
108 activefont=QFontDialog::getFont(0,ui->le_activeFont->font()); in on_pb_fontDlgActive_clicked()
115 ui->le_activeFont->setFont(activefont); in updateFonts()
H A Dsettingsdialog.h17 QFont activefont,inactivefont; variable
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/
H A DText.cpp262 Font* activefont = getActiveFont(); in computeLastCharacterOnLine() local
263 if (!activefont) return last; in computeLastCharacterOnLine()
282 Glyph* glyph = activefont->getGlyph(_fontSize, charcode); in computeLastCharacterOnLine()
300 … osg::Vec2 delta(activefont->getKerning(_fontSize, previous_charcode, charcode, _kerningType)); in computeLastCharacterOnLine()
307 … osg::Vec2 delta(activefont->getKerning(_fontSize, charcode, previous_charcode, _kerningType)); in computeLastCharacterOnLine()
372 Glyph* glyph = activefont->getGlyph(_fontSize, *prevChar); in computeLastCharacterOnLine()
435 Font* activefont = getActiveFont(); in computeGlyphRepresentation() local
436 if (!activefont) return; in computeGlyphRepresentation()
609 Glyph* glyph = activefont->getGlyph(_fontSize, charcode); in computeGlyphRepresentation()
627 … osg::Vec2 delta(activefont->getKerning(_fontSize, previous_charcode, charcode, _kerningType)); in computeGlyphRepresentation()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgText/
H A DText.cpp97 Font* activefont = getActiveFont(); in computeLastCharacterOnLine() local
98 if (!activefont) return last; in computeLastCharacterOnLine()
117 Glyph* glyph = activefont->getGlyph(_fontSize, charcode); in computeLastCharacterOnLine()
135 … osg::Vec2 delta(activefont->getKerning(previous_charcode,charcode,_kerningType)); in computeLastCharacterOnLine()
142 … osg::Vec2 delta(activefont->getKerning(charcode,previous_charcode,_kerningType)); in computeLastCharacterOnLine()
207 Glyph* glyph = activefont->getGlyph(_fontSize, *prevChar); in computeLastCharacterOnLine()
229 Font* activefont = getActiveFont(); in computeGlyphRepresentation() local
230 if (!activefont) return; in computeGlyphRepresentation()
381 Glyph* glyph = activefont->getGlyph(_fontSize, charcode); in computeGlyphRepresentation()
399 … osg::Vec2 delta(activefont->getKerning(previous_charcode,charcode,_kerningType)); in computeGlyphRepresentation()
[all …]
/dports/math/abs/abs-src-0.908/Kernel/
H A Dgr_interf.c627 static int activefont = 2; variable
639 if (activefont == font && activefontw == fontw && activefonts == fonts)
642 activefont = font;
663 return allfontstr[activefont][activefontw][activefonts]; in font2fontstr()
/dports/x11-wm/obpager/obpager-1.8/
H A DREADME46 obpager [--activefont <fontname>] [--inactivefont <fontname>] [--forcesync] [desktop-number]
/dports/graphics/graphviz/graphviz-2.44.1/lib/glcomp/
H A Dglcompdefs.h344 int activefont; member
H A Dglcompfont.c279 fs->activefont = -1;
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dp_acs.cpp3108 arc << activefont in Serialize()
3134 activefont = SmallFont; in DLevelScript()
3599 activefont = V_GetFont (fontname); in DoSetFont()
3600 if (activefont == NULL) in DoSetFont()
3602 activefont = SmallFont; in DoSetFont()
7927 C_MidPrint (activefont, work); in RunScript()
7981 msg = new DHUDMessage (activefont, work, x, y, hudwidth, hudheight, color, holdTime); in RunScript()
7987 …msg = new DHUDMessageFadeOut (activefont, work, x, y, hudwidth, hudheight, color, holdTime, fadeTi… in RunScript()
7995 …msg = new DHUDMessageTypeOnFadeOut (activefont, work, x, y, hudwidth, hudheight, color, typeTime, … in RunScript()
8003 …msg = new DHUDMessageFadeInOut (activefont, work, x, y, hudwidth, hudheight, color, holdTime, inTi… in RunScript()
[all …]
H A Dp_acs.h890 FFont *activefont; variable