HomeSort by relevance Sort by last modified time
    Searched refs:m_Charset (Results 1 - 10 of 10) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_font/
font_int.h 92 return m_Charset;
113 int m_Charset, m_Coding;
127 int m_Charset;
154 int m_Charset;
fpdf_font_cid.cpp 243 m_pCMap->m_Charset = _CharsetFromOrdering(CMap_GetString(word));
280 m_Charset = CIDSET_UNKNOWN;
375 m_Charset = map.m_Charset;
386 FPDFAPI_FindEmbeddedCMap(pName, m_Charset, m_Coding, m_pEmbedMap);
681 if (m_Charset == CIDSET_UNICODE) {
692 m_Charset = charset;
803 return _EmbeddedUnicodeFromCharcode(m_pCMap->m_pEmbedMap, m_pCMap->m_Charset, charcode);
850 return _EmbeddedCharcodeFromUnicode(m_pCMap->m_pEmbedMap, m_pCMap->m_Charset, unicode);
932 m_Charset = m_pCMap->m_Charset
    [all...]
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_CBA_Fontmap.cpp 56 nCharset = pSubstFont->m_Charset;
88 nCharset = pSubstFont->m_Charset;
152 if (pSubst->m_Charset == nCharset)
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 15 m_Charset = 0;
899 pSubstFont->m_Charset = FXFONT_SYMBOL_CHARSET;
912 pSubstFont->m_Charset = FXFONT_SYMBOL_CHARSET;
    [all...]
fx_ge_font.cpp 402 if (m_pFont->m_pSubstFont && m_pFont->m_pSubstFont->m_Charset == 2) {
fx_ge_text.cpp     [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 524 return m_Charset;
544 int m_Charset;
  /external/pdfium/core/include/fxge/
fx_font.h 175 int m_Charset;
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 181 FX_BYTE m_Charset;
307 if (g_FX_CharsetUnicodes[i].m_Charset == pLogFont->lfCharSet) {
690 charSets.Add(g_FX_CharsetUnicodes[i].m_Charset);
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_utils.cpp 449 if (pSubst->m_Charset == (int)charSet) {
464 if (pSubst != NULL && pSubst->m_Charset == (int)charSet) {

Completed in 94 milliseconds