Home
last modified time | relevance | path

Searched refs:var_face (Results 1 – 17 of 17) sorted by relevance

/dports/www/firefox/firefox-99.0/third_party/rust/dwrote/src/
H A Dfont_face.rs338 let mut var_face: *mut IDWriteFontFace5 = ptr::null_mut(); in create_font_face_with_variations() localVariable
343 &mut var_face, in create_font_face_with_variations()
345 if hr == S_OK && !var_face.is_null() { in create_font_face_with_variations()
346 let var_face = ComPtr::from_raw(var_face).cast().unwrap(); in create_font_face_with_variations() localVariable
347 return Some(FontFace::take(var_face)); in create_font_face_with_variations()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/dwrote/src/
H A Dfont_face.rs338 let mut var_face: *mut IDWriteFontFace5 = ptr::null_mut(); in create_font_face_with_variations() localVariable
343 &mut var_face, in create_font_face_with_variations()
345 if hr == S_OK && !var_face.is_null() { in create_font_face_with_variations()
346 let var_face = ComPtr::from_raw(var_face).cast().unwrap(); in create_font_face_with_variations() localVariable
347 return Some(FontFace::take(var_face)); in create_font_face_with_variations()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/dwrote-0.11.0/src/
H A Dfont_face.rs338 let mut var_face: *mut IDWriteFontFace5 = ptr::null_mut(); in create_font_face_with_variations() localVariable
343 &mut var_face, in create_font_face_with_variations()
345 if hr == S_OK && !var_face.is_null() { in create_font_face_with_variations()
346 let var_face = ComPtr::from_raw(var_face).cast().unwrap(); in create_font_face_with_variations() localVariable
347 return Some(FontFace::take(var_face)); in create_font_face_with_variations()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/dwrote/src/
H A Dfont_face.rs338 let mut var_face: *mut IDWriteFontFace5 = ptr::null_mut(); in create_font_face_with_variations() localVariable
343 &mut var_face, in create_font_face_with_variations()
345 if hr == S_OK && !var_face.is_null() { in create_font_face_with_variations()
346 let var_face = ComPtr::from_raw(var_face).cast().unwrap(); in create_font_face_with_variations() localVariable
347 return Some(FontFace::take(var_face)); in create_font_face_with_variations()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/dwrote/src/
H A Dfont_face.rs338 let mut var_face: *mut IDWriteFontFace5 = ptr::null_mut(); in create_font_face_with_variations() localVariable
343 &mut var_face, in create_font_face_with_variations()
345 if hr == S_OK && !var_face.is_null() { in create_font_face_with_variations()
346 let var_face = ComPtr::from_raw(var_face).cast().unwrap(); in create_font_face_with_variations() localVariable
347 return Some(FontFace::take(var_face)); in create_font_face_with_variations()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/dwrote-0.10.0/src/
H A Dfont_face.rs338 let mut var_face: *mut IDWriteFontFace5 = ptr::null_mut(); in create_font_face_with_variations() localVariable
343 &mut var_face, in create_font_face_with_variations()
345 if hr == S_OK && !var_face.is_null() { in create_font_face_with_variations()
346 let var_face = ComPtr::from_raw(var_face).cast().unwrap(); in create_font_face_with_variations() localVariable
347 return Some(FontFace::take(var_face)); in create_font_face_with_variations()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/dwrote-0.9.0/src/
H A Dfont_face.rs309 let mut var_face: ComPtr<IDWriteFontFace> = ComPtr::new(); in create_font_face_with_variations() localVariable
314 var_face.getter_addrefs(), in create_font_face_with_variations()
316 if hr == S_OK && !var_face.is_null() { in create_font_face_with_variations()
317 return Some(FontFace::take(var_face)); in create_font_face_with_variations()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/platform/windows/
H A Dfont.rs281 if let Some(var_face) = normal_face.face.create_font_face_with_variations( in get_font_face()
291 return entry.insert(var_face); in get_font_face()
294 let var_face = normal_face.file in get_font_face() localVariable
297 entry.insert(var_face) in get_font_face()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/platform/windows/
H A Dfont.rs281 if let Some(var_face) = normal_face.face.create_font_face_with_variations( in get_font_face()
291 return entry.insert(var_face); in get_font_face()
294 let var_face = normal_face.file in get_font_face() localVariable
297 entry.insert(var_face) in get_font_face()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/platform/windows/
H A Dfont.rs283 if let Some(var_face) = normal_face.face.create_font_face_with_variations( in get_font_face()
293 return entry.insert(var_face); in get_font_face()
296 let var_face = normal_face.file in get_font_face() localVariable
299 entry.insert(var_face) in get_font_face()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/platform/windows/
H A Dfont.rs281 if let Some(var_face) = normal_face.face.create_font_face_with_variations( in get_font_face()
291 return entry.insert(var_face); in get_font_face()
294 let var_face = normal_face.file in get_font_face() localVariable
297 entry.insert(var_face) in get_font_face()
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/platform/windows/
H A Dfont.rs280 if let Some(var_face) = normal_face.face.create_font_face_with_variations( in get_font_face()
290 return entry.insert(var_face); in get_font_face()
293 let var_face = normal_face.file in get_font_face() localVariable
296 entry.insert(var_face) in get_font_face()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/platform/unix/
H A Dfont.rs395 … let var_face = new_ft_face(&font.font_key, self.lib, &normal_face.file, normal_face.index)?; in get_ft_face() localVariable
427 … let res = FT_Set_Var_Design_Coordinates(var_face, num_axis, coords.as_mut_ptr()); in get_ft_face()
430 entry.insert(VariationFace(var_face)); in get_ft_face()
431 Some(var_face) in get_ft_face()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/platform/unix/
H A Dfont.rs357 … let var_face = new_ft_face(&font.font_key, self.lib, &normal_face.file, normal_face.index)?; in get_ft_face() localVariable
376 FT_Set_Var_Design_Coordinates(var_face, num_axis, coords.as_mut_ptr()); in get_ft_face()
378 entry.insert(VariationFace(var_face)); in get_ft_face()
379 Some(var_face) in get_ft_face()
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/platform/unix/
H A Dfont.rs401 … let var_face = new_ft_face(&font.font_key, self.lib, &normal_face.file, normal_face.index).ok()?; in get_ft_face() localVariable
433 … let res = FT_Set_Var_Design_Coordinates(var_face, num_axis, coords.as_mut_ptr()); in get_ft_face()
436 entry.insert(VariationFace(var_face)); in get_ft_face()
437 Some(var_face) in get_ft_face()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/platform/unix/
H A Dfont.rs395 … let var_face = new_ft_face(&font.font_key, self.lib, &normal_face.file, normal_face.index)?; in get_ft_face() localVariable
427 … let res = FT_Set_Var_Design_Coordinates(var_face, num_axis, coords.as_mut_ptr()); in get_ft_face()
430 entry.insert(VariationFace(var_face)); in get_ft_face()
431 Some(var_face) in get_ft_face()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/platform/unix/
H A Dfont.rs394 … let var_face = new_ft_face(&font.font_key, self.lib, &normal_face.file, normal_face.index)?; in get_ft_face() localVariable
413 FT_Set_Var_Design_Coordinates(var_face, num_axis, coords.as_mut_ptr()); in get_ft_face()
415 entry.insert(VariationFace(var_face)); in get_ft_face()
416 Some(var_face) in get_ft_face()