Home
last modified time | relevance | path

Searched defs:stops_handle (Results 1 – 13 of 13) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/prim_store/
H A Dgradient.rs141 pub stops_handle: GpuCacheHandle, field
424 pub stops_handle: GpuCacheHandle, field
638 pub stops_handle: GpuCacheHandle, field
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/prim_store/
H A Dgradient.rs110 pub stops_handle: GpuCacheHandle, field
357 pub stops_handle: GpuCacheHandle, field
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/prim_store/gradient/
H A Dconic.rs101 pub stops_handle: GpuCacheHandle, field
H A Dradial.rs105 pub stops_handle: GpuCacheHandle, field
H A Dlinear.rs93 pub stops_handle: GpuCacheHandle, field
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/prim_store/gradient/
H A Dconic.rs101 pub stops_handle: GpuCacheHandle, field
H A Dradial.rs105 pub stops_handle: GpuCacheHandle, field
H A Dlinear.rs93 pub stops_handle: GpuCacheHandle, field
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/prim_store/gradient/
H A Dconic.rs101 pub stops_handle: GpuCacheHandle, field
H A Dradial.rs105 pub stops_handle: GpuCacheHandle, field
H A Dlinear.rs93 pub stops_handle: GpuCacheHandle, field
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/src/
H A Dbatch.rs1335 let stops_handle = &cached_gradients[gradient_index.0].handle; localVariable
1347 let stops_handle = &cached_gradients[gradient_index.0].handle; localVariable
H A Dprim_store.rs1238 … let stops_handle = &mut frame_state.cached_gradients[gradient_index.0].handle; in prepare_prim_for_render_inner() localVariable
1251 … let stops_handle = &mut frame_state.cached_gradients[gradient_index.0].handle; in prepare_prim_for_render_inner() localVariable