Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/android/
Dcfx_androidfontinfo.cpp56 uint32_t CFX_AndroidFontInfo::GetFontData(void* hFont, in GetFontData()
65 bool CFX_AndroidFontInfo::GetFaceName(void* hFont, ByteString* name) { in GetFaceName()
73 bool CFX_AndroidFontInfo::GetFontCharset(void* hFont, int* charset) { in GetFontCharset()
81 void CFX_AndroidFontInfo::DeleteFont(void* hFont) { in DeleteFont()
/external/pdfium/fpdfsdk/
Dfpdf_sysfontinfo.cpp69 uint32_t GetFontData(void* hFont, in GetFontData()
78 bool GetFaceName(void* hFont, ByteString* name) override { in GetFaceName()
91 bool GetFontCharset(void* hFont, int* charset) override { in GetFontCharset()
99 void DeleteFont(void* hFont) override { in DeleteFont()
160 void* hFont, in DefaultGetFontData()
169 void* hFont, in DefaultGetFaceName()
184 static int DefaultGetFontCharset(struct _FPDF_SYSFONTINFO* pThis, void* hFont) { in DefaultGetFontCharset()
192 static void DefaultDeleteFont(struct _FPDF_SYSFONTINFO* pThis, void* hFont) { in DefaultDeleteFont()
/external/pdfium/core/fxge/
Dcfx_fontmapper.cpp297 ByteString CFX_FontMapper::GetPSNameFromTT(void* hFont) { in GetPSNameFromTT()
326 void* hFont = m_pFontInfo->GetFont(name.c_str()); in AddInstalledFont() local
610 void* hFont = m_pFontInfo->MapFont(weight, bItalic, Charset, PitchFamily, in FindSubstFont() local
710 void* hFont = in FindSubstFontByUnicode() local
750 FXFT_Face CFX_FontMapper::GetCachedTTCFace(void* hFont, in GetCachedTTCFace()
772 FXFT_Face CFX_FontMapper::GetCachedFace(void* hFont, in GetCachedFace()
Dcfx_folderfontinfo.cpp334 uint32_t CFX_FolderFontInfo::GetFontData(void* hFont, in GetFontData()
374 void CFX_FolderFontInfo::DeleteFont(void* hFont) {} in DeleteFont()
376 bool CFX_FolderFontInfo::GetFaceName(void* hFont, ByteString* name) { in GetFaceName()
383 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.cpp382 HFONT hFont = CreateFontIndirectA(plf); in IsOpenTypeFromDiv() local
403 HFONT hFont = CreateFontIndirectA(plf); in IsSupportFontFormDiv() local
592 HFONT hFont = in MapFont() local
642 void CFX_Win32FontInfo::DeleteFont(void* hFont) { in DeleteFont()
646 uint32_t CFX_Win32FontInfo::GetFontData(void* hFont, in GetFontData()
660 bool CFX_Win32FontInfo::GetFaceName(void* hFont, ByteString* name) { in GetFaceName()
672 bool CFX_Win32FontInfo::GetFontCharset(void* hFont, int* charset) { in GetFontCharset()
Dfx_win32_print.cpp29 ScopedState(HDC hDC, HFONT hFont) : m_hDC(hDC) { in ScopedState()
35 HGDIOBJ hFont = SelectObject(m_hDC, m_hFont); in ~ScopedState() local
240 HFONT hFont = CreateFontIndirect(&lf); in DrawDeviceText() local
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp675 void* hFont = pSystemFontInfo->MapFont( in CreateFontStream() local
/external/pdfium/core/fpdfapi/parser/
Dcpdf_document.cpp976 HGDIOBJ hFont = CreateFontIndirectA(pLogFont); in AddWindowsFont() local
/external/python/cpython3/PC/bdist_wininst/
Dinstall.c1153 HFONT hFont; in WindowProc() local
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c1109 HFONT hFont; in WindowProc() local