HomeSort by relevance Sort by last modified time
    Searched full:m_charset (Results 1 - 12 of 12) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_font/
font_int.h 153 CIDSet m_Charset;
187 CIDSet m_Charset;
fpdf_font_cid.cpp 27 CIDSet m_Charset;
662 m_pCMap->m_Charset = CharsetFromOrdering(CMap_GetString(word));
753 m_Charset = CIDSET_UNKNOWN;
802 m_Charset = map->m_Charset;
814 FPDFAPI_FindEmbeddedCMap(pName, m_Charset, m_Coding, m_pEmbedMap);
1024 if (m_Charset == CIDSET_UNICODE) {
1036 m_Charset = charset;
1100 m_pCMap->m_Charset, charcode);
    [all...]
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_CBA_Fontmap.cpp 41 nCharset = pSubstFont->m_Charset;
72 nCharset = pSubstFont->m_Charset;
139 if (pSubst->m_Charset == nCharset) {
  /external/apache-xml/src/main/java/org/apache/xml/utils/
StylesheetPIHandler.java 53 String m_charset; field in class:StylesheetPIHandler
106 m_charset = charset;
279 if (null != m_charset)
283 if (!charset.equals(m_charset))
  /external/pdfium/core/src/fxge/ge/
fx_ge_font.cpp 80 m_pSubstFont->m_Charset = pFont->m_pSubstFont->m_Charset;
473 if (m_pFont->GetSubstFont() && m_pFont->GetSubstFont()->m_Charset == 2) {
fx_ge_fontmap.cpp 417 m_Charset = 0;
857 pSubstFont->m_Charset = FXFONT_SYMBOL_CHARSET;
870 pSubstFont->m_Charset = FXFONT_SYMBOL_CHARSET;
1116 pSubstFont->m_Charset = FXFONT_SYMBOL_CHARSET;
    [all...]
fx_ge_text.cpp     [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_utils.cpp 431 if (pSubst->m_Charset == (int)charSet) {
447 if (pSubst && pSubst->m_Charset == (int)charSet) {
  /external/pdfium/core/include/fxge/
fx_font.h 212 int m_Charset;
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 173 uint8_t m_Charset;
305 if (g_FX_CharsetUnicodes[i].m_Charset == pLogFont->lfCharSet) {
643 charSets.Add(g_FX_CharsetUnicodes[i].m_Charset);
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 469 CIDSet m_Charset;
  /external/pdfium/xfa/src/fgas/src/font/
fx_gefont.cpp 354 return m_pFont->GetSubstFont()->m_Charset;

Completed in 502 milliseconds