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

  /external/pdfium/core/fxge/android/
cfx_androidfontinfo.h 37 bool GetFontCharset(void* hFont, int* charset) override;
cfx_androidfontinfo.cpp 73 bool CFX_AndroidFontInfo::GetFontCharset(void* hFont, int* charset) {
  /external/pdfium/core/fxge/
ifx_systemfontinfo.h 44 virtual bool GetFontCharset(void* hFont, int* charset) = 0;
cfx_folderfontinfo.h 45 bool GetFontCharset(void* hFont, int* charset) override;
cfx_folderfontinfo.cpp 383 bool CFX_FolderFontInfo::GetFontCharset(void* hFont, int* charset) {
cfx_fontmapper.cpp 663 m_pFontInfo->GetFontCharset(hFont, &Charset);
  /external/pdfium/fpdfsdk/
fpdf_sysfontinfo.cpp 91 bool GetFontCharset(void* hFont, int* charset) override {
92 if (!m_pInfo->GetFontCharset)
95 *charset = m_pInfo->GetFontCharset(m_pInfo, hFont);
187 if (!pDefault->m_pFontInfo->GetFontCharset(hFont, &charset))
209 pFontInfoExt->GetFontCharset = DefaultGetFontCharset;
  /external/pdfium/public/
fpdf_sysfontinfo.h 195 * Method: GetFontCharset
207 int (*GetFontCharset)(struct _FPDF_SYSFONTINFO* pThis, void* hFont);
  /external/pdfium/core/fxge/win32/
fx_win32_device.cpp 350 bool GetFontCharset(void* hFont, int* charset) override;
672 bool CFX_Win32FontInfo::GetFontCharset(void* hFont, int* charset) {
    [all...]

Completed in 800 milliseconds