Home
last modified time | relevance | path

Searched refs:font_cache_thread (Results 1 – 9 of 9) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/layout/
H A Dcontext.rs9 use gfx::font_cache_thread::FontCacheThread;
40 let font_cache_thread = layout_context.font_cache_thread.lock().unwrap().clone(); in with_thread_local_font_context() localVariable
41 *font_context = Some(FontContext::new(font_cache_thread)); in with_thread_local_font_context()
69 pub font_cache_thread: Mutex<FontCacheThread>, field
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/layout_traits/
H A Dlib.rs22 use gfx::font_cache_thread::FontCacheThread;
48 font_cache_thread: FontCacheThread, in create()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/constellation/
H A Dpipeline.rs13 use gfx::font_cache_thread::FontCacheThread;
134 pub font_cache_thread: FontCacheThread, field
256 font_cache_thread: state.font_cache_thread, in spawn()
442 font_cache_thread: FontCacheThread, field
508 self.font_cache_thread, in start_all()
H A Dconstellation.rs107 use gfx::font_cache_thread::FontCacheThread;
220 font_cache_thread: FontCacheThread, field
352 pub font_cache_thread: FontCacheThread, field
578 font_cache_thread: state.font_cache_thread, in start()
730 font_cache_thread: self.font_cache_thread.clone(), in new_pipeline()
1454 self.font_cache_thread.exit(); in handle_shutdown()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/layout_thread/
H A Dlib.rs60 use gfx::font_cache_thread::FontCacheThread;
191 font_cache_thread: FontCacheThread, field
278 font_cache_thread: FontCacheThread, in create()
303 font_cache_thread, in create()
407 font_cache_thread: &FontCacheThread, in add_font_face_rules()
415 font_cache_thread.add_web_font(font_face.family().clone(), in add_font_face_rules()
445 font_cache_thread: FontCacheThread, in new()
496 font_cache_thread: font_cache_thread, in new()
585 font_cache_thread: Mutex::new(self.font_cache_thread.clone()), in build_layout_context()
819 self.font_cache_thread.clone(), in create_layout_thread()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/gfx/
H A Dlib.rs74 pub mod font_cache_thread; module
H A Dfont_context.rs8 use font_cache_thread::FontTemplateInfo;
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/servo/
H A Dlib.rs86 use gfx::font_cache_thread::FontCacheThread;
552 let font_cache_thread = FontCacheThread::new(public_resource_threads.sender(), in create_constellation() localVariable
601 font_cache_thread, in create_constellation()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/gfx/tests/
H A Dfont_context.rs14 use gfx::font_cache_thread::{FontTemplates, FontTemplateInfo};