/aosp_15_r20/external/pdfium/fpdfsdk/ |
H A 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()
|
H A 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()
|
/aosp_15_r20/external/pdfium/core/fxge/android/ |
H A 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()
|
/aosp_15_r20/external/pdfium/core/fxge/win32/ |
H A 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()
|
/aosp_15_r20/external/pdfium/testing/ |
H A 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()
|
/aosp_15_r20/external/pdfium/core/fxge/ |
H A 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()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | mlang.h | 1170 #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 D | cpdf_docpagedata.cpp | 570 HGDIOBJ hFont = CreateFontIndirectA(pLogFont); in AddWindowsFont() local
|
/aosp_15_r20/external/python/cpython2/PC/bdist_wininst/ |
D | install.c | 1109 HFONT hFont; in WindowProc() local
|