Home
last modified time | relevance | path

Searched refs:font_handle (Results 1 – 25 of 62) sorted by relevance

123

/dports/games/retroarch/RetroArch-1.9.7/gfx/
H A Dfont_driver.c111 *font_handle = data; in d3d8_font_init_first()
145 *font_handle = data; in d3d9_font_init_first()
177 *font_handle = data; in gl1_font_init_first()
208 *font_handle = data; in gl_font_init_first()
239 *font_handle = data; in gl_core_font_init_first()
270 *font_handle = data; in caca_font_init_first()
301 *font_handle = data; in sixel_font_init_first()
332 *font_handle = data; in vga_font_init_first()
364 *font_handle = data; in gdi_font_init_first()
396 *font_handle = data; in vulkan_font_init_first()
[all …]
H A Dvideo_thread_wrapper.h66 void **font_handle, void *video_data, const char *font_path,
145 void **font_handle; member
256 void **font_handle,
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/antiword/
H A Dfonts_r.c15 static font_handle tFontCurr = (font_handle)-1;
102 if (tFontCurr == (font_handle)-1) { in vCloseFont()
109 tFontCurr = (font_handle)-1; in vCloseFont()
122 font_handle tFont; in tOpenFont()
137 tFontCurr = (font_handle)-1; in tOpenFont()
154 tFontCurr = (font_handle)-1; in tOpenFont()
177 tFontCurr = (font_handle)-1; in tOpenTableFont()
207 if (tFontCurr == (font_handle)-1) { in lComputeStringWidth()
/dports/textproc/antiword/antiword-0.37/
H A Dfonts_r.c15 static font_handle tFontCurr = (font_handle)-1;
102 if (tFontCurr == (font_handle)-1) { in vCloseFont()
109 tFontCurr = (font_handle)-1; in vCloseFont()
122 font_handle tFont; in tOpenFont()
137 tFontCurr = (font_handle)-1; in tOpenFont()
154 tFontCurr = (font_handle)-1; in tOpenFont()
177 tFontCurr = (font_handle)-1; in tOpenTableFont()
207 if (tFontCurr == (font_handle)-1) { in lComputeStringWidth()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/common/
H A Dfont_cache_dispatcher_win.cc35 HFONT font_handle = CreateFontIndirect(&font); in PreCacheFont() local
36 DCHECK(NULL != font_handle); in PreCacheFont()
38 HGDIOBJ old_font = SelectObject(hdc, font_handle); in PreCacheFont()
61 cache_[font_name].font_ = font_handle; in PreCacheFont()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/common/
H A Dfont_cache_dispatcher_win.cc36 HFONT font_handle = CreateFontIndirect(&font); in PreCacheFont() local
37 DCHECK(NULL != font_handle); in PreCacheFont()
39 HGDIOBJ old_font = SelectObject(hdc, font_handle); in PreCacheFont()
63 cache_[font_name].font_ = font_handle; in PreCacheFont()
/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers_display/
H A Dgfx_display_switch.c29 void **font_handle, void *video_data, in gfx_display_switch_font_init_first() argument
33 font_data_t **handle = (font_data_t**)font_handle; in gfx_display_switch_font_init_first()
H A Dgfx_display_vita2d.c135 void **font_handle, void *video_data, in gfx_display_vita2d_font_init_first() argument
139 font_data_t **handle = (font_data_t**)font_handle; in gfx_display_vita2d_font_init_first()
H A Dgfx_display_ctr.c138 void **font_handle, void *video_data, in gfx_display_ctr_font_init_first() argument
142 font_data_t **handle = (font_data_t**)font_handle; in gfx_display_ctr_font_init_first()
H A Dgfx_display_gl1.c171 void **font_handle, void *video_data, in gfx_display_gl1_font_init_first() argument
175 font_data_t **handle = (font_data_t**)font_handle; in gfx_display_gl1_font_init_first()
H A Dgfx_display_gdi.c118 void **font_handle, void *video_data, in gfx_display_gdi_font_init_first() argument
122 font_data_t **handle = (font_data_t**)font_handle; in gfx_display_gdi_font_init_first()
H A Dgfx_display_d3d8.c222 void **font_handle, void *video_data, in gfx_display_d3d8_font_init_first() argument
226 font_data_t **handle = (font_data_t**)font_handle; in gfx_display_d3d8_font_init_first()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/platform/windows/
H A Dfont.rs185 pub fn add_native_font(&mut self, font_key: &FontKey, font_handle: NativeFontHandle) { in add_native_font()
190 let index = font_handle.index; in add_native_font()
193 if let Some(font) = cache.get(font_handle.path.as_path()) { in add_native_font()
202 if let Some(file) = dwrote::FontFile::new_from_path(&font_handle.path) { in add_native_font()
205 let key: CachedFontKey = font_handle.path.into(); in add_native_font()
604 fn from(font_handle: NativeFontHandleWrapper<'a>) -> Self { in from()
605 if let Some(file) = dwrote::FontFile::new_from_path(&font_handle.0.path) { in from()
606 let index = font_handle.0.index; in from()
611 panic!("missing font {:?}", font_handle.0) in from()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/font-kit-0.6.0/src/
H A Dfamily.rs37 for font_handle in font_handles { in from_font_handles()
38 fonts.push(F::from_handle(font_handle)?) in from_font_handles()
H A Dsource.rs145 for font_handle in family.fonts() { in select_descriptions_in_family()
146 if let Ok(font) = Font::from_handle(font_handle) { in select_descriptions_in_family()
/dports/www/netsurf/netsurf-3.10/frontends/riscos/
H A Dfont.c525 font_f font_handle; in ro_gui_wimp_desktop_font() local
533 error = xwimpreadsysinfo_font(&font_handle, NULL); in ro_gui_wimp_desktop_font()
541 if (font_handle == font_SYSTEM) { in ro_gui_wimp_desktop_font()
546 error = xfont_read_identifier(font_handle, NULL, &used); in ro_gui_wimp_desktop_font()
559 error = xfont_read_defn(font_handle, (byte *) family, in ro_gui_wimp_desktop_font()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/font-kit-0.6.0/src/sources/
H A Dcore_text.rs164 let font_handle = Handle::from_path(font_path.clone(), font_index); in create_handle_from_descriptor() localVariable
165 if let Ok(font) = Font::from_handle(&font_handle) { in create_handle_from_descriptor()
168 return font_handle; in create_handle_from_descriptor()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/printing/
H A Dpdf_to_emf_converter.cc70 HFONT font_handle = CreateFontIndirect(logfont); in PreCacheFontCharacters() local
71 DCHECK(font_handle != nullptr); in PreCacheFontCharacters()
73 HGDIOBJ old_font = SelectObject(hdc, font_handle); in PreCacheFontCharacters()
80 DeleteObject(font_handle); in PreCacheFontCharacters()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/printing/
H A Dpdf_to_emf_converter.cc70 HFONT font_handle = CreateFontIndirect(logfont); in PreCacheFontCharacters() local
71 DCHECK(font_handle != nullptr); in PreCacheFontCharacters()
73 HGDIOBJ old_font = SelectObject(hdc, font_handle); in PreCacheFontCharacters()
80 DeleteObject(font_handle); in PreCacheFontCharacters()
/dports/www/rt44/rt-4.4.5/share/html/Search/
H A DChart177 my $font_handle = GD::Text::Align->new(
180 $font_handle->set_font($font, $size);
181 $font_handle->set_text($text);
182 return $font_handle;
382 my $font_handle = $text_size->(10, 'Q');
383 my $line_height = $font_handle->get('height');
393 $font_handle->set_text($_);
394 my $width = $font_handle->get('width');
/dports/www/rt50/rt-5.0.2/share/html/Search/
H A DChart177 my $font_handle = GD::Text::Align->new(
180 $font_handle->set_font($font, $size);
181 $font_handle->set_text($text);
182 return $font_handle;
382 my $font_handle = $text_size->(10, 'Q');
383 my $line_height = $font_handle->get('height');
393 $font_handle->set_text($_);
394 my $width = $font_handle->get('width');
/dports/devel/z88dk/z88dk/include/arch/gb/
H A Dfont.h47 font_t __LIB__ font_set( font_t font_handle ) NONBANKED;
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/platform/windows/
H A Dfont.rs183 pub fn add_native_font(&mut self, font_key: &FontKey, font_handle: NativeFontHandle) { in add_native_font()
188 let index = font_handle.index; in add_native_font()
191 if let Some(font) = cache.get(font_handle.path.as_path()) { in add_native_font()
200 if let Some(file) = dwrote::FontFile::new_from_path(&font_handle.path) { in add_native_font()
203 let key: CachedFontKey = font_handle.path.into(); in add_native_font()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/platform/windows/
H A Dfont.rs183 pub fn add_native_font(&mut self, font_key: &FontKey, font_handle: NativeFontHandle) { in add_native_font()
188 let index = font_handle.index; in add_native_font()
191 if let Some(font) = cache.get(font_handle.path.as_path()) { in add_native_font()
200 if let Some(file) = dwrote::FontFile::new_from_path(&font_handle.path) { in add_native_font()
203 let key: CachedFontKey = font_handle.path.into(); in add_native_font()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/platform/windows/
H A Dfont.rs183 pub fn add_native_font(&mut self, font_key: &FontKey, font_handle: NativeFontHandle) { in add_native_font()
188 let index = font_handle.index; in add_native_font()
191 if let Some(font) = cache.get(font_handle.path.as_path()) { in add_native_font()
200 if let Some(file) = dwrote::FontFile::new_from_path(&font_handle.path) { in add_native_font()
203 let key: CachedFontKey = font_handle.path.into(); in add_native_font()

123