Home
last modified time | relevance | path

Searched refs:gradient (Results 226 – 250 of 23762) sorted by relevance

12345678910>>...951

/dports/converters/wkhtmltopdf/qt-5db36ec/doc/src/snippets/code/
H A Ddoc_src_qt4-arthur.cpp43 gradient.setColorAt(0, Qt::red);
45 gradient.setColorAt(1, Qt::blue);
46 painter.setBrush(gradient);
55 gradient.setColorAt(1, Qt::black);
56 painter.setBrush(gradient);
63 gradient.setColorAt(0, Qt::black);
66 gradient.setColorAt(1, Qt::black);
67 painter.setBrush(gradient);
130 gradient.setColorAt(0, Qt::blue);
131 gradient.setColorAt(1, Qt::red);
[all …]
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/colorful-0.2.1/examples/
H A Dgradient.rs7 println!("{}", "This code is editable and runnable!".gradient(Color::Red)); in main()
8 println!("{}", "¡Este código es editable y ejecutable!".gradient(Color::Green)); in main()
9 println!("{}", "Ce code est modifiable et exécutable !".gradient(Color::Yellow)); in main()
10 println!("{}", "Questo codice è modificabile ed eseguibile!".gradient(Color::Blue)); in main()
11 println!("{}", "このコードは編集して実行出来ます!".gradient(Color::Magenta)); in main()
12 println!("{}", "여기에서 코드를 수정하고 실행할 수 있습니다!".gradient(Color::Cyan)); in main()
14 println!("{}", "Este código é editável e executável!".gradient(Color::DarkGray)); in main()
17 println!("{}", "这段代码是可以编辑并且能够运行的!".gradient(Color::LightYellow)); in main()
20 println!("{}", "Tento kód můžete upravit a spustit".gradient(Color::LightCyan)); in main()
21 println!("{}", "این کد قابلیت ویرایش و اجرا دارد!".gradient(Color::White)); in main()
[all …]
/dports/graphics/rx/rx-0.4.0/cargo-crates/colorful-0.2.1/examples/
H A Dgradient.rs7 println!("{}", "This code is editable and runnable!".gradient(Color::Red)); in main()
8 println!("{}", "¡Este código es editable y ejecutable!".gradient(Color::Green)); in main()
9 println!("{}", "Ce code est modifiable et exécutable !".gradient(Color::Yellow)); in main()
10 println!("{}", "Questo codice è modificabile ed eseguibile!".gradient(Color::Blue)); in main()
11 println!("{}", "このコードは編集して実行出来ます!".gradient(Color::Magenta)); in main()
12 println!("{}", "여기에서 코드를 수정하고 실행할 수 있습니다!".gradient(Color::Cyan)); in main()
14 println!("{}", "Este código é editável e executável!".gradient(Color::DarkGray)); in main()
17 println!("{}", "这段代码是可以编辑并且能够运行的!".gradient(Color::LightYellow)); in main()
20 println!("{}", "Tento kód můžete upravit a spustit".gradient(Color::LightCyan)); in main()
21 println!("{}", "این کد قابلیت ویرایش و اجرا دارد!".gradient(Color::White)); in main()
[all …]
/dports/www/firefox/firefox-99.0/layout/reftests/border-image/
H A Dreftest.list49 …pshot&&!geckoview,1-3,300-1804) == border-image-linear-gradient.html border-image-linear-gradient-…
64 fuzzy(0-1,0-2096) == border-image-radial-gradient.html border-image-radial-gradient-ref.html
65 fuzzy(0-1,0-37818) == border-image-radial-gradient-slice-1.html border-image-radial-gradient-slice-…
66 fuzzy(0-1,0-26363) == border-image-radial-gradient-slice-2.html border-image-radial-gradient-slice-…
67 fuzzy(0-1,0-90873) == border-image-radial-gradient-slice-fill-1.html border-image-radial-gradient-s…
68 fuzzy(0-1,0-61729) == border-image-radial-gradient-slice-fill-2.html border-image-radial-gradient-s…
69 fuzzy(0-2,0-4894) == border-image-radial-gradient-width.html border-image-radial-gradient-width-ref…
70 fuzzy(0-3,0-66698) == border-image-radial-gradient-slice-width.html border-image-radial-gradient-sl…
77 …uzzy(0-3,0-3008) == border-image-repeating-radial-gradient.html border-image-repeating-radial-grad…
78 …0-3,0-62078) == border-image-repeating-radial-gradient-slice-1.html border-image-repeating-radial-
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/reftests/border-image/
H A Dreftest.list45 == border-image-linear-gradient.html border-image-linear-gradient-ref.html
50 …(1,48) fuzzy-if(OSX,5,1676) == border-image-linear-gradient-width.html border-image-linear-gradie…
55 == border-image-linear-gradient-repeat-repeat-2.html border-image-linear-gradient-repeat-repeat-2-r…
57 fuzzy(1,8533) == border-image-linear-gradient-repeat-repeat-3.html border-image-linear-gradient-rep…
58 fuzzy(1,7161) == border-image-linear-gradient-repeat-round-3.html border-image-linear-gradient-repe…
60 == border-image-radial-gradient.html border-image-radial-gradient-ref.html
63 fuzzy(1,105) == border-image-radial-gradient-slice-fill-1.html border-image-radial-gradient-slice-f…
65 fuzzy-if(skiaContent,1,2) == border-image-radial-gradient-width.html border-image-radial-gradient-w…
66 fuzzy(1,9000) == border-image-radial-gradient-slice-width.html border-image-radial-gradient-slice-w…
69 == border-image-repeating-linear-gradient.html border-image-repeating-linear-gradient-ref.html
[all …]
/dports/deskutils/py-paperless/paperless-2.7.0/presentation/css/theme/template/
H A Dmixins.scss1 @mixin vertical-gradient( $top, $bottom ) {
3 background: -moz-linear-gradient( top, $top 0%, $bottom 100% );
5 background: -webkit-linear-gradient( top, $top 0%, $bottom 100% );
6 background: -o-linear-gradient( top, $top 0%, $bottom 100% );
7 background: -ms-linear-gradient( top, $top 0%, $bottom 100% );
8 background: linear-gradient( top, $top 0%, $bottom 100% );
11 @mixin horizontal-gradient( $top, $bottom ) {
13 background: -moz-linear-gradient( left, $top 0%, $bottom 100% );
16 background: -o-linear-gradient( left, $top 0%, $bottom 100% );
18 background: linear-gradient( left, $top 0%, $bottom 100% );
[all …]
/dports/science/tfel/tfel-3.4.0/docs/html/reveal.js/css/theme/template/
H A Dmixins.scss1 @mixin vertical-gradient( $top, $bottom ) {
3 background: -moz-linear-gradient( top, $top 0%, $bottom 100% );
5 background: -webkit-linear-gradient( top, $top 0%, $bottom 100% );
6 background: -o-linear-gradient( top, $top 0%, $bottom 100% );
7 background: -ms-linear-gradient( top, $top 0%, $bottom 100% );
8 background: linear-gradient( top, $top 0%, $bottom 100% );
11 @mixin horizontal-gradient( $top, $bottom ) {
13 background: -moz-linear-gradient( left, $top 0%, $bottom 100% );
16 background: -o-linear-gradient( left, $top 0%, $bottom 100% );
18 background: linear-gradient( left, $top 0%, $bottom 100% );
[all …]
/dports/science/tfel-edf/tfel-3.2.1/docs/html/reveal.js/css/theme/template/
H A Dmixins.scss1 @mixin vertical-gradient( $top, $bottom ) {
3 background: -moz-linear-gradient( top, $top 0%, $bottom 100% );
5 background: -webkit-linear-gradient( top, $top 0%, $bottom 100% );
6 background: -o-linear-gradient( top, $top 0%, $bottom 100% );
7 background: -ms-linear-gradient( top, $top 0%, $bottom 100% );
8 background: linear-gradient( top, $top 0%, $bottom 100% );
11 @mixin horizontal-gradient( $top, $bottom ) {
13 background: -moz-linear-gradient( left, $top 0%, $bottom 100% );
16 background: -o-linear-gradient( left, $top 0%, $bottom 100% );
18 background: linear-gradient( left, $top 0%, $bottom 100% );
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/npm-asset/reveal.js/css/theme/template/
H A Dmixins.scss1 @mixin vertical-gradient( $top, $bottom ) {
3 background: -moz-linear-gradient( top, $top 0%, $bottom 100% );
5 background: -webkit-linear-gradient( top, $top 0%, $bottom 100% );
6 background: -o-linear-gradient( top, $top 0%, $bottom 100% );
7 background: -ms-linear-gradient( top, $top 0%, $bottom 100% );
8 background: linear-gradient( top, $top 0%, $bottom 100% );
11 @mixin horizontal-gradient( $top, $bottom ) {
13 background: -moz-linear-gradient( left, $top 0%, $bottom 100% );
16 background: -o-linear-gradient( left, $top 0%, $bottom 100% );
18 background: linear-gradient( left, $top 0%, $bottom 100% );
[all …]
/dports/graphics/krita/krita-4.4.8/libs/flake/
H A DKoMeshGradientBackground.cpp18 , gradient(0) in Private()
24 , gradient(new SvgMeshGradient(*other.gradient)) in Private()
34 QScopedPointer<SvgMeshGradient> gradient; member in KoMeshGradientBackground::Private
43 d->gradient.reset(new SvgMeshGradient(*gradient)); in KoMeshGradientBackground()
45 Q_ASSERT(d->gradient); in KoMeshGradientBackground()
56 if (!d->gradient || !d->gradient->isValid()) return; in paint()
59 QScopedPointer<SvgMeshGradient> gradient(new SvgMeshGradient(*d->gradient)); in paint() local
65 gradient->setTransform(relativeToShape); in paint()
66 meshBoundingRect = gradient->boundingRect(); in paint()
107 SvgMeshGradient* KoMeshGradientBackground::gradient() in gradient() function in KoMeshGradientBackground
[all …]
/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/colour/
H A Djuce_FillType.cpp56 gradient (createCopyIfNotNull (other.gradient.get())), in FillType()
67 gradient.reset (createCopyIfNotNull (other.gradient.get())); in operator =()
77 gradient (std::move (other.gradient)), in FillType()
88 gradient = std::move (other.gradient); in operator =()
102 && (gradient == other.gradient in operator ==()
103 … || (gradient != nullptr && other.gradient != nullptr && *gradient == *other.gradient)); in operator ==()
113 gradient.reset(); in setColour()
120 if (gradient != nullptr) in setGradient()
122 *gradient = newGradient; in setGradient()
134 gradient.reset(); in setTiledImage()
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_graphics/colour/
H A Djuce_FillType.cpp56 gradient (createCopyIfNotNull (other.gradient.get())), in FillType()
67 gradient.reset (createCopyIfNotNull (other.gradient.get())); in operator =()
77 gradient (std::move (other.gradient)), in FillType()
88 gradient = std::move (other.gradient); in operator =()
102 && (gradient == other.gradient in operator ==()
103 … || (gradient != nullptr && other.gradient != nullptr && *gradient == *other.gradient)); in operator ==()
113 gradient.reset(); in setColour()
120 if (gradient != nullptr) in setGradient()
122 *gradient = newGradient; in setGradient()
134 gradient.reset(); in setTiledImage()
[all …]
/dports/x11-wm/sawfish/sawfish_1.13.0/themes/gradient-tabbed/
H A Dtheme.jl1 ;; Based on gradient and Step themes created by:
7 (define theme-name 'gradient-tabbed)
9 (require 'gradient)
16 (defcustom gradient-tabbed:gradient-type 'horizontal
20 :group (appearance gradient-tabbed)
26 :group (appearance gradient-tabbed)
32 :group (appearance gradient-tabbed)
38 :group (appearance gradient-tabbed)
95 (apply (cond ((eq gradient-tabbed:gradient-type 'diagonal)
97 ((eq gradient-tabbed:gradient-type 'horizontal)
[all …]
/dports/graphics/cairo/cairo-1.17.4/src/
H A Dcairo-gl-gradient.c167 pixman_image_unref (gradient); in _cairo_gl_gradient_render()
172 gradient, NULL, image, in _cairo_gl_gradient_render()
178 pixman_image_unref (gradient); in _cairo_gl_gradient_render()
246 if (gradient) { in _cairo_gl_gradient_create()
252 if (gradient == NULL) in _cairo_gl_gradient_create()
263 gradient->n_stops = n_stops; in _cairo_gl_gradient_create()
264 gradient->stops = gradient->stops_embedded; in _cairo_gl_gradient_create()
300 *gradient_out = gradient; in _cairo_gl_gradient_create()
306 free (gradient); in _cairo_gl_gradient_create()
317 return gradient; in _cairo_gl_gradient_reference()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-gl-gradient.c167 pixman_image_unref (gradient); in _cairo_gl_gradient_render()
172 gradient, NULL, image, in _cairo_gl_gradient_render()
178 pixman_image_unref (gradient); in _cairo_gl_gradient_render()
246 if (gradient) { in _cairo_gl_gradient_create()
252 if (gradient == NULL) in _cairo_gl_gradient_create()
263 gradient->n_stops = n_stops; in _cairo_gl_gradient_create()
264 gradient->stops = gradient->stops_embedded; in _cairo_gl_gradient_create()
300 *gradient_out = gradient; in _cairo_gl_gradient_create()
306 free (gradient); in _cairo_gl_gradient_create()
317 return gradient; in _cairo_gl_gradient_reference()
[all …]
/dports/www/firefox/firefox-99.0/gfx/cairo/cairo/src/
H A Dcairo-gl-gradient.c167 pixman_image_unref (gradient); in _cairo_gl_gradient_render()
172 gradient, NULL, image, in _cairo_gl_gradient_render()
178 pixman_image_unref (gradient); in _cairo_gl_gradient_render()
246 if (gradient) { in _cairo_gl_gradient_create()
252 if (gradient == NULL) in _cairo_gl_gradient_create()
263 gradient->n_stops = n_stops; in _cairo_gl_gradient_create()
264 gradient->stops = gradient->stops_embedded; in _cairo_gl_gradient_create()
300 *gradient_out = gradient; in _cairo_gl_gradient_create()
306 free (gradient); in _cairo_gl_gradient_create()
317 return gradient; in _cairo_gl_gradient_reference()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-gl-gradient.c167 pixman_image_unref (gradient); in _cairo_gl_gradient_render()
172 gradient, NULL, image, in _cairo_gl_gradient_render()
178 pixman_image_unref (gradient); in _cairo_gl_gradient_render()
246 if (gradient) { in _cairo_gl_gradient_create()
252 if (gradient == NULL) in _cairo_gl_gradient_create()
263 gradient->n_stops = n_stops; in _cairo_gl_gradient_create()
264 gradient->stops = gradient->stops_embedded; in _cairo_gl_gradient_create()
300 *gradient_out = gradient; in _cairo_gl_gradient_create()
306 free (gradient); in _cairo_gl_gradient_create()
317 return gradient; in _cairo_gl_gradient_reference()
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkcssimagegradient.c43 if (gradient->pattern) in G_DEFINE_TYPE()
47 copy->gradient = gtk_gradient_ref (gradient->gradient); in G_DEFINE_TYPE()
173 if (gradient == NULL) in gtk_css_image_gradient_transition()
177 result->gradient = gradient; in gtk_css_image_gradient_transition()
261 gradient->gradient = _gtk_gradient_parse (parser); in gtk_css_image_gradient_parse()
263 return gradient->gradient != NULL; in gtk_css_image_gradient_parse()
273 s = gtk_gradient_to_string (gradient->gradient); in gtk_css_image_gradient_print()
283 if (gradient->gradient) in gtk_css_image_gradient_dispose()
285 gtk_gradient_unref (gradient->gradient); in gtk_css_image_gradient_dispose()
286 gradient->gradient = NULL; in gtk_css_image_gradient_dispose()
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimpgradient.c150 gradient->segments = NULL; in gimp_gradient_init()
158 if (gradient->segments) in gimp_gradient_finalize()
161 gradient->segments = NULL; in gimp_gradient_finalize()
270 if (gradient->segments) in gimp_gradient_copy()
298 gradient->segments = head; in gimp_gradient_copy()
340 if (gradient->segments) in gimp_gradient_get_checksum()
393 GimpGradient *gradient; in gimp_gradient_new() local
404 return GIMP_DATA (gradient); in gimp_gradient_new()
1544 gradient->segments = tmp; in gimp_gradient_segment_range_flip()
1679 gradient->segments = tmp; in gimp_gradient_segment_range_replicate()
[all …]
/dports/math/stan/stan-2.28.2/src/test/unit/model/
H A Dfinite_diff_grad_test.cpp12 std::vector<double> gradient; in TEST() local
21 ASSERT_EQ(1U, gradient.size()); in TEST()
22 EXPECT_FLOAT_EQ(0.0, gradient[0]); in TEST()
29 std::vector<double> gradient; in TEST() local
39 ASSERT_EQ(1U, gradient.size()); in TEST()
51 std::vector<double> gradient; in TEST() local
61 ASSERT_EQ(1U, gradient.size()); in TEST()
63 EXPECT_FLOAT_EQ(0.0, gradient[0]); in TEST()
71 std::vector<double> gradient; in TEST() local
81 ASSERT_EQ(1U, gradient.size()); in TEST()
[all …]
/dports/x11-themes/plata-theme/plata-theme-1dd0953f1d6a35777388d39f46e2428c038042be/src/shell/sass/gnome-shell/
H A D_extension-window-list.scss32 background-gradient-drection: vertical;
33 background-gradient-start: $panel_hidden_bg;
34 background-gradient-end: $panel_hidden_bg;
41 background-gradient-drection: vertical;
43 background-gradient-end: $osd_semi_fill_bg;
50 background-gradient-drection: vertical;
71 background-gradient-drection: vertical;
78 background-gradient-drection: vertical;
98 background-gradient-drection: vertical;
106 background-gradient-drection: vertical;
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/css/css-lists/animations/
H A Dlist-style-image-interpolation.html.ini41 …e-image> from [linear-gradient(-45deg, red, yellow)\] to [linear-gradient(45deg, blue, orange)\] a…
59 …e-image> from [linear-gradient(-45deg, red, yellow)\] to [linear-gradient(45deg, blue, orange)\] a…
65 …e-image> from [linear-gradient(-45deg, red, yellow)\] to [linear-gradient(45deg, blue, orange)\] a…
74 …-image> from [linear-gradient(-45deg, red, yellow)\] to [linear-gradient(45deg, blue, orange)\] at…
77 …e-image> from [linear-gradient(-45deg, red, yellow)\] to [linear-gradient(45deg, blue, orange)\] a…
80 …e-image> from [linear-gradient(-45deg, red, yellow)\] to [linear-gradient(45deg, blue, orange)\] a…
89 …-image> from [linear-gradient(-45deg, red, yellow)\] to [linear-gradient(45deg, blue, orange)\] at…
92 …-image> from [linear-gradient(-45deg, red, yellow)\] to [linear-gradient(45deg, blue, orange)\] at…
101 …-image> from [linear-gradient(-45deg, red, yellow)\] to [linear-gradient(45deg, blue, orange)\] at…
107 …-image> from [linear-gradient(-45deg, red, yellow)\] to [linear-gradient(45deg, blue, orange)\] at…
[all …]
/dports/www/firefox-esr/firefox-91.8.0/layout/reftests/border-image/
H A Dreftest.list49 …ender&&!geckoview,1-3,300-1804) == border-image-linear-gradient.html border-image-linear-gradient-…
60 …!geckoview,1-2,300-9500) == border-image-linear-gradient-repeat-round-2.html border-image-linear-g…
64 fuzzy-if(webrender,0-1,0-2096) == border-image-radial-gradient.html border-image-radial-gradient-re…
65 …y-if(webrender,0-1,0-37818) == border-image-radial-gradient-slice-1.html border-image-radial-gradi…
66 …y-if(webrender,0-1,0-26363) == border-image-radial-gradient-slice-2.html border-image-radial-gradi…
67 …if(webrender,0-1,0-90873) == border-image-radial-gradient-slice-fill-1.html border-image-radial-gr…
69 …zzy-if(webrender,0-2,0-4894) == border-image-radial-gradient-width.html border-image-radial-gradie…
70 …if(webrender,0-3,0-66698) == border-image-radial-gradient-slice-width.html border-image-radial-gra…
73 …ew,1-4,600-2000) == border-image-repeating-linear-gradient.html border-image-repeating-linear-grad…
77 …nder,0-3,0-3008) == border-image-repeating-radial-gradient.html border-image-repeating-radial-grad…
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/layout/reftests/border-image/
H A Dreftest.list45 fuzzy-if(webrender,1-1,1804-1804) == border-image-linear-gradient.html border-image-linear-gradient
50 …) fuzzy-if(webrender,1,4479) == border-image-linear-gradient-width.html border-image-linear-gradie…
55 …render,1-1,65098-65098) == border-image-linear-gradient-repeat-repeat-2.html border-image-linear-g…
57 …y-if(webrender,1,85925) == border-image-linear-gradient-repeat-repeat-3.html border-image-linear-g…
58 …y-if(webrender,2,107112) == border-image-linear-gradient-repeat-round-3.html border-image-linear-g…
60 fuzzy-if(webrender,1,2096) == border-image-radial-gradient.html border-image-radial-gradient-ref.ht…
63 …zzy-if(webrender,1,90873) == border-image-radial-gradient-slice-fill-1.html border-image-radial-gr…
65 …) fuzzy-if(webrender,1,4894) == border-image-radial-gradient-width.html border-image-radial-gradie…
66 …zzy-if(webrender,3,66698) == border-image-radial-gradient-slice-width.html border-image-radial-gra…
69 …r,1-1,1766-1766) == border-image-repeating-linear-gradient.html border-image-repeating-linear-grad…
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/layout/reftests/border-image/
H A Dreftest.list49 …ender&&!geckoview,1-3,300-1804) == border-image-linear-gradient.html border-image-linear-gradient-…
60 …!geckoview,1-2,300-9500) == border-image-linear-gradient-repeat-round-2.html border-image-linear-g…
64 fuzzy-if(webrender,0-1,0-2096) == border-image-radial-gradient.html border-image-radial-gradient-re…
65 …y-if(webrender,0-1,0-37818) == border-image-radial-gradient-slice-1.html border-image-radial-gradi…
66 …y-if(webrender,0-1,0-26363) == border-image-radial-gradient-slice-2.html border-image-radial-gradi…
67 …if(webrender,0-1,0-90873) == border-image-radial-gradient-slice-fill-1.html border-image-radial-gr…
69 …zzy-if(webrender,0-2,0-4894) == border-image-radial-gradient-width.html border-image-radial-gradie…
70 …if(webrender,0-3,0-66698) == border-image-radial-gradient-slice-width.html border-image-radial-gra…
73 …ew,1-4,600-2000) == border-image-repeating-linear-gradient.html border-image-repeating-linear-grad…
77 …nder,0-3,0-3008) == border-image-repeating-radial-gradient.html border-image-repeating-radial-grad…
[all …]

12345678910>>...951