Home
last modified time | relevance | path

Searched refs:DWriteFactory (Results 26 – 50 of 98) sorted by relevance

1234

/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/dwrote/src/
H A Dfont_collection.rs16 use super::{DWriteFactory, Font, FontDescriptor, FontFace, FontFamily};
51 let hr = (*DWriteFactory()).GetSystemFontCollection( in get_system()
75 let factory = DWriteFactory(); in from_loader()
H A Dglyph_run_analysis.rs17 use super::DWriteFactory;
35 let hr = (*DWriteFactory()).CreateGlyphRunAnalysis( in create()
H A Dfont_file_loader_impl.rs20 use super::DWriteFactory;
186 let hr = (*DWriteFactory()).RegisterFontFileLoader(ffl.as_raw());
217 let hr = (*DWriteFactory()).CreateCustomFontFileReference( in register_font_data()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/dwrote/src/
H A Dfont_collection.rs16 use super::{DWriteFactory, Font, FontDescriptor, FontFace, FontFamily};
51 let hr = (*DWriteFactory()).GetSystemFontCollection( in get_system()
75 let factory = DWriteFactory(); in from_loader()
H A Dglyph_run_analysis.rs17 use super::DWriteFactory;
35 let hr = (*DWriteFactory()).CreateGlyphRunAnalysis( in create()
H A Dfont_file_loader_impl.rs20 use super::DWriteFactory;
186 let hr = (*DWriteFactory()).RegisterFontFileLoader(ffl.as_raw());
217 let hr = (*DWriteFactory()).CreateCustomFontFileReference( in register_font_data()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/dwrote-0.10.0/src/
H A Dfont_collection.rs16 use super::{DWriteFactory, Font, FontDescriptor, FontFace, FontFamily};
51 let hr = (*DWriteFactory()).GetSystemFontCollection( in get_system()
75 let factory = DWriteFactory(); in from_loader()
H A Dglyph_run_analysis.rs17 use super::DWriteFactory;
35 let hr = (*DWriteFactory()).CreateGlyphRunAnalysis( in create()
H A Dfont_file_loader_impl.rs20 use super::DWriteFactory;
186 let hr = (*DWriteFactory()).RegisterFontFileLoader(ffl.as_raw());
217 let hr = (*DWriteFactory()).CreateCustomFontFileReference( in register_font_data()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/dwrote-0.9.0/src/
H A Dfont_collection.rs15 use super::{CustomFontCollectionLoaderImpl, DWriteFactory, FontFamily, Font};
53 let hr = (*DWriteFactory()).GetSystemFontCollection( in get_system()
77 let factory = DWriteFactory(); in from_loader()
H A Dglyph_run_analysis.rs17 use super::DWriteFactory;
34 let hr = (*DWriteFactory()).CreateGlyphRunAnalysis(glyph_run as *const DWRITE_GLYPH_RUN, in create()
H A Dfont_file_loader_impl.rs19 use super::DWriteFactory;
179 let hr = (*DWriteFactory()).RegisterFontFileLoader(ffl.as_ptr());
205 let hr = (*DWriteFactory()).CreateCustomFontFileReference( in register_font_data()
H A Dfont_file.rs28 use super::DWriteFactory;
44 let hr = (*DWriteFactory()).CreateFontFileReference(path.as_ptr(), in new_from_path()
221 let hr = (*DWriteFactory()).CreateFontFace(self.face_type, 1, &ptr.as_ptr(), in create_face()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/dwrote/src/
H A Dfont_file_loader_impl.rs14 use super::DWriteFactory;
159 let hr = (*DWriteFactory()).RegisterFontFileLoader(ffl.as_ptr());
182 let hr = (*DWriteFactory()).CreateCustomFontFileReference( in register_font_data()
H A Dglyph_run_analysis.rs11 use super::DWriteFactory;
29 … let hr = (*DWriteFactory()).CreateGlyphRunAnalysis(glyph_run as *const winapi::DWRITE_GLYPH_RUN, in create()
H A Dlib.rs115 let hr = (*DWriteFactory()).CreateRenderingParams(default_rendering_params.getter_addrefs());
129 fn DWriteFactory() -> *mut IDWriteFactory { in DWriteFactory() function
/dports/www/firefox/firefox-99.0/third_party/rust/dwrote/src/
H A Dglyph_run_analysis.rs17 use super::DWriteFactory;
35 let hr = (*DWriteFactory()).CreateGlyphRunAnalysis( in create()
H A Dfont_file_loader_impl.rs20 use super::DWriteFactory;
186 let hr = (*DWriteFactory()).RegisterFontFileLoader(ffl.as_raw());
217 let hr = (*DWriteFactory()).CreateCustomFontFileReference( in register_font_data()
H A Dfont_file.rs21 use super::DWriteFactory;
42 let hr = (*DWriteFactory()).CreateFontFileReference( in new_from_path()
228 let hr = (*DWriteFactory()).CreateFontFace( in create_face()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/dwrote/src/
H A Dglyph_run_analysis.rs17 use super::DWriteFactory;
35 let hr = (*DWriteFactory()).CreateGlyphRunAnalysis( in create()
H A Dfont_file_loader_impl.rs20 use super::DWriteFactory;
186 let hr = (*DWriteFactory()).RegisterFontFileLoader(ffl.as_raw());
217 let hr = (*DWriteFactory()).CreateCustomFontFileReference( in register_font_data()
H A Dfont_file.rs21 use super::DWriteFactory;
42 let hr = (*DWriteFactory()).CreateFontFileReference( in new_from_path()
228 let hr = (*DWriteFactory()).CreateFontFace( in create_face()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/dwrote-0.11.0/src/
H A Dglyph_run_analysis.rs17 use super::DWriteFactory;
35 let hr = (*DWriteFactory()).CreateGlyphRunAnalysis( in create()
H A Dfont_file_loader_impl.rs20 use super::DWriteFactory;
186 let hr = (*DWriteFactory()).RegisterFontFileLoader(ffl.as_raw());
217 let hr = (*DWriteFactory()).CreateCustomFontFileReference( in register_font_data()
H A Dfont_file.rs21 use super::DWriteFactory;
42 let hr = (*DWriteFactory()).CreateFontFileReference( in new_from_path()
228 let hr = (*DWriteFactory()).CreateFontFace( in create_face()

1234