/inkscape/src/ |
H A D | gradient-chemistry.h | 25 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 D | path-chemistry.h | 26 typedef unsigned int guint32; typedef 33 Inkscape::XML::Node *sp_selected_item_to_curved_repr(SPItem *item, guint32 text_grouping_policy);
|
H A D | sp-cursor.h | 4 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 D | sp-stop.h | 14 typedef unsigned int guint32; typedef 46 static SPColor readStopColor( Glib::ustring const &styleStr, guint32 dfl = 0 ); 53 guint32 get_rgba32() const;
|
H A D | color-rgba.h | 14 typedef unsigned int guint32; typedef 55 ColorRGBA(guint32 intcolor)
|
H A D | color.h | 17 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 D | line-geometry.h | 22 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 D | seltrans-handles.h | 20 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 D | sp-guide.h | 22 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 D | cms-color-types.h | 20 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 D | knot.h | 29 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 D | sp-cursor.cpp | 28 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 D | sp-namedview.h | 33 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 D | preferences.h | 25 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 D | sp-item.h | 40 typedef unsigned int guint32; typedef 174 guint32 highlight_color() const; 176 void setHighlightColor(guint32 color);
|
/inkscape/src/svg/ |
H A D | svg-color.h | 4 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 D | grayscale.h | 13 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 D | nr-filter-flood.h | 18 typedef unsigned int guint32; typedef 35 virtual void set_color(guint32 c); 40 guint32 color;
|
H A D | nr-filter-diffuselighting.h | 25 typedef unsigned int guint32; typedef 48 guint32 lighting_color;
|
H A D | nr-filter-specularlighting.h | 23 typedef unsigned int guint32; typedef 50 guint32 lighting_color;
|
H A D | nr-filter-colormatrix.h | 19 typedef unsigned int guint32; typedef 52 guint32 operator()(guint32 in);
|
H A D | nr-light.h | 20 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 D | drawing.h | 26 typedef unsigned int guint32; typedef 37 guint32 paths; 38 guint32 clippaths; 39 guint32 masks; 40 guint32 images; 88 guint32 outlinecolor;
|
H A D | drawing-context.h | 21 typedef unsigned int guint32; typedef 111 void setSource(guint32 rgba);
|