Home
last modified time | relevance | path

Searched refs:ColorF (Results 151 – 175 of 1078) sorted by relevance

12345678910>>...44

/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/examples/
H A Dbasic.rs90 ColorF::new(0.0, 1.0, 0.0, 1.0), in render()
99 ColorF::new(0.0, 1.0, 0.0, 1.0), in render()
102 color: ColorF::new(0.0, 0.0, 1.0, 1.0), in render()
130 let color = ColorF::new(1.0, 1.0, 1.0, 1.0); in render()
H A Danimation.rs44 color: ColorF, in add_rounded_rect() argument
131 …self.add_rounded_rect(bounds, ColorF::new(1.0, 0.0, 0.0, 0.5), builder, pipeline_id, key0, Some(op… in render()
135 … self.add_rounded_rect(bounds, ColorF::new(0.0, 1.0, 0.0, 0.5), builder, pipeline_id, key1, None); in render()
139 … self.add_rounded_rect(bounds, ColorF::new(0.0, 0.0, 1.0, 0.5), builder, pipeline_id, key2, None); in render()
H A Dmultiwindow.rs65 fn new(name: &'static str, clear_color: ColorF) -> Self { in new()
208 ColorF::new(0.0, 1.0, 0.0, 1.0)); in tick()
273 ColorF::new(1.0, 1.0, 0.0, 1.0), in tick()
305 let mut win1 = Window::new("window1", ColorF::new(0.3, 0.0, 0.0, 1.0)); in main()
306 let mut win2 = Window::new("window2", ColorF::new(0.0, 0.3, 0.0, 1.0)); in main()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/wrench/src/
H A Dyaml_helper.rs26 fn as_colorf(&self) -> Option<ColorF>; in as_colorf() argument
27 fn as_vec_colorf(&self) -> Option<Vec<ColorF>>; in as_vec_colorf() argument
47 fn string_to_color(color: &str) -> Option<ColorF> { in string_to_color() argument
49 "red" => Some(ColorF::new(1.0, 0.0, 0.0, 1.0)), in string_to_color()
50 "green" => Some(ColorF::new(0.0, 1.0, 0.0, 1.0)), in string_to_color()
51 "blue" => Some(ColorF::new(0.0, 0.0, 1.0, 1.0)), in string_to_color()
61 Some(ColorF::new( in string_to_color()
68 Some(ColorF::new( in string_to_color()
441 fn as_colorf(&self) -> Option<ColorF> { in as_colorf() argument
455 return Some(ColorF::new( in as_colorf()
[all …]
/dports/devel/tbb/oneTBB-2020.3/examples/parallel_for/tachyon/msvs/uwp/
H A DtbbTachyonRenderer.cpp81 D2D1::ColorF(D2D1::ColorF::Green), in CreateDeviceResources()
113 m_d2dContext->Clear(D2D1::ColorF(D2D1::ColorF::Black, 0.0f)); in CreateDeviceResources()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/parallel_for/tachyon/msvs/uwp/
H A DtbbTachyonRenderer.cpp81 D2D1::ColorF(D2D1::ColorF::Green), in CreateDeviceResources()
113 m_d2dContext->Clear(D2D1::ColorF(D2D1::ColorF::Black, 0.0f)); in CreateDeviceResources()
/dports/www/firefox/firefox-99.0/gfx/wr/webrender_api/src/
H A Dlib.rs427 impl From<PropertyBindingKey<ColorF>> for PropertyBindingKey<ColorU> {
428 fn from(key: PropertyBindingKey<ColorF>) -> PropertyBindingKey<ColorU> { in from()
436 impl From<PropertyBindingKey<ColorU>> for PropertyBindingKey<ColorF> {
437 fn from(key: PropertyBindingKey<ColorU>) -> PropertyBindingKey<ColorF> { in from() argument
445 impl From<PropertyBinding<ColorF>> for PropertyBinding<ColorU> {
446 fn from(value: PropertyBinding<ColorF>) -> PropertyBinding<ColorU> { in from()
456 impl From<PropertyBinding<ColorU>> for PropertyBinding<ColorF> {
457 fn from(value: PropertyBinding<ColorU>) -> PropertyBinding<ColorF> { in from() argument
487 pub colors: Vec<PropertyValue<ColorF>>,
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/wrench/src/
H A Drawtest.rs442 ColorF::new(0.0, 0.0, 1.0, 1.0)); in test_save_restore()
453 ColorF::new(0.0, 1.0, 0.0, 1.0)); in test_save_restore()
458 color: ColorF::new(0.0, 0.0, 0.0, 1.0), in test_save_restore()
475 ColorF::new(0.0, 0.0, 1.0, 1.0)); in test_save_restore()
530 Some(ColorF::new(1.0, 1.0, 1.0, 1.0)), in test_capture()
551 Some(ColorF::new(1.0, 0.0, 0.0, 1.0)), in test_capture()
586 builder.push_rect(&info, ColorF::new(1.0, 1.0, 1.0, 1.0)); in test_hit_testing()
595 builder.push_rect(&info, ColorF::new(1.0, 1.0, 1.0, 1.0)); in test_hit_testing()
610 builder.push_rect(&info, ColorF::new(1.0, 1.0, 1.0, 1.0)); in test_hit_testing()
619 builder.push_rect(&info, ColorF::new(1.0, 1.0, 1.0, 1.0)); in test_hit_testing()
[all …]
H A Dscene.rs6 use webrender::api::{BuiltDisplayList, ColorF, Epoch};
78 pub background_color: Option<ColorF>,
115 background_color: &Option<ColorF>, in begin_display_list() argument
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/example-compositor/compositor/src/
H A Dmain.rs218 color: ColorF, in push_rotated_rect() argument
291 ColorF::new(0.8, 0.8, 0.8, 1.0), in build_display_list()
300 ColorF::new(1.0, 0.0, 0.0, 1.0), in build_display_list()
313 ColorF::new(0.0, 1.0, 0.0, 1.0), in build_display_list()
326 ColorF::new(0.0, 0.0, 1.0, 1.0), in build_display_list()
339 ColorF::new(1.0, 1.0, 0.0, 1.0), in build_display_list()
352 ColorF::new(0.0, 1.0, 1.0, 1.0), in build_display_list()
431 clear_color: ColorF::new(1.0, 1.0, 1.0, 1.0), in main()
/dports/www/firefox/firefox-99.0/gfx/wr/example-compositor/compositor/src/
H A Dmain.rs218 color: ColorF, in push_rotated_rect() argument
295 ColorF::new(0.8, 0.8, 0.8, 1.0), in build_display_list()
304 ColorF::new(1.0, 0.0, 0.0, 1.0), in build_display_list()
317 ColorF::new(0.0, 1.0, 0.0, 1.0), in build_display_list()
330 ColorF::new(0.0, 0.0, 1.0, 1.0), in build_display_list()
343 ColorF::new(1.0, 1.0, 0.0, 1.0), in build_display_list()
356 ColorF::new(0.0, 1.0, 1.0, 1.0), in build_display_list()
435 clear_color: ColorF::new(1.0, 1.0, 1.0, 1.0), in main()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/example-compositor/compositor/src/
H A Dmain.rs218 color: ColorF, in push_rotated_rect() argument
291 ColorF::new(0.8, 0.8, 0.8, 1.0), in build_display_list()
300 ColorF::new(1.0, 0.0, 0.0, 1.0), in build_display_list()
313 ColorF::new(0.0, 1.0, 0.0, 1.0), in build_display_list()
326 ColorF::new(0.0, 0.0, 1.0, 1.0), in build_display_list()
339 ColorF::new(1.0, 1.0, 0.0, 1.0), in build_display_list()
352 ColorF::new(0.0, 1.0, 1.0, 1.0), in build_display_list()
431 clear_color: ColorF::new(1.0, 1.0, 1.0, 1.0), in main()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/examples/
H A Danimation.rs44 color: ColorF, in add_rounded_rect() argument
131 …self.add_rounded_rect(bounds, ColorF::new(1.0, 0.0, 0.0, 0.5), builder, pipeline_id, key0, Some(op… in render()
135 … self.add_rounded_rect(bounds, ColorF::new(0.0, 1.0, 0.0, 0.5), builder, pipeline_id, key1, None); in render()
139 … self.add_rounded_rect(bounds, ColorF::new(0.0, 0.0, 1.0, 0.5), builder, pipeline_id, key2, None); in render()
H A Dmultiwindow.rs65 fn new(name: &'static str, clear_color: ColorF) -> Self { in new()
208 ColorF::new(0.0, 1.0, 0.0, 1.0)); in tick()
273 ColorF::new(1.0, 1.0, 0.0, 1.0), in tick()
305 let mut win1 = Window::new("window1", ColorF::new(0.3, 0.0, 0.0, 1.0)); in main()
306 let mut win2 = Window::new("window2", ColorF::new(0.0, 0.3, 0.0, 1.0)); in main()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/examples/
H A Danimation.rs43 color: ColorF, in add_rounded_rect() argument
127 …self.add_rounded_rect(bounds, ColorF::new(1.0, 0.0, 0.0, 0.5), builder, pipeline_id, key0, Some(op… in render()
131 … self.add_rounded_rect(bounds, ColorF::new(0.0, 1.0, 0.0, 0.5), builder, pipeline_id, key1, None); in render()
135 … self.add_rounded_rect(bounds, ColorF::new(0.0, 0.0, 1.0, 0.5), builder, pipeline_id, key2, None); in render()
H A Dframe_output.rs29 color: ColorF,
81 let color = ColorF::new(1., 1., 0., 1.); in init_output_document()
128 ColorF::new(1.0, 1.0, 0.0, 1.0) in init_output_document()
177 ColorF::WHITE, in render()
/dports/www/firefox/firefox-99.0/gfx/wr/examples/
H A Danimation.rs44 color: ColorF, in add_rounded_rect() argument
133 …self.add_rounded_rect(bounds, ColorF::new(1.0, 0.0, 0.0, 0.5), builder, pipeline_id, key0, Some(op… in render()
137 … self.add_rounded_rect(bounds, ColorF::new(0.0, 1.0, 0.0, 0.5), builder, pipeline_id, key1, None); in render()
141 … self.add_rounded_rect(bounds, ColorF::new(0.0, 0.0, 1.0, 0.5), builder, pipeline_id, key2, None); in render()
H A Dmultiwindow.rs65 fn new(name: &'static str, clear_color: ColorF) -> Self { in new()
209 ColorF::new(0.0, 1.0, 0.0, 1.0)); in tick()
274 ColorF::new(1.0, 1.0, 0.0, 1.0), in tick()
305 let mut win1 = Window::new("window1", ColorF::new(0.3, 0.0, 0.0, 1.0)); in main()
306 let mut win2 = Window::new("window2", ColorF::new(0.0, 0.3, 0.0, 1.0)); in main()
/dports/graphics/agg/agg-2.5/include/
H A Dagg_span_gradient.h52 class ColorF>
71 const ColorF& color_function, in span_gradient()
83 const ColorF& color_function() const { return *m_color_function; } in color_function()
90 void color_function(const ColorF& cf) { m_color_function = &cf; } in color_function()
120 const ColorF* m_color_function;
/dports/graphics/mapserver/mapserver-7.6.4/renderers/agg/include/
H A Dagg_span_gradient.h43 class ColorF>
62 const ColorF& color_function, in span_gradient()
74 const ColorF& color_function() const { return *m_color_function; } in color_function()
81 void color_function(const ColorF& cf) { m_color_function = &cf; } in color_function()
111 const ColorF* m_color_function;
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/agg24-svn/include/
H A Dagg_span_gradient.h43 class ColorF>
62 ColorF& color_function, in span_gradient()
74 const ColorF& color_function() const { return *m_color_function; } in color_function()
81 void color_function(ColorF& cf) { m_color_function = &cf; } in color_function()
111 ColorF* m_color_function;
/dports/math/py-matplotlib/matplotlib-3.4.3/extern/agg24-svn/include/
H A Dagg_span_gradient.h43 class ColorF>
62 ColorF& color_function, in span_gradient()
74 const ColorF& color_function() const { return *m_color_function; } in color_function()
81 void color_function(ColorF& cf) { m_color_function = &cf; } in color_function()
111 ColorF* m_color_function;
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/examples/
H A Dmultiwindow.rs58 fn new(name: &'static str, clear_color: ColorF) -> Self { in new()
196 builder.push_rect(&info, ColorF::new(0.0, 1.0, 0.0, 1.0)); in tick()
258 ColorF::new(1.0, 1.0, 0.0, 1.0), in tick()
288 let mut win1 = Window::new("window1", ColorF::new(0.3, 0.0, 0.0, 1.0)); in main()
289 let mut win2 = Window::new("window2", ColorF::new(0.0, 0.3, 0.0, 1.0)); in main()
/dports/sysutils/fluxengine/fluxengine-61ff48c/dep/agg/include/
H A Dagg_span_gradient.h42 class ColorF>
61 ColorF& color_function, in span_gradient()
73 const ColorF& color_function() const { return *m_color_function; } in color_function()
80 void color_function(ColorF& cf) { m_color_function = &cf; } in color_function()
110 ColorF* m_color_function;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/example-compositor/compositor/src/
H A Dmain.rs177 color: ColorF, in push_rotated_rect() argument
251 ColorF::new(0.8, 0.8, 0.8, 1.0), in build_display_list()
260 ColorF::new(1.0, 0.0, 0.0, 1.0), in build_display_list()
273 ColorF::new(0.0, 1.0, 0.0, 1.0), in build_display_list()
286 ColorF::new(0.0, 0.0, 1.0, 1.0), in build_display_list()
364 clear_color: Some(ColorF::new(1.0, 1.0, 1.0, 1.0)), in main()

12345678910>>...44