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 38 bool GetFontCharset(void* hFont, int& charset) override;
cfx_androidfontinfo.cpp 74 bool CFX_AndroidFontInfo::GetFontCharset(void* hFont, int& charset) {
  /external/pdfium/core/fxge/
ifx_systemfontinfo.h 46 virtual bool GetFontCharset(void* hFont, int& charset) = 0;
  /external/pdfium/fpdfsdk/
fpdf_sysfontinfo.cpp 74 bool GetFontCharset(void* hFont, int& charset) override {
75 if (!m_pInfo->GetFontCharset)
78 charset = m_pInfo->GetFontCharset(m_pInfo, hFont);
169 if (!pDefault->m_pFontInfo->GetFontCharset(hFont, charset))
191 pFontInfoExt->GetFontCharset = DefaultGetFontCharset;
  /external/pdfium/core/fxge/ge/
cfx_folderfontinfo.h 45 bool GetFontCharset(void* hFont, int& charset) override;
cfx_folderfontinfo.cpp 377 bool CFX_FolderFontInfo::GetFontCharset(void* hFont, int& charset) {
cfx_fontmapper.cpp 683 m_pFontInfo->GetFontCharset(hFont, Charset);
  /external/pdfium/public/
fpdf_sysfontinfo.h 198 * Method: GetFontCharset
210 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;
678 bool CFX_Win32FontInfo::GetFontCharset(void* hFont, int& charset) {
    [all...]

Completed in 462 milliseconds