Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfpdf_sysfontinfo.cpp70 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/
Dfx_android_font.h32 virtual FX_BOOL GetFontCharset(void* hFont, int& charset);
Dfx_android_font.cpp68 FX_BOOL CFX_AndroidFontInfo::GetFontCharset(void* hFont, int& charset) { in GetFontCharset() function in CFX_AndroidFontInfo
/external/pdfium/public/
Dfpdf_sysfontinfo.h209 int (*GetFontCharset)(struct _FPDF_SYSFONTINFO* pThis, void* hFont); member
/external/pdfium/core/include/fxge/
Dfx_font.h378 virtual FX_BOOL GetFontCharset(void* hFont, int& charset) = 0;
415 FX_BOOL GetFontCharset(void* hFont, int& charset) override;
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp1150 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/
Dfx_win32_device.cpp50 FX_BOOL GetFontCharset(void* hFont, int& charset) override;
432 FX_BOOL CFX_Win32FontInfo::GetFontCharset(void* hFont, int& charset) { in GetFontCharset() function in CFX_Win32FontInfo