Home
last modified time | relevance | path

Searched defs:hFont (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/core/fxge/android/
Dcfx_androidfontinfo.cpp57 uint32_t CFX_AndroidFontInfo::GetFontData(void* hFont, in GetFontData()
66 bool CFX_AndroidFontInfo::GetFaceName(void* hFont, CFX_ByteString& name) { in GetFaceName()
74 bool CFX_AndroidFontInfo::GetFontCharset(void* hFont, int& charset) { in GetFontCharset()
82 void CFX_AndroidFontInfo::DeleteFont(void* hFont) { in DeleteFont()
/external/pdfium/fpdfsdk/
Dfpdf_sysfontinfo.cpp52 uint32_t GetFontData(void* hFont, in GetFontData()
61 bool GetFaceName(void* hFont, CFX_ByteString& name) override { in GetFaceName()
74 bool GetFontCharset(void* hFont, int& charset) override { in GetFontCharset()
82 void DeleteFont(void* hFont) override { in DeleteFont()
144 void* hFont, in DefaultGetFontData()
153 void* hFont, in DefaultGetFaceName()
166 static int DefaultGetFontCharset(struct _FPDF_SYSFONTINFO* pThis, void* hFont) { in DefaultGetFontCharset()
174 static void DefaultDeleteFont(struct _FPDF_SYSFONTINFO* pThis, void* hFont) { in DefaultDeleteFont()
/external/pdfium/core/fxge/ge/
Dcfx_fontmapper.cpp306 CFX_ByteString CFX_FontMapper::GetPSNameFromTT(void* hFont) { in GetPSNameFromTT()
340 void* hFont = m_pFontInfo->GetFont(name.c_str()); in AddInstalledFont() local
628 void* hFont = m_pFontInfo->MapFont(weight, bItalic, Charset, PitchFamily, in FindSubstFont() local
730 void* hFont = in FindSubstFontByUnicode() local
770 FXFT_Face CFX_FontMapper::GetCachedTTCFace(void* hFont, in GetCachedTTCFace()
793 FXFT_Face CFX_FontMapper::GetCachedFace(void* hFont, in GetCachedFace()
Dcfx_folderfontinfo.cpp328 uint32_t CFX_FolderFontInfo::GetFontData(void* hFont, in GetFontData()
368 void CFX_FolderFontInfo::DeleteFont(void* hFont) {} in DeleteFont()
369 bool CFX_FolderFontInfo::GetFaceName(void* hFont, CFX_ByteString& name) { in GetFaceName()
377 bool CFX_FolderFontInfo::GetFontCharset(void* hFont, int& charset) { in GetFontCharset()
Dfx_ge_fontmap.cpp63 int IFX_SystemFontInfo::GetFaceIndex(void* hFont) { in GetFaceIndex()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp384 HFONT hFont = CreateFontIndirectA(plf); in IsOpenTypeFromDiv() local
405 HFONT hFont = CreateFontIndirectA(plf); in IsSupportFontFormDiv() local
598 HFONT hFont = in MapFont() local
648 void CFX_Win32FontInfo::DeleteFont(void* hFont) { in DeleteFont()
652 uint32_t CFX_Win32FontInfo::GetFontData(void* hFont, in GetFontData()
666 bool CFX_Win32FontInfo::GetFaceName(void* hFont, CFX_ByteString& name) { in GetFaceName()
678 bool CFX_Win32FontInfo::GetFontCharset(void* hFont, int& charset) { in GetFontCharset()
Dfx_win32_print.cpp27 ScopedState(HDC hDC, HFONT hFont) : m_hDC(hDC) { in ScopedState()
33 HGDIOBJ hFont = SelectObject(m_hDC, m_hFont); in ~ScopedState() local
238 HFONT hFont = CreateFontIndirect(&lf); in DrawDeviceText() local
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp841 void* hFont = in CreateFontStream() local
/external/pdfium/core/fpdfapi/parser/
Dcpdf_document.cpp975 HGDIOBJ hFont = CreateFontIndirectA(pLogFont); in AddWindowsFont() local
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c1109 HFONT hFont; in WindowProc() local