Searched defs:guint32 (Results 1 - 24 of 24) sorted by relevance

/inkscape/src/
H A Dgradient-chemistry.h25 typedef unsigned int guint32; typedef
69 guint32 average_color(guint32 c1, guint32 c2, double p = 0.5);
102 guint32 sp_item_gradient_stop_query_style(SPItem *item, GrPointType point_type, unsigned int point_i, Inkscape::PaintTarget fill_or_stroke);
H A Dpath-chemistry.h26 typedef unsigned int guint32; typedef
33 Inkscape::XML::Node *sp_selected_item_to_curved_repr(SPItem *item, guint32 text_grouping_policy);
H A Dsp-cursor.h4 typedef unsigned int guint32; typedef
9 GdkPixbuf* sp_cursor_pixbuf_from_xpm(char const *const *xpm, GdkColor const& black, GdkColor const& white, guint32 fill, guint32 stroke);
H A Dsp-stop.h14 typedef unsigned int guint32; typedef
46 static SPColor readStopColor( Glib::ustring const &styleStr, guint32 dfl = 0 );
53 guint32 get_rgba32() const;
H A Dcolor-rgba.h14 typedef unsigned int guint32; typedef
55 ColorRGBA(guint32 intcolor)
H A Dcolor.h17 typedef unsigned int guint32; // uint is guaranteed to hold up to 2^32 − 1 typedef
43 SPColor( guint32 value );
53 void set( guint32 value );
55 guint32 toRGBA32( int alpha ) const;
56 guint32 toRGBA32( double alpha ) const;
66 guint32 sp_color_get_rgba32_ualpha (const SPColor *color, guint32 alpha);
67 guint32 sp_color_get_rgba32_falpha (const SPColor *color, float alpha);
H A Dline-geometry.h22 typedef unsigned int guint32; typedef
75 void create_canvas_point(Geom::Point const &pos, double size = 4.0, guint32 rgba = 0xff00007f);
78 void create_canvas_line(Geom::Point const &p1, Geom::Point const &p2, guint32 rgba = 0xff00007f);
H A Dseltrans-handles.h20 typedef unsigned int guint32; typedef
26 guint32 const DEF_COLOR[] = { 0xff, 0xff6600, 0xff6600, 0xff, 0xff, 0xff };
27 guint32 const CEN_COLOR[] = { 0x0, 0x0, 0x0, 0xff, 0xff0000b0, 0xff0000b0 };
38 guint32 const *color;
H A Dsp-guide.h22 typedef unsigned int guint32; typedef
41 void setColor(guint32 c);
42 void setHiColor(guint32 h) { hicolor = h; }
44 guint32 getColor() const { return color; }
45 guint32 getHiColor() const { return hicolor; }
87 guint32 color;
88 guint32 hicolor;
H A Dcms-color-types.h20 typedef unsigned int guint32; typedef
64 FourCCSig( guint32 value ) : value(value) {};
66 guint32 value;
74 ColorSpaceSig( guint32 value ) : FourCCSig(value) {};
82 ColorProfileClassSig( guint32 value ) : FourCCSig(value) {};
H A Dknot.h29 typedef unsigned int guint32; typedef
62 guint32 fill[SP_KNOT_VISIBLE_STATES];
63 guint32 stroke[SP_KNOT_VISIBLE_STATES];
96 void setFill(guint32 normal, guint32 mouseover, guint32 dragging);
97 void setStroke(guint32 normal, guint32 mouseover, guint32 dragging);
130 void startDragging(Geom::Point const &p, int x, int y, guint32 etim
[all...]
H A Dsp-cursor.cpp28 delete [] reinterpret_cast<guint32*>(pixels);
48 operator guint32() const {
49 guint32 result = (static_cast<guint32>(v[0]) << 0)
50 | (static_cast<guint32>(v[1]) << 8)
51 | (static_cast<guint32>(v[2]) << 16)
52 | (static_cast<guint32>(v[3]) << 24);
57 GdkPixbuf *sp_cursor_pixbuf_from_xpm(char const *const *xpm, GdkColor const& black, GdkColor const& white, guint32 fill, guint32 stroke)
102 guint32 *pixmap_buffe
[all...]
H A Dsp-namedview.h33 typedef unsigned int guint32; typedef
34 typedef guint32 GQuark;
75 guint32 guidecolor;
76 guint32 guidehicolor;
77 guint32 bordercolor;
78 guint32 pagecolor;
79 guint32 pageshadow;
H A Dpreferences.h25 typedef unsigned int guint32; typedef
198 inline guint32 getColor(guint32 def) const;
367 guint32 getColor(Glib::ustring const &pref_path, guint32 def=0x000000ff) {
439 void setColor(Glib::ustring const &pref_path, guint32 value);
527 guint32 _extractColor(Entry const &v);
652 inline guint32 Preferences::Entry::getColor(guint32 def) const
H A Dsp-item.h40 typedef unsigned int guint32; typedef
174 guint32 highlight_color() const;
176 void setHighlightColor(guint32 color);
/inkscape/src/svg/
H A Dsvg-color.h4 typedef unsigned int guint32; typedef
7 guint32 sp_svg_read_color(char const *str, unsigned int dfl);
8 guint32 sp_svg_read_color(char const *str, char const **end_ptr, guint32 def);
/inkscape/src/display/
H A Dgrayscale.h13 typedef unsigned int guint32; typedef
19 guint32 process(guint32 rgba);
20 guint32 process(unsigned char r, unsigned char g, unsigned char b, unsigned char a);
H A Dnr-filter-flood.h18 typedef unsigned int guint32; typedef
35 virtual void set_color(guint32 c);
40 guint32 color;
H A Dnr-filter-diffuselighting.h25 typedef unsigned int guint32; typedef
48 guint32 lighting_color;
H A Dnr-filter-specularlighting.h23 typedef unsigned int guint32; typedef
50 guint32 lighting_color;
H A Dnr-filter-colormatrix.h19 typedef unsigned int guint32; typedef
52 guint32 operator()(guint32 in);
H A Dnr-light.h20 typedef unsigned int guint32; typedef
39 DistantLight(SPFeDistantLight *light, guint32 lighting_color);
57 guint32 color;
73 PointLight(SPFePointLight *light, guint32 lighting_color, const Geom::Affine &trans);
95 guint32 color;
113 SpotLight(SPFeSpotLight *light, guint32 lighting_color, const Geom::Affine &trans);
138 guint32 color;
H A Ddrawing.h26 typedef unsigned int guint32; typedef
37 guint32 paths;
38 guint32 clippaths;
39 guint32 masks;
40 guint32 images;
88 guint32 outlinecolor;
H A Ddrawing-context.h21 typedef unsigned int guint32; typedef
111 void setSource(guint32 rgba);

Completed in 109 milliseconds