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

/external/pdfium/core/fxge/android/
H A Dcfpf_skiafont.h29 int32_t GetGlyphIndex(wchar_t wUnicode);
H A Dcfpf_skiafont.cpp56 int32_t CFPF_SkiaFont::GetGlyphIndex(wchar_t wUnicode) { function in class:CFPF_SkiaFont
/external/pdfium/core/fpdfapi/font/
H A Dcpdf_cidfont.h68 int GetGlyphIndex(uint32_t unicodeb, bool* pVertGlyph);
H A Dcpdf_cidfont.cpp572 int CPDF_CIDFont::GetGlyphIndex(uint32_t unicode, bool* pVertGlyph) { function in class:CPDF_CIDFont
717 int index = GetGlyphIndex(unicode, pVertGlyph);
744 return GetGlyphIndex(charcode, pVertGlyph);
/external/pdfium/xfa/fgas/font/
H A Dcfgas_gefont.h42 int32_t GetGlyphIndex(wchar_t wUnicode);
H A Dcfgas_gefont.cpp226 int32_t CFGAS_GEFont::GetGlyphIndex(wchar_t wUnicode) { function in class:CFGAS_GEFont
/external/pdfium/xfa/fgas/layout/
H A Dcfx_rtfbreak.cpp732 pCharPos->m_GlyphIndex = pFont->GetGlyphIndex(wForm);
734 pCharPos->m_GlyphIndex = pFont->GetGlyphIndex(wch);
H A Dcfx_txtbreak.cpp830 pCharPos->m_GlyphIndex = pFont->GetGlyphIndex(wForm);

Completed in 248 milliseconds