Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp1502 CFX_WideString wsUnicode = UnicodeFromCharCode(charcode); in LoadGlyphMap() local
1503 if (!wsUnicode.IsEmpty()) { in LoadGlyphMap()
1505 FXFT_Get_Char_Index(m_Font.GetFace(), wsUnicode[0]); in LoadGlyphMap()
1506 m_Encoding.m_Unicodes[charcode] = wsUnicode[0]; in LoadGlyphMap()