Home
last modified time | relevance | path

Searched defs:has_opaque_bg_color (Results 1 – 3 of 3) sorted by relevance

/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/
H A Dpicture.rs1130 let has_opaque_bg_color = self.background_color.map_or(false, |c| c.a >= 1.0); in post_update() localVariable
3445 let has_opaque_bg_color = self.background_color.map_or(false, |c| c.a >= 1.0); in calculate_subpixel_mode() localVariable
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/
H A Dpicture.rs1256 let has_opaque_bg_color = self.background_color.map_or(false, |c| c.a >= 1.0); in post_update() localVariable
3844 let has_opaque_bg_color = self.background_color.map_or(false, |c| c.a >= 1.0); in calculate_subpixel_mode() localVariable
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/
H A Dpicture.rs1256 let has_opaque_bg_color = self.background_color.map_or(false, |c| c.a >= 1.0); in post_update() localVariable
3844 let has_opaque_bg_color = self.background_color.map_or(false, |c| c.a >= 1.0); in calculate_subpixel_mode() localVariable