Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_cidfont.cpp384 m_Charset = m_pCMap->GetCharset(); in Load()
385 if (m_Charset == CIDSET_UNKNOWN) { in Load()
388 m_Charset = CPDF_CMapParser::CharsetFromOrdering( in Load()
392 if (m_Charset != CIDSET_UNKNOWN) { in Load()
395 m_pCID2UnicodeMap = manager->GetCID2UnicodeMap(m_Charset, bPromptCJK); in Load()
498 if (!m_pFontFile && m_Charset == CIDSET_JAPAN1) { in GetCharBBox()
686 if (m_Charset == CIDSET_JAPAN1) { in GlyphFromCharCode()
783 g_CharsetCPs[m_Charset], IsVertWriting()); in LoadSubstFont()
848 m_Charset = CIDSET_GB1; in LoadGB2312()
853 m_pCID2UnicodeMap = manager->GetCID2UnicodeMap(m_Charset, false); in LoadGB2312()
[all …]
Dcpdf_cmap.h76 CIDSet GetCharset() const { return m_Charset; } in GetCharset()
77 void SetCharset(CIDSet set) { m_Charset = set; } in SetCharset()
93 CIDSet m_Charset; variable
Dcpdf_cid2unicodemap.cpp24 if (m_Charset == CIDSET_UNICODE) { in UnicodeFromCID()
36 m_Charset = charset; in Load()
Dcpdf_cmap.cpp27 CIDSet m_Charset; member
243 m_Charset(CIDSET_UNKNOWN), in CPDF_CMap()
275 m_Charset = map->m_Charset; in LoadPredefined()
286 m_pEmbedMap = FPDFAPI_FindEmbeddedCMap(bsName, m_Charset, m_Coding); in LoadPredefined()
Dcpdf_cid2unicodemap.h24 CIDSet m_Charset;
Dcpdf_cidfont.h78 CIDSet m_Charset; variable
/external/pdfium/fpdfsdk/formfiller/
Dcba_fontmap.cpp51 nCharset = pSubstFont->m_Charset; in Initialize()
82 nCharset = pSubstFont->m_Charset; in SetDefaultFont()
140 if (pSubst->m_Charset == nCharset) { in FindResFontSameCharset()
/external/pdfium/core/fxge/
Dcfx_substfont.cpp13 : m_Charset(FX_CHARSET_ANSI), in CFX_SubstFont()
Dcfx_substfont.h17 int m_Charset; variable
Dcfx_unicodeencoding.cpp27 m_pFont->GetSubstFont()->m_Charset == FX_CHARSET_Symbol) { in GlyphFromCharCode()
Dcfx_fontmapper.cpp427 pSubstFont->m_Charset = FX_CHARSET_Symbol; in FindSubstFont()
432 pSubstFont->m_Charset = FX_CHARSET_Symbol; in FindSubstFont()
633 pSubstFont->m_Charset = FX_CHARSET_Symbol; in FindSubstFont()
680 pSubstFont->m_Charset = Charset; in FindSubstFont()
Dcfx_facecache.cpp140 if (pSubstFont->m_Charset == FX_CHARSET_ShiftJIS) in RenderGlyph()
Dcfx_font.cpp582 if (m_pSubstFont->m_Charset == FX_CHARSET_ShiftJIS) in LoadGlyphPathImpl()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_document.cpp179 uint8_t m_Charset; member
783 if (g_FX_CharsetUnicodes[i].m_Charset == charset) in CalculateEncodingDict()
/external/pdfium/core/fpdfdoc/
Dcpdf_interform.cpp158 if (pSubst->m_Charset == static_cast<int>(charSet)) { in GetNativeFont()