Searched refs:GetGlyphIndex (Results 1 – 8 of 8) sorted by relevance
29 int32_t GetGlyphIndex(wchar_t wUnicode);
56 int32_t CFPF_SkiaFont::GetGlyphIndex(wchar_t wUnicode) { in GetGlyphIndex() function in CFPF_SkiaFont
68 int GetGlyphIndex(uint32_t unicodeb, bool* pVertGlyph);
572 int CPDF_CIDFont::GetGlyphIndex(uint32_t unicode, bool* pVertGlyph) { in GetGlyphIndex() function in CPDF_CIDFont717 int index = GetGlyphIndex(unicode, pVertGlyph); in GlyphFromCharCode()744 return GetGlyphIndex(charcode, pVertGlyph); in GlyphFromCharCode()
42 int32_t GetGlyphIndex(wchar_t wUnicode);
226 int32_t CFGAS_GEFont::GetGlyphIndex(wchar_t wUnicode) { in GetGlyphIndex() function in CFGAS_GEFont
732 pCharPos->m_GlyphIndex = pFont->GetGlyphIndex(wForm); in GetDisplayPos()734 pCharPos->m_GlyphIndex = pFont->GetGlyphIndex(wch); in GetDisplayPos()
830 pCharPos->m_GlyphIndex = pFont->GetGlyphIndex(wForm); in GetDisplayPos()