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

  /external/pdfium/core/src/fxge/android/
fx_android_font.cpp 68 FX_BOOL CFX_AndroidFontInfo::GetFontCharset(void* hFont, int& charset)
  /external/pdfium/fpdfsdk/include/
fpdf_sysfontinfo.h 165 * Method: GetFontCharset
177 int (*GetFontCharset)(struct _FPDF_SYSFONTINFO* pThis, void* hFont);
  /external/pdfium/fpdfsdk/src/
fpdf_sysfontinfo.cpp 64 virtual FX_BOOL GetFontCharset(void* hFont, int& charset)
66 if (m_pInfo->GetFontCharset) {
67 charset = m_pInfo->GetFontCharset(m_pInfo, hFont);
137 if (!((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->GetFontCharset(hFont, charset)) return 0;
156 pFontInfoExt->GetFontCharset = DefaultGetFontCharset;
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp     [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 34 virtual FX_BOOL GetFontCharset(void* hFont, int& charset);
390 FX_BOOL CWin32FontInfo::GetFontCharset(void* hFont, int& charset)
    [all...]

Completed in 61 milliseconds