OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetFontCharset
(Results
1 - 7
of
7
) sorted by null
/external/pdfium/core/src/fxge/android/
fx_android_font.h
32
virtual FX_BOOL
GetFontCharset
(void* hFont, int& charset);
fx_android_font.cpp
68
FX_BOOL CFX_AndroidFontInfo::
GetFontCharset
(void* hFont, int& charset) {
/external/pdfium/fpdfsdk/src/
fpdf_sysfontinfo.cpp
70
FX_BOOL
GetFontCharset
(void* hFont, int& charset) override {
71
if (m_pInfo->
GetFontCharset
) {
72
charset = m_pInfo->
GetFontCharset
(m_pInfo, hFont);
162
->m_pFontInfo->
GetFontCharset
(hFont, charset))
182
pFontInfoExt->
GetFontCharset
= DefaultGetFontCharset;
/external/pdfium/public/
fpdf_sysfontinfo.h
197
* Method:
GetFontCharset
209
int (*
GetFontCharset
)(struct _FPDF_SYSFONTINFO* pThis, void* hFont);
/external/pdfium/core/include/fxge/
fx_font.h
378
virtual FX_BOOL
GetFontCharset
(void* hFont, int& charset) = 0;
415
FX_BOOL
GetFontCharset
(void* hFont, int& charset) override;
/external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp
[
all
...]
/external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp
50
FX_BOOL
GetFontCharset
(void* hFont, int& charset) override;
432
FX_BOOL CFX_Win32FontInfo::
GetFontCharset
(void* hFont, int& charset) {
[
all
...]
Completed in 231 milliseconds