HomeSort by relevance Sort by last modified time
    Searched defs:m_Charset (Results 1 - 4 of 4) 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/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/fxge/
fx_font.h 212 int m_Charset;

Completed in 53 milliseconds