Home
last modified time | relevance | path

Searched refs:picture_cache (Results 1 – 13 of 13) sorted by relevance

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Graphics/Pictures/
H A Dpicture.cpp127 static hashmap<tree,picture> picture_cache; variable
156 picture_cache -> reset (key); in picture_cache_clean()
167 if (!picture_cache->contains (key)) return false; in picture_is_cached()
177 return picture_cache [key]; in cached_load_picture()
182 picture_cache (key)= pic; in cached_load_picture()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/
H A Dframe_builder.rs651 ref picture_cache, in build()
655 has_texture_cache_tasks |= !picture_cache.is_empty(); in build()
740 ref mut picture_cache, in build_render_pass()
985 picture_cache.push(target); in build_render_pass()
H A Drender_task_graph.rs442 picture_cache: Vec<PictureCacheTarget>,
499 picture_cache: Vec::new(), in new_off_screen()
H A Drenderer.rs5956 ref mut picture_cache, in draw_frame()
5977 if !picture_cache.is_empty() { in draw_frame()
5982 for picture_target in picture_cache { in draw_frame()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/
H A Dframe_builder.rs650 has_texture_cache_tasks |= !pass.picture_cache.is_empty(); in build()
994 pass.picture_cache.push(target); in build_render_pass()
H A Drender_task_graph.rs818 pub picture_cache: Vec<PictureCacheTarget>, field
833 picture_cache: Vec::new(), in new()
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/
H A Dframe_builder.rs672 has_texture_cache_tasks |= !pass.picture_cache.is_empty(); in build()
1019 pass.picture_cache.push(target); in build_render_pass()
H A Drender_task_graph.rs817 pub picture_cache: Vec<PictureCacheTarget>, field
832 picture_cache: Vec::new(), in new()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/
H A Dframe_builder.rs650 has_texture_cache_tasks |= !pass.picture_cache.is_empty(); in build()
994 pass.picture_cache.push(target); in build_render_pass()
H A Drender_task_graph.rs818 pub picture_cache: Vec<PictureCacheTarget>, field
833 picture_cache: Vec::new(), in new()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/renderer/
H A Dmod.rs4498 if !pass.picture_cache.is_empty() { in draw_frame()
4503 for picture_target in &pass.picture_cache { in draw_frame()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/renderer/
H A Dmod.rs4498 if !pass.picture_cache.is_empty() { in draw_frame()
4503 for picture_target in &pass.picture_cache { in draw_frame()
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/renderer/
H A Dmod.rs4656 if !pass.picture_cache.is_empty() { in draw_frame()
4661 for picture_target in &pass.picture_cache { in draw_frame()