Searched refs:GetFontCharset (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | fpdf_sysfontinfo.cpp | 91 bool GetFontCharset(void* hFont, int* charset) override { in GetFontCharset() function in CFX_ExternalFontInfo 92 if (!m_pInfo->GetFontCharset) in GetFontCharset() 95 *charset = m_pInfo->GetFontCharset(m_pInfo, hFont); in GetFontCharset() 187 if (!pDefault->m_pFontInfo->GetFontCharset(hFont, &charset)) in DefaultGetFontCharset() 209 pFontInfoExt->GetFontCharset = DefaultGetFontCharset; in FPDF_GetDefaultSystemFontInfo()
|
/external/pdfium/core/fxge/android/ |
D | cfx_androidfontinfo.h | 37 bool GetFontCharset(void* hFont, int* charset) override;
|
D | cfx_androidfontinfo.cpp | 73 bool CFX_AndroidFontInfo::GetFontCharset(void* hFont, int* charset) { in GetFontCharset() function in CFX_AndroidFontInfo
|
/external/pdfium/core/fxge/ |
D | ifx_systemfontinfo.h | 44 virtual bool GetFontCharset(void* hFont, int* charset) = 0;
|
D | cfx_folderfontinfo.h | 45 bool GetFontCharset(void* hFont, int* charset) override;
|
D | cfx_folderfontinfo.cpp | 383 bool CFX_FolderFontInfo::GetFontCharset(void* hFont, int* charset) { in GetFontCharset() function in CFX_FolderFontInfo
|
D | cfx_fontmapper.cpp | 663 m_pFontInfo->GetFontCharset(hFont, &Charset); in FindSubstFont()
|
/external/pdfium/public/ |
D | fpdf_sysfontinfo.h | 207 int (*GetFontCharset)(struct _FPDF_SYSFONTINFO* pThis, void* hFont); member
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 350 bool GetFontCharset(void* hFont, int* charset) override; 672 bool CFX_Win32FontInfo::GetFontCharset(void* hFont, int* charset) { in GetFontCharset() function in __anon82f3ec110111::CFX_Win32FontInfo
|