Home
last modified time | relevance | path

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

/dports/emulators/mednafen/mednafen/src/video/
H A Dtext.cpp59 static uint16 FontDataIndexCache[_MDFN_FONT_COUNT][65536]; variable
70 FontDataIndexCache[wf][fsd[i].glyph_num] = i; in BuildIndexCache()
75 memset(FontDataIndexCache, 0xFF, sizeof(FontDataIndexCache)); in MDFN_InitFontData()
109 if(thisglyph < 0x10000 && FontDataIndexCache[recurse_fontid][thisglyph] != 0xFFFF) in DecodeGlyph()
111 …_fontid].base_ptr + (FontDescriptors[recurse_fontid].entry_bsize * FontDataIndexCache[recurse_font… in DecodeGlyph()
123 …criptors[fontid].base_ptr + (FontDescriptors[fontid].entry_bsize * FontDataIndexCache[fontid][0xFF… in DecodeGlyph()