Home
last modified time | relevance | path

Searched defs:ch_glyph_index (Results 1 – 2 of 2) sorted by relevance

/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/private/
H A Dlvfreetypeface.cpp762 FT_UInt ch_glyph_index = FT_Get_Char_Index(_face, code); local
829 FT_UInt ch_glyph_index = FT_Get_Char_Index( _face, triplet.Char ); local
854 FT_UInt ch_glyph_index = FT_Get_Char_Index(_face, code); local
1649 FT_UInt ch_glyph_index = (FT_UInt)-1; local
1768 FT_UInt ch_glyph_index = getCharIndex(ch, 0); local
2321 FT_UInt ch_glyph_index = getCharIndex( ch, def_char ); local
H A Dlvfreetypefontman.cpp794 FT_UInt ch_glyph_index = FT_Get_Char_Index(face, ch); in checkCharSet() local