Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_sysfontinfo.cpp91 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/
Dcfx_androidfontinfo.h37 bool GetFontCharset(void* hFont, int* charset) override;
Dcfx_androidfontinfo.cpp73 bool CFX_AndroidFontInfo::GetFontCharset(void* hFont, int* charset) { in GetFontCharset() function in CFX_AndroidFontInfo
/external/pdfium/core/fxge/
Difx_systemfontinfo.h44 virtual bool GetFontCharset(void* hFont, int* charset) = 0;
Dcfx_folderfontinfo.h45 bool GetFontCharset(void* hFont, int* charset) override;
Dcfx_folderfontinfo.cpp383 bool CFX_FolderFontInfo::GetFontCharset(void* hFont, int* charset) { in GetFontCharset() function in CFX_FolderFontInfo
Dcfx_fontmapper.cpp663 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.cpp350 bool GetFontCharset(void* hFont, int* charset) override;
672 bool CFX_Win32FontInfo::GetFontCharset(void* hFont, int* charset) { in GetFontCharset() function in __anon82f3ec110111::CFX_Win32FontInfo