Searched defs:hFont (Results 1 – 8 of 8) sorted by relevance
| /external/pdfium/core/fxge/android/ |
| D | cfx_androidfontinfo.cpp | 58 size_t CFX_AndroidFontInfo::GetFontData(void* hFont, in GetFontData() 66 bool CFX_AndroidFontInfo::GetFaceName(void* hFont, ByteString* name) { in GetFaceName() 74 bool CFX_AndroidFontInfo::GetFontCharset(void* hFont, FX_Charset* charset) { in GetFontCharset() 82 void CFX_AndroidFontInfo::DeleteFont(void* hFont) {} in DeleteFont()
|
| /external/pdfium/fpdfsdk/ |
| D | fpdf_sysfontinfo.cpp | 110 size_t GetFontData(void* hFont, in GetFontData() 119 bool GetFaceName(void* hFont, ByteString* name) override { in GetFaceName() 132 bool GetFontCharset(void* hFont, FX_Charset* charset) override { in GetFontCharset() 140 void DeleteFont(void* hFont) override { in DeleteFont() 205 void* hFont, in DefaultGetFontData() 215 void* hFont, in DefaultGetFaceName() 231 static int DefaultGetFontCharset(struct _FPDF_SYSFONTINFO* pThis, void* hFont) { in DefaultGetFontCharset() 239 static void DefaultDeleteFont(struct _FPDF_SYSFONTINFO* pThis, void* hFont) { in DefaultDeleteFont()
|
| D | fpdf_sysfontinfo_embeddertest.cpp | 38 void* hFont, in FakeGetFontData() 46 void* hFont, in FakeGetFaceName() 52 int FakeGetFontCharset(FPDF_SYSFONTINFO* pThis, void* hFont) { in FakeGetFontCharset() 56 void FakeDeleteFont(FPDF_SYSFONTINFO* pThis, void* hFont) {} in FakeDeleteFont()
|
| /external/pdfium/testing/ |
| D | test_fonts.cpp | 70 size_t GetFontData(void* hFont, in GetFontData() 75 bool GetFaceName(void* hFont, ByteString* name) override { in GetFaceName() 79 bool GetFontCharset(void* hFont, FX_Charset* charset) override { in GetFontCharset() 82 void DeleteFont(void* hFont) override { in DeleteFont()
|
| /external/pdfium/core/fxge/win32/ |
| D | cwin32_platform.cpp | 157 HFONT hFont = CreateFontIndirectA(plf); in IsSupportedFont() local 365 HFONT hFont = Win32CreateFont(weight, bItalic, charset, subst_pitch_family, in MapFont() local 416 void CFX_Win32FontInfo::DeleteFont(void* hFont) { in DeleteFont() 420 size_t CFX_Win32FontInfo::GetFontData(void* hFont, in GetFontData() 430 bool CFX_Win32FontInfo::GetFaceName(void* hFont, ByteString* name) { in GetFaceName() 440 bool CFX_Win32FontInfo::GetFontCharset(void* hFont, FX_Charset* charset) { in GetFontCharset()
|
| /external/pdfium/core/fxge/ |
| D | cfx_folderfontinfo.cpp | 371 size_t CFX_FolderFontInfo::GetFontData(void* hFont, in GetFontData() 410 void CFX_FolderFontInfo::DeleteFont(void* hFont) {} in DeleteFont() 412 bool CFX_FolderFontInfo::GetFaceName(void* hFont, ByteString* name) { in GetFaceName() 419 bool CFX_FolderFontInfo::GetFontCharset(void* hFont, FX_Charset* charset) { in GetFontCharset()
|
| /external/pdfium/core/fpdfapi/page/ |
| D | cpdf_docpagedata.cpp | 568 HGDIOBJ hFont = CreateFontIndirectA(pLogFont); in AddWindowsFont() local
|
| /external/python/cpython2/PC/bdist_wininst/ |
| D | install.c | 1109 HFONT hFont; in WindowProc() local
|