Searched refs:CharCode (Results 1 – 2 of 2) sorted by relevance
30 uint32_t CharCode = charCodes[iChar]; in Load() local31 if (CharCode == static_cast<uint32_t>(-1)) in Load()38 WideString unicode = pFont->UnicodeFromCharCode(CharCode); in Load()39 charpos.m_Unicode = !unicode.IsEmpty() ? unicode[0] : CharCode; in Load()40 charpos.m_GlyphIndex = pFont->GlyphFromCharCode(CharCode, &bVert); in Load()43 charpos.m_ExtGID = pFont->GlyphFromCharCodeExt(CharCode); in Load()52 pFont->FallbackFontFromCharcode(CharCode); in Load()54 charpos.m_FallbackFontPosition, CharCode); in Load()62 charpos.m_FontCharWidth = pFont->GetCharWidthF(CharCode); in Load()72 int pdfGlyphWidth = pFont->GetCharWidthF(CharCode); in Load()[all …]
241 void mangleInitFiniStub(const VarDecl *D, char CharCode, raw_ostream &Out);2881 char CharCode, in mangleInitFiniStub() argument2885 Mangler.getStream() << "\01??__" << CharCode; in mangleInitFiniStub()