/external/pdfium/core/fxge/android/ |
D | cfx_androidfontinfo.cpp | 56 uint32_t CFX_AndroidFontInfo::GetFontData(void* hFont, in GetFontData() 64 bool CFX_AndroidFontInfo::GetFaceName(void* hFont, ByteString* name) { in GetFaceName() 72 bool CFX_AndroidFontInfo::GetFontCharset(void* hFont, int* charset) { in GetFontCharset() 80 void CFX_AndroidFontInfo::DeleteFont(void* hFont) {} in DeleteFont()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_sysfontinfo.cpp | 85 uint32_t GetFontData(void* hFont, in GetFontData() 94 bool GetFaceName(void* hFont, ByteString* name) override { in GetFaceName() 107 bool GetFontCharset(void* hFont, int* charset) override { in GetFontCharset() 115 void DeleteFont(void* hFont) override { in DeleteFont() 176 void* hFont, in DefaultGetFontData() 185 void* hFont, in DefaultGetFaceName() 200 static int DefaultGetFontCharset(struct _FPDF_SYSFONTINFO* pThis, void* hFont) { in DefaultGetFontCharset() 208 static void DefaultDeleteFont(struct _FPDF_SYSFONTINFO* pThis, void* hFont) { in DefaultDeleteFont()
|
D | fpdf_sysfontinfo_embeddertest.cpp | 35 void* hFont, in FakeGetFontData() 43 void* hFont, in FakeGetFaceName() 49 int FakeGetFontCharset(FPDF_SYSFONTINFO* pThis, void* hFont) { in FakeGetFontCharset() 53 void FakeDeleteFont(FPDF_SYSFONTINFO* pThis, void* hFont) {} in FakeDeleteFont()
|
/external/pdfium/core/fxge/ |
D | cfx_fontmapper.cpp | 273 uint32_t CFX_FontMapper::GetChecksumFromTT(void* hFont) { in GetChecksumFromTT() 285 ByteString CFX_FontMapper::GetPSNameFromTT(void* hFont) { in GetPSNameFromTT() 308 void* hFont = m_pFontInfo->GetFont(name.c_str()); in AddInstalledFont() local 582 void* hFont = m_pFontInfo->MapFont(weight, bItalic, Charset, PitchFamily, in FindSubstFont() local 677 void* hFont = m_pFontInfo->MapFont(0, 0, FX_CHARSET_Default, 0, in RawBytesForIndex() local 706 RetainPtr<CFX_Face> CFX_FontMapper::GetCachedTTCFace(void* hFont, in GetCachedTTCFace() 736 RetainPtr<CFX_Face> CFX_FontMapper::GetCachedFace(void* hFont, in GetCachedFace()
|
D | fx_ge_fontmap.cpp | 12 int SystemFontInfoIface::GetFaceIndex(void* hFont) { in GetFaceIndex()
|
D | cfx_folderfontinfo.cpp | 337 uint32_t CFX_FolderFontInfo::GetFontData(void* hFont, in GetFontData() 376 void CFX_FolderFontInfo::DeleteFont(void* hFont) {} in DeleteFont() 378 bool CFX_FolderFontInfo::GetFaceName(void* hFont, ByteString* name) { in GetFaceName() 385 bool CFX_FolderFontInfo::GetFontCharset(void* hFont, int* charset) { in GetFontCharset()
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 365 HFONT hFont = CreateFontIndirectA(plf); in IsOpenTypeFromDiv() local 386 HFONT hFont = CreateFontIndirectA(plf); in IsSupportFontFormDiv() local 575 HFONT hFont = in MapFont() local 625 void CFX_Win32FontInfo::DeleteFont(void* hFont) { in DeleteFont() 629 uint32_t CFX_Win32FontInfo::GetFontData(void* hFont, in GetFontData() 642 bool CFX_Win32FontInfo::GetFaceName(void* hFont, ByteString* name) { in GetFaceName() 654 bool CFX_Win32FontInfo::GetFontCharset(void* hFont, int* charset) { in GetFontCharset()
|
D | fx_win32_print.cpp | 31 ScopedState(HDC hDC, HFONT hFont) in ScopedState() 40 HGDIOBJ hFont = SelectObject(m_hDC, m_hFont); in ~ScopedState() local 244 HFONT hFont = CreateFontIndirect(&lf); in DrawDeviceText() local
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_docpagedata.cpp | 542 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
|