Searched refs:GetFontCharset (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/fpdfsdk/src/ |
D | fpdf_sysfontinfo.cpp | 70 FX_BOOL GetFontCharset(void* hFont, int& charset) override { in GetFontCharset() function in CFX_ExternalFontInfo 71 if (m_pInfo->GetFontCharset) { in GetFontCharset() 72 charset = m_pInfo->GetFontCharset(m_pInfo, hFont); in GetFontCharset() 162 ->m_pFontInfo->GetFontCharset(hFont, charset)) in DefaultGetFontCharset() 182 pFontInfoExt->GetFontCharset = DefaultGetFontCharset; in FPDF_GetDefaultSystemFontInfo()
|
/external/pdfium/core/src/fxge/android/ |
D | fx_android_font.h | 32 virtual FX_BOOL GetFontCharset(void* hFont, int& charset);
|
D | fx_android_font.cpp | 68 FX_BOOL CFX_AndroidFontInfo::GetFontCharset(void* hFont, int& charset) { in GetFontCharset() function in CFX_AndroidFontInfo
|
/external/pdfium/public/ |
D | fpdf_sysfontinfo.h | 209 int (*GetFontCharset)(struct _FPDF_SYSFONTINFO* pThis, void* hFont); member
|
/external/pdfium/core/include/fxge/ |
D | fx_font.h | 378 virtual FX_BOOL GetFontCharset(void* hFont, int& charset) = 0; 415 FX_BOOL GetFontCharset(void* hFont, int& charset) override;
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_fontmap.cpp | 1150 m_pFontInfo->GetFontCharset(hFont, Charset); in FindSubstFont() 1590 FX_BOOL CFX_FolderFontInfo::GetFontCharset(void* hFont, int& charset) { in GetFontCharset() function in CFX_FolderFontInfo
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_device.cpp | 50 FX_BOOL GetFontCharset(void* hFont, int& charset) override; 432 FX_BOOL CFX_Win32FontInfo::GetFontCharset(void* hFont, int& charset) { in GetFontCharset() function in CFX_Win32FontInfo
|