Home
last modified time | relevance | path

Searched refs:font_ref (Results 1 – 25 of 46) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/core-graphics/src/
H A Dfont.rs46 let font_ref = CGFontCreateWithDataProvider(provider.as_ptr()); in from_data_provider() localVariable
47 if !font_ref.is_null() { in from_data_provider()
48 Ok(CGFont::from_ptr(font_ref)) in from_data_provider()
57 let font_ref = CGFontCreateWithFontName(name.as_concrete_TypeRef()); in from_name() localVariable
58 if !font_ref.is_null() { in from_name()
59 Ok(CGFont::from_ptr(font_ref)) in from_name()
68 let font_ref = CGFontCreateCopyWithVariations(self.as_ptr(), in create_copy_from_variations() localVariable
70 if !font_ref.is_null() { in create_copy_from_variations()
71 Ok(CGFont::from_ptr(font_ref)) in create_copy_from_variations()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/core-graphics-0.17.1/src/
H A Dfont.rs47 let font_ref = CGFontCreateWithDataProvider(provider.as_ptr()); in from_data_provider() localVariable
48 if !font_ref.is_null() { in from_data_provider()
49 Ok(CGFont::from_ptr(font_ref)) in from_data_provider()
58 let font_ref = CGFontCreateWithFontName(name.as_concrete_TypeRef()); in from_name() localVariable
59 if !font_ref.is_null() { in from_name()
60 Ok(CGFont::from_ptr(font_ref)) in from_name()
69 let font_ref = CGFontCreateCopyWithVariations(self.as_ptr(), in create_copy_from_variations() localVariable
71 if !font_ref.is_null() { in create_copy_from_variations()
72 Ok(CGFont::from_ptr(font_ref)) in create_copy_from_variations()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/core-graphics-0.17.3/src/
H A Dfont.rs47 let font_ref = CGFontCreateWithDataProvider(provider.as_ptr()); in from_data_provider() localVariable
48 if !font_ref.is_null() { in from_data_provider()
49 Ok(CGFont::from_ptr(font_ref)) in from_data_provider()
58 let font_ref = CGFontCreateWithFontName(name.as_concrete_TypeRef()); in from_name() localVariable
59 if !font_ref.is_null() { in from_name()
60 Ok(CGFont::from_ptr(font_ref)) in from_name()
69 let font_ref = CGFontCreateCopyWithVariations(self.as_ptr(), in create_copy_from_variations() localVariable
71 if !font_ref.is_null() { in create_copy_from_variations()
72 Ok(CGFont::from_ptr(font_ref)) in create_copy_from_variations()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/core-graphics/src/
H A Dfont.rs46 let font_ref = CGFontCreateWithDataProvider(provider.as_ptr()); in from_data_provider() localVariable
47 if !font_ref.is_null() { in from_data_provider()
48 Ok(CGFont::from_ptr(font_ref)) in from_data_provider()
57 let font_ref = CGFontCreateWithFontName(name.as_concrete_TypeRef()); in from_name() localVariable
58 if !font_ref.is_null() { in from_name()
59 Ok(CGFont::from_ptr(font_ref)) in from_name()
68 let font_ref = CGFontCreateCopyWithVariations(self.as_ptr(), in create_copy_from_variations() localVariable
70 if !font_ref.is_null() { in create_copy_from_variations()
71 Ok(CGFont::from_ptr(font_ref)) in create_copy_from_variations()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/core-graphics-0.19.0/src/
H A Dfont.rs46 let font_ref = CGFontCreateWithDataProvider(provider.as_ptr()); in from_data_provider() localVariable
47 if !font_ref.is_null() { in from_data_provider()
48 Ok(CGFont::from_ptr(font_ref)) in from_data_provider()
57 let font_ref = CGFontCreateWithFontName(name.as_concrete_TypeRef()); in from_name() localVariable
58 if !font_ref.is_null() { in from_name()
59 Ok(CGFont::from_ptr(font_ref)) in from_name()
68 let font_ref = CGFontCreateCopyWithVariations(self.as_ptr(), in create_copy_from_variations() localVariable
70 if !font_ref.is_null() { in create_copy_from_variations()
71 Ok(CGFont::from_ptr(font_ref)) in create_copy_from_variations()
/dports/games/dose-response/dose-response-179c326/cargo-crates/core-graphics-0.17.3/src/
H A Dfont.rs47 let font_ref = CGFontCreateWithDataProvider(provider.as_ptr()); in from_data_provider() localVariable
48 if !font_ref.is_null() { in from_data_provider()
49 Ok(CGFont::from_ptr(font_ref)) in from_data_provider()
58 let font_ref = CGFontCreateWithFontName(name.as_concrete_TypeRef()); in from_name() localVariable
59 if !font_ref.is_null() { in from_name()
60 Ok(CGFont::from_ptr(font_ref)) in from_name()
69 let font_ref = CGFontCreateCopyWithVariations(self.as_ptr(), in create_copy_from_variations() localVariable
71 if !font_ref.is_null() { in create_copy_from_variations()
72 Ok(CGFont::from_ptr(font_ref)) in create_copy_from_variations()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/core-graphics-0.19.2/src/
H A Dfont.rs46 let font_ref = CGFontCreateWithDataProvider(provider.as_ptr()); in from_data_provider() localVariable
47 if !font_ref.is_null() { in from_data_provider()
48 Ok(CGFont::from_ptr(font_ref)) in from_data_provider()
57 let font_ref = CGFontCreateWithFontName(name.as_concrete_TypeRef()); in from_name() localVariable
58 if !font_ref.is_null() { in from_name()
59 Ok(CGFont::from_ptr(font_ref)) in from_name()
68 let font_ref = CGFontCreateCopyWithVariations(self.as_ptr(), in create_copy_from_variations() localVariable
70 if !font_ref.is_null() { in create_copy_from_variations()
71 Ok(CGFont::from_ptr(font_ref)) in create_copy_from_variations()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/core-graphics-0.22.2/src/
H A Dfont.rs46 let font_ref = CGFontCreateWithDataProvider(provider.as_ptr()); in from_data_provider() localVariable
47 if !font_ref.is_null() { in from_data_provider()
48 Ok(CGFont::from_ptr(font_ref)) in from_data_provider()
57 let font_ref = CGFontCreateWithFontName(name.as_concrete_TypeRef()); in from_name() localVariable
58 if !font_ref.is_null() { in from_name()
59 Ok(CGFont::from_ptr(font_ref)) in from_name()
68 let font_ref = CGFontCreateCopyWithVariations(self.as_ptr(), in create_copy_from_variations() localVariable
70 if !font_ref.is_null() { in create_copy_from_variations()
71 Ok(CGFont::from_ptr(font_ref)) in create_copy_from_variations()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/core-graphics/src/
H A Dfont.rs46 let font_ref = CGFontCreateWithDataProvider(provider.as_ptr()); in from_data_provider() localVariable
47 if !font_ref.is_null() { in from_data_provider()
48 Ok(CGFont::from_ptr(font_ref)) in from_data_provider()
57 let font_ref = CGFontCreateWithFontName(name.as_concrete_TypeRef()); in from_name() localVariable
58 if !font_ref.is_null() { in from_name()
59 Ok(CGFont::from_ptr(font_ref)) in from_name()
68 let font_ref = CGFontCreateCopyWithVariations(self.as_ptr(), in create_copy_from_variations() localVariable
70 if !font_ref.is_null() { in create_copy_from_variations()
71 Ok(CGFont::from_ptr(font_ref)) in create_copy_from_variations()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/core-graphics/src/
H A Dfont.rs46 let font_ref = CGFontCreateWithDataProvider(provider.as_ptr()); in from_data_provider() localVariable
47 if !font_ref.is_null() { in from_data_provider()
48 Ok(CGFont::from_ptr(font_ref)) in from_data_provider()
57 let font_ref = CGFontCreateWithFontName(name.as_concrete_TypeRef()); in from_name() localVariable
58 if !font_ref.is_null() { in from_name()
59 Ok(CGFont::from_ptr(font_ref)) in from_name()
68 let font_ref = CGFontCreateCopyWithVariations(self.as_ptr(), in create_copy_from_variations() localVariable
70 if !font_ref.is_null() { in create_copy_from_variations()
71 Ok(CGFont::from_ptr(font_ref)) in create_copy_from_variations()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/core-graphics-0.17.3/src/
H A Dfont.rs47 let font_ref = CGFontCreateWithDataProvider(provider.as_ptr()); in from_data_provider() localVariable
48 if !font_ref.is_null() { in from_data_provider()
49 Ok(CGFont::from_ptr(font_ref)) in from_data_provider()
58 let font_ref = CGFontCreateWithFontName(name.as_concrete_TypeRef()); in from_name() localVariable
59 if !font_ref.is_null() { in from_name()
60 Ok(CGFont::from_ptr(font_ref)) in from_name()
69 let font_ref = CGFontCreateCopyWithVariations(self.as_ptr(), in create_copy_from_variations() localVariable
71 if !font_ref.is_null() { in create_copy_from_variations()
72 Ok(CGFont::from_ptr(font_ref)) in create_copy_from_variations()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/core-graphics-0.19.0/src/
H A Dfont.rs46 let font_ref = CGFontCreateWithDataProvider(provider.as_ptr()); in from_data_provider() localVariable
47 if !font_ref.is_null() { in from_data_provider()
48 Ok(CGFont::from_ptr(font_ref)) in from_data_provider()
57 let font_ref = CGFontCreateWithFontName(name.as_concrete_TypeRef()); in from_name() localVariable
58 if !font_ref.is_null() { in from_name()
59 Ok(CGFont::from_ptr(font_ref)) in from_name()
68 let font_ref = CGFontCreateCopyWithVariations(self.as_ptr(), in create_copy_from_variations() localVariable
70 if !font_ref.is_null() { in create_copy_from_variations()
71 Ok(CGFont::from_ptr(font_ref)) in create_copy_from_variations()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/core-graphics-0.21.0/src/
H A Dfont.rs46 let font_ref = CGFontCreateWithDataProvider(provider.as_ptr()); in from_data_provider() localVariable
47 if !font_ref.is_null() { in from_data_provider()
48 Ok(CGFont::from_ptr(font_ref)) in from_data_provider()
57 let font_ref = CGFontCreateWithFontName(name.as_concrete_TypeRef()); in from_name() localVariable
58 if !font_ref.is_null() { in from_name()
59 Ok(CGFont::from_ptr(font_ref)) in from_name()
68 let font_ref = CGFontCreateCopyWithVariations(self.as_ptr(), in create_copy_from_variations() localVariable
70 if !font_ref.is_null() { in create_copy_from_variations()
71 Ok(CGFont::from_ptr(font_ref)) in create_copy_from_variations()
/dports/graphics/rx/rx-0.4.0/cargo-crates/core-graphics-0.17.3/src/
H A Dfont.rs47 let font_ref = CGFontCreateWithDataProvider(provider.as_ptr()); in from_data_provider() localVariable
48 if !font_ref.is_null() { in from_data_provider()
49 Ok(CGFont::from_ptr(font_ref)) in from_data_provider()
58 let font_ref = CGFontCreateWithFontName(name.as_concrete_TypeRef()); in from_name() localVariable
59 if !font_ref.is_null() { in from_name()
60 Ok(CGFont::from_ptr(font_ref)) in from_name()
69 let font_ref = CGFontCreateCopyWithVariations(self.as_ptr(), in create_copy_from_variations() localVariable
71 if !font_ref.is_null() { in create_copy_from_variations()
72 Ok(CGFont::from_ptr(font_ref)) in create_copy_from_variations()
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/core-graphics-0.22.2/src/
H A Dfont.rs46 let font_ref = CGFontCreateWithDataProvider(provider.as_ptr()); in from_data_provider() localVariable
47 if !font_ref.is_null() { in from_data_provider()
48 Ok(CGFont::from_ptr(font_ref)) in from_data_provider()
57 let font_ref = CGFontCreateWithFontName(name.as_concrete_TypeRef()); in from_name() localVariable
58 if !font_ref.is_null() { in from_name()
59 Ok(CGFont::from_ptr(font_ref)) in from_name()
68 let font_ref = CGFontCreateCopyWithVariations(self.as_ptr(), in create_copy_from_variations() localVariable
70 if !font_ref.is_null() { in create_copy_from_variations()
71 Ok(CGFont::from_ptr(font_ref)) in create_copy_from_variations()
/dports/www/firefox/firefox-99.0/third_party/rust/core-graphics/src/
H A Dfont.rs46 let font_ref = CGFontCreateWithDataProvider(provider.as_ptr()); in from_data_provider() localVariable
47 if !font_ref.is_null() { in from_data_provider()
48 Ok(CGFont::from_ptr(font_ref)) in from_data_provider()
57 let font_ref = CGFontCreateWithFontName(name.as_concrete_TypeRef()); in from_name() localVariable
58 if !font_ref.is_null() { in from_name()
59 Ok(CGFont::from_ptr(font_ref)) in from_name()
68 let font_ref = CGFontCreateCopyWithVariations(self.as_ptr(), in create_copy_from_variations() localVariable
70 if !font_ref.is_null() { in create_copy_from_variations()
71 Ok(CGFont::from_ptr(font_ref)) in create_copy_from_variations()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/core-text-13.0.0/src/
H A Dfont.rs97 CTFont::wrap_under_create_rule(font_ref) in new_from_CGFont()
111 CTFont::wrap_under_create_rule(font_ref) in new_from_CGFont_with_variations()
120 CTFont::wrap_under_create_rule(font_ref) in new_from_descriptor()
127 let font_ref = CTFontCreateWithName(name.as_concrete_TypeRef(), in new_from_name() localVariable
130 if font_ref.is_null() { in new_from_name()
133 Ok(CTFont::wrap_under_create_rule(font_ref)) in new_from_name()
158 let font_ref = CTFontCreateCopyWithAttributes(self.0, in clone_with_font_size() localVariable
162 CTFont::wrap_under_create_rule(font_ref) in clone_with_font_size()
171 let font_ref = CTFontCreateCopyWithSymbolicTraits(self.0, in clone_with_symbolic_traits() localVariable
176 if font_ref.is_null() { in clone_with_symbolic_traits()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/core-text/src/
H A Dfont.rs100 CTFont::wrap_under_create_rule(font_ref) in new_from_CGFont()
114 CTFont::wrap_under_create_rule(font_ref) in new_from_CGFont_with_variations()
123 CTFont::wrap_under_create_rule(font_ref) in new_from_descriptor()
130 let font_ref = CTFontCreateWithName(name.as_concrete_TypeRef(), in new_from_name() localVariable
133 if font_ref.is_null() { in new_from_name()
136 Ok(CTFont::wrap_under_create_rule(font_ref)) in new_from_name()
161 let font_ref = CTFontCreateCopyWithAttributes(self.0, in clone_with_font_size() localVariable
165 CTFont::wrap_under_create_rule(font_ref) in clone_with_font_size()
174 let font_ref = CTFontCreateCopyWithSymbolicTraits(self.0, in clone_with_symbolic_traits() localVariable
179 if font_ref.is_null() { in clone_with_symbolic_traits()
[all …]
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/core-text-13.3.2/src/
H A Dfont.rs100 CTFont::wrap_under_create_rule(font_ref) in new_from_CGFont()
114 CTFont::wrap_under_create_rule(font_ref) in new_from_CGFont_with_variations()
123 CTFont::wrap_under_create_rule(font_ref) in new_from_descriptor()
130 let font_ref = CTFontCreateWithName(name.as_concrete_TypeRef(), in new_from_name() localVariable
133 if font_ref.is_null() { in new_from_name()
136 Ok(CTFont::wrap_under_create_rule(font_ref)) in new_from_name()
161 let font_ref = CTFontCreateCopyWithAttributes(self.0, in clone_with_font_size() localVariable
165 CTFont::wrap_under_create_rule(font_ref) in clone_with_font_size()
174 let font_ref = CTFontCreateCopyWithSymbolicTraits(self.0, in clone_with_symbolic_traits() localVariable
179 if font_ref.is_null() { in clone_with_symbolic_traits()
[all …]
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/core-text-15.0.0/src/
H A Dfont.rs100 CTFont::wrap_under_create_rule(font_ref) in new_from_CGFont()
114 CTFont::wrap_under_create_rule(font_ref) in new_from_CGFont_with_variations()
123 CTFont::wrap_under_create_rule(font_ref) in new_from_descriptor()
130 let font_ref = CTFontCreateWithName(name.as_concrete_TypeRef(), in new_from_name() localVariable
133 if font_ref.is_null() { in new_from_name()
136 Ok(CTFont::wrap_under_create_rule(font_ref)) in new_from_name()
161 let font_ref = CTFontCreateCopyWithAttributes(self.0, in clone_with_font_size() localVariable
165 CTFont::wrap_under_create_rule(font_ref) in clone_with_font_size()
174 let font_ref = CTFontCreateCopyWithSymbolicTraits(self.0, in clone_with_symbolic_traits() localVariable
179 if font_ref.is_null() { in clone_with_symbolic_traits()
[all …]
/dports/x11-toolkits/pango/pango-1.48.11/pango/
H A Dpangocoretext.c33 CTFontRef font_ref; member
168 if (ctfont->priv->font_ref) in pango_core_text_font_create_hb_font()
178 hb_font = hb_coretext_font_create (ctfont->priv->font_ref); in pango_core_text_font_create_hb_font()
260 CTFontRef font_ref) in _pango_core_text_font_set_ctfont() argument
264 priv->font_ref = font_ref; in _pango_core_text_font_set_ctfont()
282 return priv->font_ref; in pango_core_text_font_get_ctfont()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/core-text/src/
H A Dfont.rs91 let font_ref = CTFontCreateWithGraphicsFont(cgfont.as_ptr() as *mut _, in new_from_CGFont() localVariable
95 CTFont::wrap_under_create_rule(font_ref) in new_from_CGFont()
105 let font_ref = CTFontCreateWithGraphicsFont(cgfont.as_ptr() as *mut _, in new_from_CGFont_with_variations() localVariable
109 CTFont::wrap_under_create_rule(font_ref) in new_from_CGFont_with_variations()
115 let font_ref = CTFontCreateWithFontDescriptor(desc.as_concrete_TypeRef(), in new_from_descriptor() localVariable
118 CTFont::wrap_under_create_rule(font_ref) in new_from_descriptor()
125 let font_ref = CTFontCreateWithName(name.as_concrete_TypeRef(), in new_from_name() localVariable
128 if font_ref.is_null() { in new_from_name()
131 Ok(CTFont::wrap_under_create_rule(font_ref)) in new_from_name()
156 let font_ref = CTFontCreateCopyWithAttributes(self.0, in clone_with_font_size() localVariable
[all …]
/dports/games/openttd/openttd-12.1/src/os/macosx/
H A Dfont_osx.cpp364 CFAutoRelease<CTFontDescriptorRef> font_ref; in LoadCoreTextFont() local
367 font_ref.reset(static_cast<CTFontDescriptorRef>(const_cast<void *>(settings->os_handle))); in LoadCoreTextFont()
368 CFRetain(font_ref.get()); // Increase ref count to match a later release. in LoadCoreTextFont()
371 if (!font_ref && MacOSVersionIsAtLeast(10, 6, 0)) { in LoadCoreTextFont()
393 font_ref.reset((CTFontDescriptorRef)CFArrayGetValueAtIndex(descs.get(), 0)); in LoadCoreTextFont()
394 CFRetain(font_ref.get()); in LoadCoreTextFont()
401 if (!font_ref) { in LoadCoreTextFont()
414 font_ref.reset((CTFontDescriptorRef)CFArrayGetValueAtIndex(descs.get(), 0)); in LoadCoreTextFont()
415 CFRetain(font_ref.get()); in LoadCoreTextFont()
419 if (!font_ref) { in LoadCoreTextFont()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/core-text/src/
H A Dfont.rs101 CTFont::wrap_under_create_rule(font_ref) in new_from_CGFont()
115 CTFont::wrap_under_create_rule(font_ref) in new_from_CGFont_with_variations()
124 CTFont::wrap_under_create_rule(font_ref) in new_from_descriptor()
136 let font_ref = CTFontCreateWithName(name.as_concrete_TypeRef(), in new_from_name() localVariable
139 if font_ref.is_null() { in new_from_name()
142 Ok(CTFont::wrap_under_create_rule(font_ref)) in new_from_name()
174 let font_ref = CTFontCreateCopyWithAttributes(self.0, in clone_with_font_size() localVariable
178 CTFont::wrap_under_create_rule(font_ref) in clone_with_font_size()
187 let font_ref = CTFontCreateCopyWithSymbolicTraits(self.0, in clone_with_symbolic_traits() localVariable
192 if font_ref.is_null() { in clone_with_symbolic_traits()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/core-text/src/
H A Dfont.rs101 CTFont::wrap_under_create_rule(font_ref) in new_from_CGFont()
115 CTFont::wrap_under_create_rule(font_ref) in new_from_CGFont_with_variations()
124 CTFont::wrap_under_create_rule(font_ref) in new_from_descriptor()
136 let font_ref = CTFontCreateWithName(name.as_concrete_TypeRef(), in new_from_name() localVariable
139 if font_ref.is_null() { in new_from_name()
142 Ok(CTFont::wrap_under_create_rule(font_ref)) in new_from_name()
174 let font_ref = CTFontCreateCopyWithAttributes(self.0, in clone_with_font_size() localVariable
178 CTFont::wrap_under_create_rule(font_ref) in clone_with_font_size()
187 let font_ref = CTFontCreateCopyWithSymbolicTraits(self.0, in clone_with_symbolic_traits() localVariable
192 if font_ref.is_null() { in clone_with_symbolic_traits()
[all …]

12