Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_cid2unicodemap.cpp12 : m_Charset(charset), in CPDF_CID2UnicodeMap()
14 CPDF_FontGlobals::GetInstance()->GetEmbeddedToUnicode(m_Charset)) {} in CPDF_CID2UnicodeMap()
23 if (m_Charset == CIDSET_UNICODE) in UnicodeFromCID()
Dcpdf_cmap.h70 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
Dcpdf_cidfont.cpp373 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 …]
Dcpdf_cmap.cpp27 CIDSet m_Charset; member
272 m_Charset = map->m_Charset; in CPDF_CMap()
278 CPDF_FontGlobals::GetInstance()->GetEmbeddedCharset(m_Charset), in CPDF_CMap()
Dcpdf_cid2unicodemap.h22 const CIDSet m_Charset;
Dcpdf_cidfont.h86 CIDSet m_Charset = CIDSET_UNKNOWN; variable
/external/pdfium/core/fxge/
Dcfx_substfont.h19 int m_Charset = FX_CHARSET_ANSI; variable
Dcfx_unicodeencoding.cpp28 m_pFont->GetSubstFont()->m_Charset == FX_CHARSET_Symbol) { in GlyphFromCharCode()
Dcfx_fontmapper.cpp406 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()
Dcfx_glyphcache.cpp171 if (pSubstFont->m_Charset == FX_CHARSET_ShiftJIS) in RenderGlyph()
Dcfx_font.cpp669 if (m_pSubstFont->m_Charset == FX_CHARSET_ShiftJIS) in LoadGlyphPathImpl()
/external/pdfium/core/fxcrt/
Dfx_codepage.h95 uint8_t m_Charset; member
/external/pdfium/core/fpdfdoc/
Dcba_fontmap.cpp178 nCharset = pSubstFont->m_Charset; in Initialize()
248 if (pSubst->m_Charset == nCharset) { in FindResFontSameCharset()
Dcpdf_interactiveform.cpp177 if (pSubst->m_Charset == static_cast<int>(charSet)) { in GetNativeFont()
/external/pdfium/core/fpdfapi/page/
Dcpdf_docpagedata.cpp625 if (g_FX_CharsetUnicodes[i].m_Charset == charset) in CalculateEncodingDict()