Home
last modified time | relevance | path

Searched refs:glyphPosCoords (Results 1 – 6 of 6) sorted by relevance

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/render/
H A Drend_font.cpp430 Vector2ui dimensions = App_Resources().font(fr.fontNum).glyphPosCoords(ch).size(); in FR_CharSize()
441 return App_Resources().font(fr.fontNum).glyphPosCoords(ch).width(); in FR_CharWidth()
450 return App_Resources().font(fr.fontNum).glyphPosCoords(ch).height(); in FR_CharHeight()
463 return font.glyphPosCoords((uchar)text[0]).height(); in FR_SingleLineHeight()
810 x -= font.glyphPosCoords(ch).width(); in drawChar()
814 x -= font.glyphPosCoords(ch).width() / 2; in drawChar()
818 int const lineHeight = ascent ? ascent : font.glyphPosCoords(ch).height(); in drawChar()
831 Rectanglei geometry = font.glyphPosCoords(ch); in drawChar()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/include/resource/
H A Dbitmapfont.h51 de::Rectanglei const &glyphPosCoords(uchar ch) const override;
H A Dabstractfont.h82 virtual de::Rectanglei const &glyphPosCoords(uchar ch) const = 0;
H A Dcompositebitmapfont.h73 de::Rectanglei const &glyphPosCoords(uchar ch) const override;
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/resource/
H A Dcompositebitmapfont.cpp94 Rectanglei const &CompositeBitmapFont::glyphPosCoords(uchar ch) const in glyphPosCoords() function in CompositeBitmapFont
H A Dbitmapfont.cpp277 Rectanglei const &BitmapFont::glyphPosCoords(uchar ch) const in glyphPosCoords() function in BitmapFont