Searched defs:hFont (Results 1 – 11 of 11) sorted by relevance
/external/pdfium/core/fxge/android/ |
D | cfx_androidfontinfo.cpp | 56 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/ |
D | fpdf_sysfontinfo.cpp | 69 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/ |
D | cfx_fontmapper.cpp | 297 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()
|
D | cfx_folderfontinfo.cpp | 334 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()
|
D | fx_ge_fontmap.cpp | 63 int IFX_SystemFontInfo::GetFaceIndex(void* hFont) { in GetFaceIndex()
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 382 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()
|
D | fx_win32_print.cpp | 29 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/ |
D | cfgas_fontmgr.cpp | 675 void* hFont = pSystemFontInfo->MapFont( in CreateFontStream() local
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_document.cpp | 976 HGDIOBJ hFont = CreateFontIndirectA(pLogFont); in AddWindowsFont() local
|
/external/python/cpython3/PC/bdist_wininst/ |
D | install.c | 1153 HFONT hFont; in WindowProc() local
|
/external/python/cpython2/PC/bdist_wininst/ |
D | install.c | 1109 HFONT hFont; in WindowProc() local
|