Home
last modified time | relevance | path

Searched refs:font_cache_entry (Results 1 – 3 of 3) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/gfx/
H A Dfont_context.rs165 …fn font_cache_entry(&self, descriptor: &FontDescriptor, family: &SingleFontFamily) -> Option<&Font… in font_cache_entry() method
185 if let Some(entry) = self.font_cache_entry(descriptor, family) { in font()
/dports/www/links/links-2.25/
H A Ddip.c1803 static struct font_cache_entry *locked_color_entry = NULL;
1807 ATTR_NOINLINE static struct font_cache_entry *supply_color_cache_entry(struct style *style, struct … in supply_color_cache_entry()
1811 struct font_cache_entry *neww; in supply_color_cache_entry()
1827 neww = mem_alloc(sizeof(struct font_cache_entry)); in supply_color_cache_entry()
1895 struct font_cache_entry *bottom; in destroy_font_cache_bottom()
1929 struct font_cache_entry *found; in print_letter()
1930 struct font_cache_entry templat; in print_letter()
2093 struct font_cache_entry *e1 = entry; in compare_font_entries()
2094 struct font_cache_entry *e2 = templat; in compare_font_entries()
H A Dlinks.h2170 struct font_cache_entry { struct