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()
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/
Dfpdf_sysfontinfo.cpp85 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()
Dfpdf_sysfontinfo_embeddertest.cpp35 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/
Dcfx_fontmapper.cpp273 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()
Dfx_ge_fontmap.cpp12 int SystemFontInfoIface::GetFaceIndex(void* hFont) { in GetFaceIndex()
Dcfx_folderfontinfo.cpp337 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/
Dfx_win32_device.cpp365 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()
Dfx_win32_print.cpp31 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/
Dcpdf_docpagedata.cpp542 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