Home
last modified time | relevance | path

Searched refs:get_glyph_indices (Results 1 – 25 of 36) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/dwrote/src/
H A Dtest.rs79 let a_index = face.get_glyph_indices(&['A' as u32])[0]; in test_glyph_image()
H A Dfont_face.rs97 pub fn get_glyph_indices(&self, code_points: &[u32]) -> Vec<u16> { in get_glyph_indices() method
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/dwrote-0.9.0/src/
H A Dtest.rs98 let a_index = face.get_glyph_indices(&['A' as u32])[0]; in test_glyph_image()
H A Dfont_face.rs116 pub fn get_glyph_indices(&self, code_points: &[u32]) -> Vec<u16> { in get_glyph_indices() method
/dports/www/firefox/firefox-99.0/third_party/rust/dwrote/src/
H A Dtest.rs112 let a_index = face.get_glyph_indices(&['A' as u32])[0]; in test_glyph_image()
H A Dfont_face.rs118 pub fn get_glyph_indices(&self, code_points: &[u32]) -> Vec<u16> { in get_glyph_indices() method
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/dwrote/src/
H A Dtest.rs112 let a_index = face.get_glyph_indices(&['A' as u32])[0]; in test_glyph_image()
H A Dfont_face.rs118 pub fn get_glyph_indices(&self, code_points: &[u32]) -> Vec<u16> { in get_glyph_indices() method
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/dwrote-0.11.0/src/
H A Dtest.rs112 let a_index = face.get_glyph_indices(&['A' as u32])[0]; in test_glyph_image()
H A Dfont_face.rs118 pub fn get_glyph_indices(&self, code_points: &[u32]) -> Vec<u16> { in get_glyph_indices() method
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/dwrote/src/
H A Dtest.rs112 let a_index = face.get_glyph_indices(&['A' as u32])[0]; in test_glyph_image()
H A Dfont_face.rs118 pub fn get_glyph_indices(&self, code_points: &[u32]) -> Vec<u16> { in get_glyph_indices() method
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/dwrote/src/
H A Dtest.rs112 let a_index = face.get_glyph_indices(&['A' as u32])[0]; in test_glyph_image()
H A Dfont_face.rs118 pub fn get_glyph_indices(&self, code_points: &[u32]) -> Vec<u16> { in get_glyph_indices() method
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/dwrote-0.10.0/src/
H A Dtest.rs112 let a_index = face.get_glyph_indices(&['A' as u32])[0]; in test_glyph_image()
H A Dfont_face.rs118 pub fn get_glyph_indices(&self, code_points: &[u32]) -> Vec<u16> { in get_glyph_indices() method
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/crossfont-0.3.1/src/directwrite/
H A Dmod.rs102 face.get_glyph_indices(&[character as u32]).first().copied().unwrap_or(MISSING_GLYPH_INDEX) in get_glyph_index()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/gfx/platform/windows/
H A Dfont.rs316 let glyph = self.face.get_glyph_indices(&[codepoint as u32])[0]; in glyph_index()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/src/platform/windows/
H A Dfont.rs228 let indices = face.get_glyph_indices(&[ch as u32]); in get_glyph_index()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/wrench/src/
H A Dwrench.rs293 .get_glyph_indices(font_key, text) in layout_simple_ascii()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/wrench/src/
H A Dwrench.rs341 .get_glyph_indices(font_key, text) in layout_simple_ascii()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/wrench/src/
H A Dwrench.rs363 .get_glyph_indices(font_key, text) in layout_simple_ascii()
/dports/www/firefox/firefox-99.0/gfx/wr/wrench/src/
H A Dwrench.rs337 .get_glyph_indices(font_key, text) in layout_simple_ascii()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/wrench/src/
H A Dwrench.rs341 .get_glyph_indices(font_key, text) in layout_simple_ascii()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/platform/windows/
H A Dfont.rs372 let indices = face.get_glyph_indices(&[ch as u32]); in get_glyph_index()

12