Home
last modified time | relevance | path

Searched refs:encodedPatchName (Results 1 – 2 of 2) sorted by relevance

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/resource/
H A Dcompositebitmapfont.cpp125 void CompositeBitmapFont::glyphSetPatch(uchar ch, String encodedPatchName) in glyphSetPatch() argument
128 d->glyphs[ch].patch = res::Textures::get().declarePatch(encodedPatchName); in glyphSetPatch()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/include/resource/
H A Dcompositebitmapfont.h77 void glyphSetPatch(uchar ch, de::String encodedPatchName);