Searched defs:GlyphFetchResult (Results 1 – 6 of 6) sorted by relevance
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/ |
H A D | resource_cache.rs | 58 pub struct GlyphFetchResult { struct 59 pub index_in_text_run: i32, 60 pub uv_rect_address: GpuCacheAddress, 61 pub offset: DevicePoint, 62 pub size: DeviceIntSize, 63 pub scale: f32, 1099 fetch_buffer: &mut Vec<GlyphFetchResult>, in fetch_glyphs() 1103 F: FnMut(TextureSource, GlyphFormat, &[GlyphFetchResult]), in fetch_glyphs()
|
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/ |
H A D | resource_cache.rs | 59 pub struct GlyphFetchResult { struct 60 pub index_in_text_run: i32, 61 pub uv_rect_address: GpuCacheAddress, 62 pub offset: DevicePoint, 63 pub size: DeviceIntSize, 64 pub scale: f32, 1113 fetch_buffer: &mut Vec<GlyphFetchResult>, in fetch_glyphs() 1117 F: FnMut(TextureSource, GlyphFormat, &[GlyphFetchResult]), in fetch_glyphs()
|
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/ |
H A D | resource_cache.rs | 58 pub struct GlyphFetchResult { struct 59 pub index_in_text_run: i32, 60 pub uv_rect_address: GpuCacheAddress, 61 pub offset: DevicePoint, 62 pub size: DeviceIntSize, 63 pub scale: f32, 1099 fetch_buffer: &mut Vec<GlyphFetchResult>, in fetch_glyphs() 1103 F: FnMut(TextureSource, GlyphFormat, &[GlyphFetchResult]), in fetch_glyphs()
|
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/src/ |
H A D | resource_cache.rs | 49 pub struct GlyphFetchResult { struct 50 pub index_in_text_run: i32, 51 pub uv_rect_address: GpuCacheAddress, 667 fetch_buffer: &mut Vec<GlyphFetchResult>, in fetch_glyphs() 671 F: FnMut(SourceTexture, GlyphFormat, &[GlyphFetchResult]), in fetch_glyphs()
|
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/ |
H A D | resource_cache.rs | 54 pub struct GlyphFetchResult { struct 55 pub index_in_text_run: i32, 56 pub uv_rect_address: GpuCacheAddress, 1407 fetch_buffer: &mut Vec<GlyphFetchResult>, in fetch_glyphs() 1411 F: FnMut(TextureSource, GlyphFormat, &[GlyphFetchResult]), in fetch_glyphs() 1457 fetch_buffer: &mut Vec<GlyphFetchResult>, in fetch_glyphs() 1461 F: FnMut(TextureSource, GlyphFormat, &[GlyphFetchResult]), in fetch_glyphs()
|
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/ |
H A D | resource_cache.rs | 58 pub struct GlyphFetchResult { struct 59 pub index_in_text_run: i32, 60 pub uv_rect_address: GpuCacheAddress, 999 fetch_buffer: &mut Vec<GlyphFetchResult>, in fetch_glyphs() 1003 F: FnMut(TextureSource, GlyphFormat, &[GlyphFetchResult]), in fetch_glyphs()
|