Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/android/
Dcfpf_skiafont.h35 int32_t GetGlyphIndex(wchar_t wUnicode);
Dcfpf_skiafont.cpp43 int32_t CFPF_SkiaFont::GetGlyphIndex(wchar_t wUnicode) { in GetGlyphIndex() function in CFPF_SkiaFont
/external/pdfium/core/fpdfapi/font/
Dcpdf_cidfont.h70 int GetGlyphIndex(uint32_t unicodeb, bool* pVertGlyph);
Dcpdf_cidfont.cpp552 int CPDF_CIDFont::GetGlyphIndex(uint32_t unicode, bool* pVertGlyph) { in GetGlyphIndex() function in CPDF_CIDFont
695 int index = GetGlyphIndex(unicode, pVertGlyph); in GlyphFromCharCode()
722 return GetGlyphIndex(charcode, pVertGlyph); in GlyphFromCharCode()
/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.h49 int32_t GetGlyphIndex(wchar_t wUnicode);
Dcfgas_gefont.cpp216 int32_t CFGAS_GEFont::GetGlyphIndex(wchar_t wUnicode) { in GetGlyphIndex() function in CFGAS_GEFont
/external/pdfium/xfa/fgas/layout/
Dcfx_rtfbreak.cpp781 current_char_pos.m_GlyphIndex = pFont->GetGlyphIndex(wForm); in GetDisplayPos()
783 current_char_pos.m_GlyphIndex = pFont->GetGlyphIndex(wch); in GetDisplayPos()
Dcfx_txtbreak.cpp846 pCharPos->m_GlyphIndex = pFont->GetGlyphIndex(wForm); in GetDisplayPos()