Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfpdf_sysfontinfo.cpp64 virtual FX_BOOL GetFontCharset(void* hFont, int& charset) in GetFontCharset() function in CSysFontInfo_Ext
66 if (m_pInfo->GetFontCharset) { in GetFontCharset()
67 charset = m_pInfo->GetFontCharset(m_pInfo, hFont); in GetFontCharset()
137 if (!((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->GetFontCharset(hFont, charset)) return 0; in DefaultGetFontCharset()
156 pFontInfoExt->GetFontCharset = DefaultGetFontCharset; in FPDF_GetDefaultSystemFontInfo()
/external/pdfium/core/src/fxge/android/
Dfx_android_font.h27 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/fpdfsdk/include/
Dfpdf_sysfontinfo.h177 int (*GetFontCharset)(struct _FPDF_SYSFONTINFO* pThis, void* hFont); member
/external/pdfium/core/include/fxge/
Dfx_font.h304 virtual FX_BOOL GetFontCharset(void* hFont, int& charset) = 0;
328 virtual FX_BOOL GetFontCharset(void* hFont, int& charset);
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp1225 m_pFontInfo->GetFontCharset(hFont, Charset); in FindSubstFont()
1554 FX_BOOL CFX_FolderFontInfo::GetFontCharset(void* hFont, int& charset) in GetFontCharset() function in CFX_FolderFontInfo
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp34 virtual FX_BOOL GetFontCharset(void* hFont, int& charset);
390 FX_BOOL CWin32FontInfo::GetFontCharset(void* hFont, int& charset) in GetFontCharset() function in CWin32FontInfo