Home
last modified time | relevance | path

Searched refs:GetFontCharset (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdf_sysfontinfo.cpp74 bool GetFontCharset(void* hFont, int& charset) override { in GetFontCharset() function in CFX_ExternalFontInfo
75 if (!m_pInfo->GetFontCharset) in GetFontCharset()
78 charset = m_pInfo->GetFontCharset(m_pInfo, hFont); in GetFontCharset()
169 if (!pDefault->m_pFontInfo->GetFontCharset(hFont, charset)) in DefaultGetFontCharset()
191 pFontInfoExt->GetFontCharset = DefaultGetFontCharset; in FPDF_GetDefaultSystemFontInfo()
/external/pdfium/core/fxge/android/
Dcfx_androidfontinfo.h38 bool GetFontCharset(void* hFont, int& charset) override;
Dcfx_androidfontinfo.cpp74 bool CFX_AndroidFontInfo::GetFontCharset(void* hFont, int& charset) { in GetFontCharset() function in CFX_AndroidFontInfo
/external/pdfium/core/fxge/
Difx_systemfontinfo.h46 virtual bool GetFontCharset(void* hFont, int& charset) = 0;
/external/pdfium/public/
Dfpdf_sysfontinfo.h210 int (*GetFontCharset)(struct _FPDF_SYSFONTINFO* pThis, void* hFont); member
/external/pdfium/core/fxge/ge/
Dcfx_folderfontinfo.h45 bool GetFontCharset(void* hFont, int& charset) override;
Dcfx_folderfontinfo.cpp377 bool CFX_FolderFontInfo::GetFontCharset(void* hFont, int& charset) { in GetFontCharset() function in CFX_FolderFontInfo
Dcfx_fontmapper.cpp683 m_pFontInfo->GetFontCharset(hFont, Charset); in FindSubstFont()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp350 bool GetFontCharset(void* hFont, int& charset) override;
678 bool CFX_Win32FontInfo::GetFontCharset(void* hFont, int& charset) { in GetFontCharset() function in __anondf9cd5070111::CFX_Win32FontInfo