Home
last modified time | relevance | path

Searched refs:color_stop (Results 1 – 25 of 38) sorted by relevance

12

/dports/devel/upp/upp/uppsrc/Painter/
H A DGradient.cpp5 Image BufferPainter::MakeGradient(RGBA color1, Vector<ColorStop>& color_stop, RGBA color2, int n) in MakeGradient() argument
11 for(int i = 0; i <= color_stop.GetCount(); i++) { in MakeGradient()
14 if(i < color_stop.GetCount()) { in MakeGradient()
15 h = (int)(color_stop[i].stop * (n - 1)); in MakeGradient()
16 ch = color_stop[i].color; in MakeGradient()
39 Vector<ColorStop> *color_stop; member
51 ss % cc->color1 % *cc->color_stop % cc->color2 % cc->n; in Key()
57 return MakeGradient(color1, *color_stop, color2, n); in Make()
60 Image BufferPainter::MakeGradientCached(RGBA color1, Vector<ColorStop>& color_stop, RGBA color2, in… in MakeGradientCached() argument
64 m.color_stop = &color_stop; in MakeGradientCached()
[all …]
H A DContext.cpp131 int i = FindLowerBound(a.color_stop, c); in ColorStop0()
132 a.color_stop.Insert(i, c); in ColorStop0()
144 pathattr.color_stop.Clear(); in ClearStopsOp()
146 attr.color_stop.Clear(); in ClearStopsOp()
H A DBufferPainter.h152 WithDeepCopy<Vector<ColorStop>> color_stop; member
286 static Image MakeGradient(RGBA color1, Vector<ColorStop>& color_stop, RGBA color2, int n);
287 …static Image MakeGradientCached(RGBA color1, Vector<ColorStop>& color_stop, RGBA color2, int n…
/dports/devel/gnome-builder/gnome-builder-41.3/src/gstyle/
H A Dgstyle-color-scale.c241 ColorStop *color_stop; in gstyle_color_scale_add_rgba_color_stop() local
248 color_stop = g_slice_new0 (ColorStop); in gstyle_color_scale_add_rgba_color_stop()
249 color_stop->id = id_count; in gstyle_color_scale_add_rgba_color_stop()
250 color_stop->offset = offset; in gstyle_color_scale_add_rgba_color_stop()
251 color_stop->rgba = *rgba; in gstyle_color_scale_add_rgba_color_stop()
260 g_slice_free (ColorStop, color_stop); in gstyle_color_scale_add_rgba_color_stop()
275 return color_stop->id; in gstyle_color_scale_add_rgba_color_stop()
501 ColorStop *color_stop; in update_pattern() local
506 rgba = color_stop->rgba; in update_pattern()
677 free_color_stop (ColorStop *color_stop) in free_color_stop() argument
[all …]
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/core/server/t/08_debug/
H A D02_color.t60 my $color_stop = chr(0x1b) . '\[0m';
63 like($stderr, qr{ $color_stop }xms, 'Output contains ANSI stop coloring code');
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/t/08_debug/
H A D02_color.t60 my $color_stop = chr(0x1b) . '\[0m';
63 like($stderr, qr{ $color_stop }xms, 'Output contains ANSI stop coloring code');
/dports/x11/tint/tint2-78313502d3b26c217f5583a23ef571bc9e0edc45/src/util/
H A Darea.c1323 ColorStop *color_stop = (ColorStop *)l->data; in update_gradient() local
1327 color_stop->offset, in update_gradient()
1328 color_stop->color.rgb[0], in update_gradient()
1329 color_stop->color.rgb[1], in update_gradient()
1330 color_stop->color.rgb[2], in update_gradient()
1331 color_stop->color.alpha); in update_gradient()
1333 color_stop->offset, in update_gradient()
1334 color_stop->color.rgb[0], in update_gradient()
1335 color_stop->color.rgb[1], in update_gradient()
1336 color_stop->color.rgb[2], in update_gradient()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/freetype/vtkfreetype/src/sfnt/
H A Dttcolr.h58 FT_ColorStop* color_stop,
H A Dttcolr.c836 FT_ColorStop* color_stop, in tt_face_get_colorline_stops() argument
859 color_stop->stop_offset = FT_NEXT_SHORT( p ); in tt_face_get_colorline_stops()
861 color_stop->color.palette_index = FT_NEXT_USHORT( p ); in tt_face_get_colorline_stops()
863 color_stop->color.alpha = FT_NEXT_SHORT( p ); in tt_face_get_colorline_stops()
/dports/www/firefox/firefox-99.0/modules/freetype2/src/sfnt/
H A Dttcolr.h63 FT_ColorStop* color_stop,
H A Dttcolr.c1003 FT_ColorStop* color_stop, in tt_face_get_colorline_stops() argument
1026 color_stop->stop_offset = FT_NEXT_SHORT( p ); in tt_face_get_colorline_stops()
1028 color_stop->color.palette_index = FT_NEXT_USHORT( p ); in tt_face_get_colorline_stops()
1030 color_stop->color.alpha = FT_NEXT_SHORT( p ); in tt_face_get_colorline_stops()
/dports/print/freetype2/freetype-2.11.1/src/sfnt/
H A Dttcolr.h63 FT_ColorStop* color_stop,
H A Dttcolr.c1003 FT_ColorStop* color_stop, in tt_face_get_colorline_stops() argument
1026 color_stop->stop_offset = FT_NEXT_SHORT( p ); in tt_face_get_colorline_stops()
1028 color_stop->color.palette_index = FT_NEXT_USHORT( p ); in tt_face_get_colorline_stops()
1030 color_stop->color.alpha = FT_NEXT_SHORT( p ); in tt_face_get_colorline_stops()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkcssimagelinear.c618 gtk_css_image_clear_color_stop (gpointer color_stop) in gtk_css_image_clear_color_stop() argument
620 GtkCssImageLinearColorStop *stop = color_stop; in gtk_css_image_clear_color_stop()
H A Dgtkcssimageradial.c682 gtk_css_image_clear_color_stop (gpointer color_stop) in gtk_css_image_clear_color_stop() argument
684 GtkCssImageRadialColorStop *stop = color_stop; in gtk_css_image_clear_color_stop()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/freetype/vtkfreetype/include/freetype/
H A Dftcolor.h1560 FT_ColorStop* color_stop,
/dports/www/firefox/firefox-99.0/modules/freetype2/include/freetype/
H A Dftcolor.h1669 FT_ColorStop* color_stop,
/dports/x11/tint/tint2-78313502d3b26c217f5583a23ef571bc9e0edc45/themes/
H A Dhorizontal-text-only.tint2rc10 color_stop = 70.000000 #1c1c1c 80
/dports/print/freetype2/freetype-2.11.1/include/freetype/
H A Dftcolor.h1669 FT_ColorStop* color_stop,
/dports/x11/tint/tint2-78313502d3b26c217f5583a23ef571bc9e0edc45/src/
H A Dconfig.c390 ColorStop *color_stop = (ColorStop *)calloc(1, sizeof(ColorStop)); in add_entry() local
391 color_stop->offset = atof(value1) / 100.0; in add_entry()
392 get_color(value2, color_stop->color.rgb); in add_entry()
394 color_stop->color.alpha = (atoi(value3) / 100.0); in add_entry()
396 color_stop->color.alpha = 0.5; in add_entry()
397 g->extra_color_stops = g_list_append(g->extra_color_stops, color_stop); in add_entry()
/dports/graphics/krita/krita-4.4.8/libs/psd/
H A Dpsd.h173 psd_gradient_color_stop * color_stop; member
195 psd_gradient_color_stop * color_stop; member
/dports/math/vtk9/VTK-9.1.0/ThirdParty/freetype/vtkfreetype/include/freetype/internal/
H A Dsfnt.h620 FT_ColorStop *color_stop,
/dports/www/firefox/firefox-99.0/modules/freetype2/include/freetype/internal/
H A Dsfnt.h658 FT_ColorStop *color_stop,
/dports/print/freetype2/freetype-2.11.1/include/freetype/internal/
H A Dsfnt.h658 FT_ColorStop *color_stop,
/dports/graphics/pastel/pastel-0.8.1/src/
H A Dlib.rs1149 Some(color_stop) => color_stop.color = color, in add_stop()
1158 let color_stop = ColorStop { color, position }; in add_stop() localVariable
1160 self.color_stops.insert(index, color_stop); in add_stop()

12