Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_sysfontinfo.cpp110 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()
H A Dfpdf_sysfontinfo_embeddertest.cpp38 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()
/aosp_15_r20/external/pdfium/core/fxge/android/
H A Dcfx_androidfontinfo.cpp58 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()
/aosp_15_r20/external/pdfium/core/fxge/win32/
H A Dcwin32_platform.cpp157 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()
/aosp_15_r20/external/pdfium/testing/
H A Dtest_fonts.cpp70 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()
/aosp_15_r20/external/pdfium/core/fxge/
H A Dcfx_folderfontinfo.cpp371 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()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dmlang.h1170 #define IMLangFontLink_GetFontCodePages(This,hDC,hFont,pdwCodePages) (This)->lpVtbl->GetFontCodePag… argument
1172 #define IMLangFontLink_ReleaseFont(This,hFont) (This)->lpVtbl->ReleaseFont(This,hFont) argument
1237 #define IMLangFontLink2_GetFontCodePages(This,hDC,hFont,pdwCodePages) (This)->lpVtbl->GetFontCodePa… argument
1238 #define IMLangFontLink2_ReleaseFont(This,hFont) (This)->lpVtbl->ReleaseFont(This,hFont) argument
/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_docpagedata.cpp570 HGDIOBJ hFont = CreateFontIndirectA(pLogFont); in AddWindowsFont() local
/aosp_15_r20/external/python/cpython2/PC/bdist_wininst/
Dinstall.c1109 HFONT hFont; in WindowProc() local