Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_sysfontinfo.cpp107 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()
Dfpdf_sysfontinfo_embeddertest.cpp71 font_info_.GetFontCharset = FakeGetFontCharset; in SetUp()
/external/pdfium/core/fxge/android/
Dcfx_androidfontinfo.h37 bool GetFontCharset(void* hFont, int* charset) override;
Dcfx_androidfontinfo.cpp72 bool CFX_AndroidFontInfo::GetFontCharset(void* hFont, int* charset) { in GetFontCharset() function in CFX_AndroidFontInfo
/external/pdfium/core/fxge/
Dsystemfontinfo_iface.h36 virtual bool GetFontCharset(void* hFont, int* charset) = 0;
Dcfx_folderfontinfo.h38 bool GetFontCharset(void* hFont, int* charset) override;
Dcfx_folderfontinfo.cpp385 bool CFX_FolderFontInfo::GetFontCharset(void* hFont, int* charset) { in GetFontCharset() function in CFX_FolderFontInfo
Dcfx_fontmapper.cpp630 m_pFontInfo->GetFontCharset(hFont, &Charset); in FindSubstFont()
/external/pdfium/public/
Dfpdf_sysfontinfo.h207 int (*GetFontCharset)(struct _FPDF_SYSFONTINFO* pThis, void* hFont); member
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp332 bool GetFontCharset(void* hFont, int* charset) override;
654 bool CFX_Win32FontInfo::GetFontCharset(void* hFont, int* charset) { in GetFontCharset() function in __anon432480ef0111::CFX_Win32FontInfo