Home
last modified time | relevance | path

Searched refs:getSourceCharacterWidth (Results 1 – 4 of 4) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/glk/zcode/
H A Dbitmap_font.cpp43 int srcCharWidth = isFixedWidth ? r.width() : getSourceCharacterWidth(idx, src, r); in BitmapFont()
64 int BitmapFont::getSourceCharacterWidth(uint charIndex, const Graphics::Surface &src, in getSourceCharacterWidth() function in Glk::ZCode::BitmapFont
H A Dbitmap_font.h46 int getSourceCharacterWidth(uint charIndex, const Graphics::Surface &src,
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/frotz/
H A Dbitmap_font.cpp43 int srcCharWidth = isFixedWidth ? r.width() : getSourceCharacterWidth(idx, src, r); in BitmapFont()
64 int BitmapFont::getSourceCharacterWidth(uint charIndex, const Graphics::Surface &src, in getSourceCharacterWidth() function in Glk::Frotz::BitmapFont
H A Dbitmap_font.h46 int getSourceCharacterWidth(uint charIndex, const Graphics::Surface &src,