HomeSort by relevance Sort by last modified time
    Searched defs:nCharset (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/fpdfdoc/
cpvt_wordinfo.h 23 int32_t nCharset;
cpvt_word.h 18 int32_t nCharset;
30 nCharset(0),
  /external/pdfium/fpdfsdk/pwl/
cpwl_font_map.h 22 int32_t nCharset;
27 int32_t nCharset;
40 int32_t nCharset,
47 ByteString GetNativeFontName(int32_t nCharset);
49 static ByteString GetDefaultFontByCharset(int32_t nCharset);
56 int32_t nCharset);
63 int32_t nCharset,
67 int32_t nCharset = FX_CHARSET_Default);
69 ByteString EncodeFontAlias(const ByteString& sFontName, int32_t nCharset);
77 int32_t nCharset = FX_CHARSET_Default)
    [all...]
cpwl_font_map.cpp 82 int32_t nCharset,
89 if (nCharset == FX_CHARSET_Default ||
90 pData->nCharset == FX_CHARSET_Symbol || nCharset == pData->nCharset) {
98 GetFontIndex(GetNativeFontName(nCharset), nCharset, true);
125 ByteString CPWL_FontMap::GetNativeFontName(int32_t nCharset) {
127 if (pData && pData->nCharset == nCharset)
    [all...]
  /external/pdfium/fpdfsdk/formfiller/
cba_fontmap.cpp 45 int32_t nCharset = FX_CHARSET_Default;
51 nCharset = pSubstFont->m_Charset;
57 nCharset = FX_CHARSET_Symbol;
59 nCharset = FX_CHARSET_ANSI;
61 AddFontData(m_pDefaultFont.Get(), m_sDefaultFontName, nCharset);
66 if (nCharset != FX_CHARSET_ANSI)
80 int32_t nCharset = FX_CHARSET_Default;
82 nCharset = pSubstFont->m_Charset;
83 AddFontData(m_pDefaultFont.Get(), m_sDefaultFontName, nCharset);
87 int32_t nCharset) {
    [all...]

Completed in 65 milliseconds