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

/external/pdfium/fpdfsdk/src/
H A Dfpdf_sysfontinfo.cpp65 virtual FX_BOOL GetFontCharset(void* hFont, int& charset) FX_OVERRIDE
67 if (m_pInfo->GetFontCharset) {
68 charset = m_pInfo->GetFontCharset(m_pInfo, hFont);
146 if (!((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->GetFontCharset(hFont, charset)) return 0;
165 pFontInfoExt->GetFontCharset = DefaultGetFontCharset;
/external/pdfium/core/src/fxge/android/
H A Dfx_android_font.h28 virtual FX_BOOL GetFontCharset(void* hFont, int& charset);
H A Dfx_android_font.cpp68 FX_BOOL CFX_AndroidFontInfo::GetFontCharset(void* hFont, int& charset) function in class:CFX_AndroidFontInfo
/external/pdfium/public/
H A Dfpdf_sysfontinfo.h164 * Method: GetFontCharset
176 int (*GetFontCharset)(struct _FPDF_SYSFONTINFO* pThis, void* hFont); member in struct:_FPDF_SYSFONTINFO
/external/pdfium/core/include/fxge/
H A Dfx_font.h305 virtual FX_BOOL GetFontCharset(void* hFont, int& charset) = 0;
331 virtual FX_BOOL GetFontCharset(void* hFont, int& charset);
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp1189 m_pFontInfo->GetFontCharset(hFont, Charset);
1522 FX_BOOL CFX_FolderFontInfo::GetFontCharset(void* hFont, int& charset) function in class:CFX_FolderFontInfo
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_device.cpp34 virtual FX_BOOL GetFontCharset(void* hFont, int& charset);
385 FX_BOOL CWin32FontInfo::GetFontCharset(void* hFont, int& charset) function in class:CWin32FontInfo

Completed in 78 milliseconds