Searched refs:GetFontCharset (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/fpdfsdk/src/ |
D | fpdf_sysfontinfo.cpp | 64 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/ |
D | fx_android_font.h | 27 virtual FX_BOOL GetFontCharset(void* hFont, int& charset);
|
D | fx_android_font.cpp | 68 FX_BOOL CFX_AndroidFontInfo::GetFontCharset(void* hFont, int& charset) in GetFontCharset() function in CFX_AndroidFontInfo
|
/external/pdfium/fpdfsdk/include/ |
D | fpdf_sysfontinfo.h | 177 int (*GetFontCharset)(struct _FPDF_SYSFONTINFO* pThis, void* hFont); member
|
/external/pdfium/core/include/fxge/ |
D | fx_font.h | 304 virtual FX_BOOL GetFontCharset(void* hFont, int& charset) = 0; 328 virtual FX_BOOL GetFontCharset(void* hFont, int& charset);
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_fontmap.cpp | 1225 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/ |
D | fx_win32_device.cpp | 34 virtual FX_BOOL GetFontCharset(void* hFont, int& charset); 390 FX_BOOL CWin32FontInfo::GetFontCharset(void* hFont, int& charset) in GetFontCharset() function in CWin32FontInfo
|