Searched refs:m_Charset (Results 1 – 15 of 15) sorted by relevance
12 : m_Charset(charset), in CPDF_CID2UnicodeMap()14 CPDF_FontGlobals::GetInstance()->GetEmbeddedToUnicode(m_Charset)) {} in CPDF_CID2UnicodeMap()23 if (m_Charset == CIDSET_UNICODE) in UnicodeFromCID()
70 CIDSet GetCharset() const { return m_Charset; } in GetCharset()71 void SetCharset(CIDSet set) { m_Charset = set; } in SetCharset()87 CIDSet m_Charset = CIDSET_UNKNOWN; variable
373 m_Charset = m_pCMap->GetCharset(); in Load()374 if (m_Charset == CIDSET_UNKNOWN) { in Load()377 m_Charset = CPDF_CMapParser::CharsetFromOrdering( in Load()381 if (m_Charset != CIDSET_UNKNOWN) { in Load()382 m_pCID2UnicodeMap = manager->GetCID2UnicodeMap(m_Charset); in Load()478 if (!m_pFontFile && m_Charset == CIDSET_JAPAN1) { in GetCharBBox()664 if (m_Charset == CIDSET_JAPAN1) { in GlyphFromCharCode()760 g_CharsetCPs[m_Charset], IsVertWriting()); in LoadSubstFont()821 m_Charset = CIDSET_GB1; in LoadGB2312()825 m_pCID2UnicodeMap = manager->GetCID2UnicodeMap(m_Charset); in LoadGB2312()[all …]
27 CIDSet m_Charset; member272 m_Charset = map->m_Charset; in CPDF_CMap()278 CPDF_FontGlobals::GetInstance()->GetEmbeddedCharset(m_Charset), in CPDF_CMap()
22 const CIDSet m_Charset;
86 CIDSet m_Charset = CIDSET_UNKNOWN; variable
19 int m_Charset = FX_CHARSET_ANSI; variable
28 m_pFont->GetSubstFont()->m_Charset == FX_CHARSET_Symbol) { in GlyphFromCharCode()
406 pSubstFont->m_Charset = FX_CHARSET_Symbol; in FindSubstFont()411 pSubstFont->m_Charset = FX_CHARSET_Symbol; in FindSubstFont()600 pSubstFont->m_Charset = FX_CHARSET_Symbol; in FindSubstFont()647 pSubstFont->m_Charset = Charset; in FindSubstFont()
171 if (pSubstFont->m_Charset == FX_CHARSET_ShiftJIS) in RenderGlyph()
669 if (m_pSubstFont->m_Charset == FX_CHARSET_ShiftJIS) in LoadGlyphPathImpl()
95 uint8_t m_Charset; member
178 nCharset = pSubstFont->m_Charset; in Initialize()248 if (pSubst->m_Charset == nCharset) { in FindResFontSameCharset()
177 if (pSubst->m_Charset == static_cast<int>(charSet)) { in GetNativeFont()
625 if (g_FX_CharsetUnicodes[i].m_Charset == charset) in CalculateEncodingDict()