Searched refs:GetFontCharset (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | fpdf_sysfontinfo.cpp | 107 bool GetFontCharset(void* hFont, int* charset) override { in GetFontCharset() function in CFX_ExternalFontInfo 108 if (!m_pInfo->GetFontCharset) in GetFontCharset() 111 *charset = m_pInfo->GetFontCharset(m_pInfo, hFont); in GetFontCharset() 203 if (!pDefault->m_pFontInfo->GetFontCharset(hFont, &charset)) in DefaultGetFontCharset() 225 pFontInfoExt->GetFontCharset = DefaultGetFontCharset; in FPDF_GetDefaultSystemFontInfo()
|
D | fpdf_sysfontinfo_embeddertest.cpp | 71 font_info_.GetFontCharset = FakeGetFontCharset; in SetUp()
|
/external/pdfium/core/fxge/android/ |
D | cfx_androidfontinfo.h | 37 bool GetFontCharset(void* hFont, int* charset) override;
|
D | cfx_androidfontinfo.cpp | 72 bool CFX_AndroidFontInfo::GetFontCharset(void* hFont, int* charset) { in GetFontCharset() function in CFX_AndroidFontInfo
|
/external/pdfium/core/fxge/ |
D | systemfontinfo_iface.h | 36 virtual bool GetFontCharset(void* hFont, int* charset) = 0;
|
D | cfx_folderfontinfo.h | 38 bool GetFontCharset(void* hFont, int* charset) override;
|
D | cfx_folderfontinfo.cpp | 385 bool CFX_FolderFontInfo::GetFontCharset(void* hFont, int* charset) { in GetFontCharset() function in CFX_FolderFontInfo
|
D | cfx_fontmapper.cpp | 630 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 | 332 bool GetFontCharset(void* hFont, int* charset) override; 654 bool CFX_Win32FontInfo::GetFontCharset(void* hFont, int* charset) { in GetFontCharset() function in __anon432480ef0111::CFX_Win32FontInfo
|