Home
last modified time | relevance | path

Searched refs:hFont (Results 1 – 25 of 671) sorted by relevance

12345678910>>...27

/dports/print/hplip/hplip-3.20.6/prnt/hpijs/
H A Dhpprint_c_api.h177 extern void C_Font_Destroy(FontHandle hFont);
183 extern const char* C_Font_GetName(const FontHandle hFont);
185 extern BOOL C_Font_IsBoldAllowed(const FontHandle hFont);
191 extern BOOL C_Font_IsColorAllowed(const FontHandle hFont);
193 extern BOOL C_Font_IsProportional(const FontHandle hFont);
195 extern BOOL C_Font_HasSerif(const FontHandle hFont);
199 extern int C_Font_Get_iPointsize(const FontHandle hFont);
203 extern BOOL C_Font_Get_bBold(const FontHandle hFont);
207 extern BOOL C_Font_Get_bItalic(const FontHandle hFont);
219 extern int C_Font_Get_iPitch(const FontHandle hFont);
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxge/android/
H A Dfx_android_font.cpp58 uint32_t CFX_AndroidFontInfo::GetFontData(void* hFont, in GetFontData() argument
62 if (!hFont) in GetFontData()
68 if (!hFont) in GetFaceName()
71 name = static_cast<CFPF_SkiaFont*>(hFont)->GetFamilyName(); in GetFaceName()
75 FX_BOOL CFX_AndroidFontInfo::GetFontCharset(void* hFont, int& charset) { in GetFontCharset() argument
76 if (!hFont) in GetFontCharset()
79 charset = static_cast<CFPF_SkiaFont*>(hFont)->GetCharset(); in GetFontCharset()
83 void CFX_AndroidFontInfo::DeleteFont(void* hFont) { in DeleteFont() argument
84 if (!hFont) in DeleteFont()
87 static_cast<CFPF_SkiaFont*>(hFont)->Release(); in DeleteFont()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxge/android/
H A Dcfx_androidfontinfo.cpp57 uint32_t CFX_AndroidFontInfo::GetFontData(void* hFont, in GetFontData() argument
61 if (!hFont) in GetFontData()
66 bool CFX_AndroidFontInfo::GetFaceName(void* hFont, CFX_ByteString& name) { in GetFaceName() argument
67 if (!hFont) in GetFaceName()
70 name = static_cast<CFPF_SkiaFont*>(hFont)->GetFamilyName(); in GetFaceName()
74 bool CFX_AndroidFontInfo::GetFontCharset(void* hFont, int& charset) { in GetFontCharset() argument
75 if (!hFont) in GetFontCharset()
78 charset = static_cast<CFPF_SkiaFont*>(hFont)->GetCharset(); in GetFontCharset()
82 void CFX_AndroidFontInfo::DeleteFont(void* hFont) { in DeleteFont() argument
83 if (!hFont) in DeleteFont()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxge/android/
H A Dcfx_androidfontinfo.cpp56 uint32_t CFX_AndroidFontInfo::GetFontData(void* hFont, in GetFontData() argument
59 if (!hFont) in GetFontData()
61 return static_cast<CFPF_SkiaFont*>(hFont)->GetFontData(table, buffer); in GetFontData()
64 bool CFX_AndroidFontInfo::GetFaceName(void* hFont, ByteString* name) { in GetFaceName() argument
65 if (!hFont) in GetFaceName()
68 *name = static_cast<CFPF_SkiaFont*>(hFont)->GetFamilyName(); in GetFaceName()
72 bool CFX_AndroidFontInfo::GetFontCharset(void* hFont, int* charset) { in GetFontCharset() argument
73 if (!hFont) in GetFontCharset()
76 *charset = static_cast<CFPF_SkiaFont*>(hFont)->GetCharset(); in GetFontCharset()
80 void CFX_AndroidFontInfo::DeleteFont(void* hFont) {} in DeleteFont() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxge/android/
H A Dcfx_androidfontinfo.cpp58 uint32_t CFX_AndroidFontInfo::GetFontData(void* hFont, in GetFontData() argument
61 if (!hFont) in GetFontData()
63 return static_cast<CFPF_SkiaFont*>(hFont)->GetFontData(table, buffer); in GetFontData()
66 bool CFX_AndroidFontInfo::GetFaceName(void* hFont, ByteString* name) { in GetFaceName() argument
67 if (!hFont) in GetFaceName()
70 *name = static_cast<CFPF_SkiaFont*>(hFont)->GetFamilyName(); in GetFaceName()
74 bool CFX_AndroidFontInfo::GetFontCharset(void* hFont, int* charset) { in GetFontCharset() argument
75 if (!hFont) in GetFontCharset()
78 *charset = static_cast<CFPF_SkiaFont*>(hFont)->GetCharset(); in GetFontCharset()
82 void CFX_AndroidFontInfo::DeleteFont(void* hFont) {} in DeleteFont() argument
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/fpdfsdk/
H A Dfpdf_sysfontinfo.cpp52 uint32_t GetFontData(void* hFont, in GetFontData() argument
68 size = m_pInfo->GetFaceName(m_pInfo, hFont, buffer, size); in GetFaceName()
74 bool GetFontCharset(void* hFont, int& charset) override { in GetFontCharset() argument
78 charset = m_pInfo->GetFontCharset(m_pInfo, hFont); in GetFontCharset()
82 void DeleteFont(void* hFont) override { in DeleteFont() argument
84 m_pInfo->DeleteFont(m_pInfo, hFont); in DeleteFont()
144 void* hFont, in DefaultGetFontData() argument
153 void* hFont, in DefaultGetFaceName() argument
158 if (!pDefault->m_pFontInfo->GetFaceName(hFont, name)) in DefaultGetFaceName()
169 if (!pDefault->m_pFontInfo->GetFontCharset(hFont, charset)) in DefaultGetFontCharset()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/fpdfsdk/
H A Dfpdf_sysfontinfo.cpp48 uint32_t GetFontData(void* hFont, in GetFontData() argument
64 size = m_pInfo->GetFaceName(m_pInfo, hFont, buffer, size); in GetFaceName()
70 FX_BOOL GetFontCharset(void* hFont, int& charset) override { in GetFontCharset() argument
74 charset = m_pInfo->GetFontCharset(m_pInfo, hFont); in GetFontCharset()
78 void DeleteFont(void* hFont) override { in DeleteFont() argument
80 m_pInfo->DeleteFont(m_pInfo, hFont); in DeleteFont()
140 void* hFont, in DefaultGetFontData() argument
149 void* hFont, in DefaultGetFaceName() argument
154 if (!pDefault->m_pFontInfo->GetFaceName(hFont, name)) in DefaultGetFaceName()
165 if (!pDefault->m_pFontInfo->GetFontCharset(hFont, charset)) in DefaultGetFontCharset()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxge/
H A Dcfx_windowsrenderdevice.cpp95 uint32_t GetFontData(void* hFont,
100 void DeleteFont(void* hFont) override;
148 DeleteFont(hFont); in IsOpenTypeFromDiv()
171 DeleteFont(hFont); in IsSupportFontFormDiv()
342 HFONT hFont = in MapFont() local
350 return hFont; in MapFont()
362 return hFont; in MapFont()
364 ::DeleteObject(hFont); in MapFont()
386 hFont = in MapFont()
389 return hFont; in MapFont()
[all …]
H A Dcfx_fontmapper.cpp328 if (!hFont) { in AddInstalledFont()
330 if (!hFont) in AddInstalledFont()
337 m_pFontInfo->DeleteFont(hFont); in AddInstalledFont()
603 if (!hFont) { in FindSubstFont()
610 if (!hFont) { in FindSubstFont()
644 if (!hFont) in FindSubstFont()
647 m_pFontInfo->GetFaceName(hFont, &SubstName); in FindSubstFont()
653 m_pFontInfo->DeleteFont(hFont); in FindSubstFont()
662 m_pFontInfo->DeleteFont(hFont); in FindSubstFont()
681 m_pFontInfo->DeleteFont(hFont); in FindSubstFont()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxge/win32/
H A Dcwin32_platform.cpp92 uint32_t GetFontData(void* hFont,
97 void DeleteFont(void* hFont) override;
145 DeleteFont(hFont); in IsOpenTypeFromDiv()
168 DeleteFont(hFont); in IsSupportFontFormDiv()
339 HFONT hFont = in MapFont() local
347 return hFont; in MapFont()
359 return hFont; in MapFont()
361 ::DeleteObject(hFont); in MapFont()
383 hFont = in MapFont()
386 return hFont; in MapFont()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxge/ge/
H A Dcfx_fontmapper.cpp341 if (!hFont) { in AddInstalledFont()
345 if (!hFont) in AddInstalledFont()
352 m_pFontInfo->DeleteFont(hFont); in AddInstalledFont()
632 if (!hFont) { in FindSubstFont()
643 if (!hFont) { in FindSubstFont()
678 if (!hFont) in FindSubstFont()
687 m_pFontInfo->DeleteFont(hFont); in FindSubstFont()
715 m_pFontInfo->DeleteFont(hFont); in FindSubstFont()
730 void* hFont = in FindSubstFontByUnicode() local
732 if (!hFont) in FindSubstFontByUnicode()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fpdfsdk/
H A Dfpdf_sysfontinfo.cpp85 uint32_t GetFontData(void* hFont, in GetFontData() argument
94 bool GetFaceName(void* hFont, ByteString* name) override { in GetFaceName() argument
101 size = m_pInfo->GetFaceName(m_pInfo, hFont, buffer, size); in GetFaceName()
107 bool GetFontCharset(void* hFont, int* charset) override { in GetFontCharset() argument
111 *charset = m_pInfo->GetFontCharset(m_pInfo, hFont); in GetFontCharset()
115 void DeleteFont(void* hFont) override { in DeleteFont() argument
117 m_pInfo->DeleteFont(m_pInfo, hFont); in DeleteFont()
176 void* hFont, in DefaultGetFontData() argument
185 void* hFont, in DefaultGetFaceName() argument
190 if (!pDefault->m_pFontInfo->GetFaceName(hFont, &name)) in DefaultGetFaceName()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fpdfsdk/
H A Dfpdf_sysfontinfo.cpp84 uint32_t GetFontData(void* hFont, in GetFontData() argument
93 bool GetFaceName(void* hFont, ByteString* name) override { in GetFaceName() argument
100 size = m_pInfo->GetFaceName(m_pInfo, hFont, buffer, size); in GetFaceName()
106 bool GetFontCharset(void* hFont, int* charset) override { in GetFontCharset() argument
110 *charset = m_pInfo->GetFontCharset(m_pInfo, hFont); in GetFontCharset()
114 void DeleteFont(void* hFont) override { in DeleteFont() argument
116 m_pInfo->DeleteFont(m_pInfo, hFont); in DeleteFont()
175 void* hFont, in DefaultGetFontData() argument
184 void* hFont, in DefaultGetFaceName() argument
189 if (!pDefault->m_pFontInfo->GetFaceName(hFont, &name)) in DefaultGetFaceName()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/tinsel/
H A Dfont.h57 void SetTagFontHandle(SCNHANDLE hFont);
63 void SetTalkFontHandle(SCNHANDLE hFont) { in SetTalkFontHandle() argument
64 _hTalkFont = _hRegularTalkFont = hFont; in SetTalkFontHandle()
70 void SetTempTagFontHandle(SCNHANDLE hFont) { in SetTempTagFontHandle() argument
71 _hTagFont = hFont; in SetTempTagFontHandle()
77 void SetTempTalkFontHandle(SCNHANDLE hFont) { in SetTempTalkFontHandle() argument
78 _hTalkFont = hFont; in SetTempTalkFontHandle()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tinsel/
H A Dfont.cpp67 void SetTagFontHandle(SCNHANDLE hFont) { in SetTagFontHandle() argument
68 g_hTagFont = g_hRegularTagFont = hFont; // Store the font handle in SetTagFontHandle()
75 void SetTalkFontHandle(SCNHANDLE hFont) { in SetTalkFontHandle() argument
76 g_hTalkFont = g_hRegularTalkFont = hFont; // Store the font handle in SetTalkFontHandle()
79 void SetTempTagFontHandle(SCNHANDLE hFont) { in SetTempTagFontHandle() argument
80 g_hTagFont = hFont; in SetTempTagFontHandle()
83 void SetTempTalkFontHandle(SCNHANDLE hFont) { in SetTempTalkFontHandle() argument
84 g_hTalkFont = hFont; in SetTempTalkFontHandle()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxge/
H A Dcfx_fontmapper.cpp328 if (!hFont) { in AddInstalledFont()
330 if (!hFont) in AddInstalledFont()
337 m_pFontInfo->DeleteFont(hFont); in AddInstalledFont()
604 if (!hFont) { in FindSubstFont()
611 if (!hFont) { in FindSubstFont()
645 if (!hFont) in FindSubstFont()
648 m_pFontInfo->GetFaceName(hFont, &SubstName); in FindSubstFont()
654 m_pFontInfo->DeleteFont(hFont); in FindSubstFont()
663 m_pFontInfo->DeleteFont(hFont); in FindSubstFont()
682 m_pFontInfo->DeleteFont(hFont); in FindSubstFont()
[all …]
/dports/www/netsurf/netsurf-3.10/frontends/windows/
H A Dabout.c48 HFONT hFont; in init_about_dialog() local
53hFont=CreateFont (26, 0, 0, 0, FW_BOLD, FALSE, FALSE, FALSE, ANSI_CHARSET, OUT_DEFAULT_PRECIS, CLI… in init_about_dialog()
54 if (hFont != NULL) { in init_about_dialog()
56 SendMessage(dlg_itm, WM_SETFONT, (WPARAM)hFont, 0); in init_about_dialog()
82 HFONT hFont; in destroy_about_dialog() local
86 hFont = (HFONT)SendMessage(dlg_itm, WM_GETFONT, 0, 0); in destroy_about_dialog()
87 if (hFont != NULL) { in destroy_about_dialog()
89 DeleteObject(hFont); in destroy_about_dialog()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevmsxf.c57 HFONT hFont; member
172 f.hFont = 0; in win_lookup_font()
203 DeleteObject(f.hFont); in win_lookup_font()
218 if (xf->hFont == 0) in map_logical_font()
221 SelectObject(hdc, xf->hFont); in map_logical_font()
225 DeleteObject(xf->hFont); in map_logical_font()
226 xf->hFont = 0; in map_logical_font()
420 if (wxf->hFont) { in win_release()
422 wxf->hFont = 0; in win_release()
454 HFONT hFont = wxf->hFont; in win_select_font() local
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevmsxf.c57 HFONT hFont; member
172 f.hFont = 0; in win_lookup_font()
203 DeleteObject(f.hFont); in win_lookup_font()
218 if (xf->hFont == 0) in map_logical_font()
221 SelectObject(hdc, xf->hFont); in map_logical_font()
225 DeleteObject(xf->hFont); in map_logical_font()
226 xf->hFont = 0; in map_logical_font()
420 if (wxf->hFont) { in win_release()
422 wxf->hFont = 0; in win_release()
454 HFONT hFont = wxf->hFont; in win_select_font() local
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevmsxf.c55 HFONT hFont; member
170 f.hFont = 0; in win_lookup_font()
201 DeleteObject(f.hFont); in win_lookup_font()
216 if (xf->hFont == 0) in map_logical_font()
223 DeleteObject(xf->hFont); in map_logical_font()
224 xf->hFont = 0; in map_logical_font()
418 if (wxf->hFont) { in win_release()
419 DeleteObject(wxf->hFont); in win_release()
420 wxf->hFont = 0; in win_release()
452 HFONT hFont = wxf->hFont; in win_select_font() local
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevmsxf.c55 HFONT hFont; member
170 f.hFont = 0; in win_lookup_font()
201 DeleteObject(f.hFont); in win_lookup_font()
216 if (xf->hFont == 0) in map_logical_font()
223 DeleteObject(xf->hFont); in map_logical_font()
224 xf->hFont = 0; in map_logical_font()
418 if (wxf->hFont) { in win_release()
419 DeleteObject(wxf->hFont); in win_release()
420 wxf->hFont = 0; in win_release()
452 HFONT hFont = wxf->hFont; in win_select_font() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wtl/
H A Dwtl10.patch20 HFONT hFont = ::CreateFontIndirect(&lf);
21 ATLASSERT(hFont != NULL);
22 return hFont;
23 @@ -199,9 +199,9 @@ inline HFONT AtlCreateBoldFont(HFONT hFont = NULL)
26 if(hFont == NULL)
30 - ATLVERIFY(::GetObject(hFont, sizeof(LOGFONT), &lf) == sizeof(LOGFONT));
31 + (void)(ATLVERIFY(::GetObject(hFont, sizeof(LOGFONT), &lf) == sizeof(LOGFONT)));
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wtl/
H A Dwtl10.patch20 HFONT hFont = ::CreateFontIndirect(&lf);
21 ATLASSERT(hFont != NULL);
22 return hFont;
23 @@ -199,9 +199,9 @@ inline HFONT AtlCreateBoldFont(HFONT hFont = NULL)
26 if(hFont == NULL)
30 - ATLVERIFY(::GetObject(hFont, sizeof(LOGFONT), &lf) == sizeof(LOGFONT));
31 + (void)(ATLVERIFY(::GetObject(hFont, sizeof(LOGFONT), &lf) == sizeof(LOGFONT)));
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevmsxf.c61 HFONT hFont; member
176 f.hFont = 0; in win_lookup_font()
207 DeleteObject(f.hFont); in win_lookup_font()
222 if (xf->hFont == 0) in map_logical_font()
229 DeleteObject(xf->hFont); in map_logical_font()
230 xf->hFont = 0; in map_logical_font()
424 if (wxf->hFont) { in win_release()
425 DeleteObject(wxf->hFont); in win_release()
426 wxf->hFont = 0; in win_release()
458 HFONT hFont = wxf->hFont; in win_select_font() local
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevmsxf.c61 HFONT hFont; member
176 f.hFont = 0; in win_lookup_font()
207 DeleteObject(f.hFont); in win_lookup_font()
222 if (xf->hFont == 0) in map_logical_font()
229 DeleteObject(xf->hFont); in map_logical_font()
230 xf->hFont = 0; in map_logical_font()
424 if (wxf->hFont) { in win_release()
425 DeleteObject(wxf->hFont); in win_release()
426 wxf->hFont = 0; in win_release()
458 HFONT hFont = wxf->hFont; in win_select_font() local
[all …]

12345678910>>...27