Home
last modified time | relevance | path

Searched refs:glyph_dimensions (Results 1 – 21 of 21) sorted by relevance

/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Core/
H A DFontFaceLayer.cpp85 …Vector2i glyph_dimensions(Math::RealToInteger(character.dimensions.x), Math::RealToInteger(charact… in Initialise() local
87 if (effect->GetGlyphMetrics(glyph_origin, glyph_dimensions, glyph)) in Initialise()
106 Vector2i glyph_dimensions = glyph.bitmap_dimensions; in Initialise() local
111 if (!effect->GetGlyphMetrics(glyph_origin, glyph_dimensions, glyph)) in Initialise()
117 …character.dimensions = Vector2f((float) glyph_dimensions.x - glyph_origin.x, (float) glyph_dimensi… in Initialise()
121 texture_layout.AddRectangle(glyph.character, glyph_dimensions - glyph_origin); in Initialise()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/glyph_rasterizer/
H A Dpathfinder.rs198 if let Ok(glyph_dimensions) = in request_glyphs()
199 pathfinder_font_context.glyph_dimensions(&pathfinder_font_instance, in request_glyphs()
203 size: TypedSize2D::from_untyped(&glyph_dimensions.size.to_i32()), in request_glyphs()
209 origin: DeviceIntPoint::new(glyph_dimensions.origin.x as i32, in request_glyphs()
210 -glyph_dimensions.origin.y as i32), in request_glyphs()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Core/BitmapFont/
H A DFontFaceLayer.cpp89 Vector2i glyph_dimensions = glyph.dimensions; // size of char in Initialise() local
107 texture_layout.AddRectangle(glyph.character, glyph_dimensions); in Initialise()
/dports/audio/muse-sequencer/muse-4.0.0/src/share/scoreglyphs/feta-original/
H A Dfeta-autometric.mf128 % additions for mf2pt1 (`bbox' is called `glyph_dimensions' starting
136 special "% MF2PT1: glyph_dimensions "
H A Dmf2pt1.mp62 special "% MF2PT1: glyph_dimensions 0 " & to_bp (-d) & " " & to_bp(w) & " " & to_bp(h);
/dports/print/lilypond/lilypond-2.22.1/mf/
H A Dfeta-autometric.mf161 % additions for mf2pt1 (`bbox' is called `glyph_dimensions' starting
169 special "% MF2PT1: glyph_dimensions "
H A Dmf2pt1.mp62 special "% MF2PT1: glyph_dimensions 0 " & to_bp (-d) & " " & to_bp(w) & " " & to_bp(h);
/dports/print/lilypond-devel/lilypond-2.23.5/mf/
H A Dfeta-autometric.mf163 % additions for mf2pt1 (`bbox' is called `glyph_dimensions' starting
171 special "% MF2PT1: glyph_dimensions "
H A Dmf2pt1.mp62 special "% MF2PT1: glyph_dimensions 0 " & to_bp (-d) & " " & to_bp(w) & " " & to_bp(h);
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/src/
H A Dresource_cache.rs1031 glyph_dimensions: &'a GlyphDimensionsCache, field
1042 glyph_dimensions: GlyphDimensionsCache, field
1281 glyph_dimensions: &self.cached_glyph_dimensions, in save_caches()
1347 self.cached_glyph_dimensions = cached.glyph_dimensions; in load_capture()
H A Drender_backend.rs758 let mut glyph_dimensions = Vec::with_capacity(glyph_keys.len()); in process_api_msg() localVariable
762 glyph_dimensions.push(glyph_dim); in process_api_msg()
765 tx.send(glyph_dimensions).unwrap(); in process_api_msg()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/
H A Dresource_cache.rs1501 glyph_dimensions: &'a GlyphDimensionsCache, field
1512 glyph_dimensions: GlyphDimensionsCache, field
1706 glyph_dimensions: &self.cached_glyph_dimensions, in save_caches()
1735 self.cached_glyph_dimensions = cached.glyph_dimensions; in load_capture()
H A Drender_backend.rs886 let mut glyph_dimensions = Vec::with_capacity(request.glyph_indices.len()); in run() localVariable
891 glyph_dimensions.push(glyph_dim); in run()
894 request.sender.send(glyph_dimensions).unwrap(); in run()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/
H A Dresource_cache.rs1776 glyph_dimensions: &'a GlyphDimensionsCache, field
1787 glyph_dimensions: GlyphDimensionsCache, field
1976 glyph_dimensions: &self.cached_glyph_dimensions, in save_caches()
2006 self.cached_glyph_dimensions = cached.glyph_dimensions; in load_capture()
H A Drender_backend.rs1245 let mut glyph_dimensions = Vec::with_capacity(request.glyph_indices.len()); in process_scene_builder_result() localVariable
1250 glyph_dimensions.push(glyph_dim); in process_scene_builder_result()
1253 request.sender.send(glyph_dimensions).unwrap(); in process_scene_builder_result()
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/
H A Dresource_cache.rs1801 glyph_dimensions: &'a GlyphDimensionsCache, field
1813 glyph_dimensions: GlyphDimensionsCache, field
2003 glyph_dimensions: &self.cached_glyph_dimensions, in save_caches()
2034 self.cached_glyph_dimensions = cached.glyph_dimensions; in load_capture()
H A Drender_backend.rs1146 let mut glyph_dimensions = Vec::with_capacity(request.glyph_indices.len()); in process_scene_builder_result() localVariable
1151 glyph_dimensions.push(glyph_dim); in process_scene_builder_result()
1154 request.sender.send(glyph_dimensions).unwrap(); in process_scene_builder_result()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/
H A Dresource_cache.rs1776 glyph_dimensions: &'a GlyphDimensionsCache, field
1787 glyph_dimensions: GlyphDimensionsCache, field
1976 glyph_dimensions: &self.cached_glyph_dimensions, in save_caches()
2006 self.cached_glyph_dimensions = cached.glyph_dimensions; in load_capture()
H A Drender_backend.rs1245 let mut glyph_dimensions = Vec::with_capacity(request.glyph_indices.len()); in process_scene_builder_result() localVariable
1250 glyph_dimensions.push(glyph_dim); in process_scene_builder_result()
1253 request.sender.send(glyph_dimensions).unwrap(); in process_scene_builder_result()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/
H A Dresource_cache.rs1939 glyph_dimensions: &'a GlyphDimensionsCache, field
1950 glyph_dimensions: GlyphDimensionsCache, field
2161 glyph_dimensions: &self.cached_glyph_dimensions, in save_caches()
2188 self.cached_glyph_dimensions = cached.glyph_dimensions; in load_capture()
H A Drender_backend.rs986 let mut glyph_dimensions = Vec::with_capacity(glyph_indices.len()); in process_api_msg() localVariable
990 glyph_dimensions.push(glyph_dim); in process_api_msg()
993 tx.send(glyph_dimensions).unwrap(); in process_api_msg()