Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_charposlist.cpp30 uint32_t CharCode = charCodes[iChar]; in Load() local
31 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 …]
/external/clang/lib/AST/
DMicrosoftMangle.cpp241 void mangleInitFiniStub(const VarDecl *D, char CharCode, raw_ostream &Out);
2881 char CharCode, in mangleInitFiniStub() argument
2885 Mangler.getStream() << "\01??__" << CharCode; in mangleInitFiniStub()