diff options
| author | Joshua L. Blocher <verbalshadow@gmail.com> | 2008-12-05 19:56:36 +0000 |
|---|---|---|
| committer | verbalshadow <verbalshadow@users.sourceforge.net> | 2008-12-05 19:56:36 +0000 |
| commit | 7d937fffc4337f86b3c8b641be867f22c694d151 (patch) | |
| tree | 0c8b1bd5709e6b9912f6aeb3d3b81dbfb4d6ff40 /src/sp-gradient-fns.h | |
| parent | Layout code cleanup. (diff) | |
| download | inkscape-7d937fffc4337f86b3c8b641be867f22c694d151.tar.gz inkscape-7d937fffc4337f86b3c8b641be867f22c694d151.zip | |
NR -> 2Geom, more h and cpp files
(bzr r6952)
Diffstat (limited to 'src/sp-gradient-fns.h')
| -rw-r--r-- | src/sp-gradient-fns.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/sp-gradient-fns.h b/src/sp-gradient-fns.h index 9780db182..25729f5d7 100644 --- a/src/sp-gradient-fns.h +++ b/src/sp-gradient-fns.h @@ -7,7 +7,7 @@ #include <glib/gtypes.h> #include <glib-object.h> -#include "libnr/nr-forward.h" +#include <2geom/forward.h> #include "sp-gradient-spread.h" #include "sp-gradient-units.h" @@ -54,12 +54,12 @@ void sp_gradient_render_vector_block_rgba(SPGradient *gr, guchar *px, gint w, gi void sp_gradient_render_vector_block_rgb(SPGradient *gr, guchar *px, gint w, gint h, gint rs, gint pos, gint span, bool horizontal); /** Transforms to/from gradient position space in given environment */ -NR::Matrix sp_gradient_get_g2d_matrix(SPGradient const *gr, NR::Matrix const &ctm, - NR::Rect const &bbox); -NR::Matrix sp_gradient_get_gs2d_matrix(SPGradient const *gr, NR::Matrix const &ctm, - NR::Rect const &bbox); -void sp_gradient_set_gs2d_matrix(SPGradient *gr, NR::Matrix const &ctm, NR::Rect const &bbox, - NR::Matrix const &gs2d); +Geom::Matrix sp_gradient_get_g2d_matrix(SPGradient const *gr, Geom::Matrix const &ctm, + Geom::Rect const &bbox); +Geom::Matrix sp_gradient_get_gs2d_matrix(SPGradient const *gr, Geom::Matrix const &ctm, + Geom::Rect const &bbox); +void sp_gradient_set_gs2d_matrix(SPGradient *gr, Geom::Matrix const &ctm, Geom::Rect const &bbox, + Geom::Matrix const &gs2d); #endif /* !SEEN_SP_GRADIENT_FNS_H */ |
