Searched refs:expansionY (Results 1 - 15 of 15) sorted by relevance

/inkscape/src/
H A Dfilter-chemistry.h27 SPFilter *new_filter_gaussian_blur (SPDocument *document, double stdDeviation, double expansion, double expansionX, double expansionY, double width, double height);
H A Dfilter-chemistry.cpp67 double expansionY, double width, double height)
72 double rx = radius * (expansionY != 0 ? (expansion / expansionY) : 1);
197 new_filter_gaussian_blur (SPDocument *document, gdouble radius, double expansion, double expansionX, double expansionY, double width, double height) argument
210 set_filter_area(repr, radius, expansion, expansionX, expansionY,
261 double expansionX, double expansionY, double width, double height)
292 set_filter_area(repr, radius, expansion, expansionX, expansionY, width, height);
363 return (new_filter_blend_gaussian_blur (document, mode, radius, i2dt.descrim(), i2dt.expansionX(), i2dt.expansionY(), width, height));
421 i2d.expansionY(), width, height);
65 set_filter_area(Inkscape::XML::Node *repr, gdouble radius, double expansion, double expansionX, double expansionY, double width, double height) argument
260 new_filter_blend_gaussian_blur(SPDocument *document, const char *blendmode, gdouble radius, double expansion, double expansionX, double expansionY, double width, double height) argument
H A Dknot-holder-entity.cpp150 return Geom::Point( transf.expansionX(), transf.expansionY() );
/inkscape/src/2geom/
H A Daffine.h122 Coord expansionY() const;
123 Point expansion() const { return Point(expansionX(), expansionY()); }
H A Daffine.cpp71 double Affine::expansionY() const { function in class:Geom::Affine
86 double exp_y = expansionY();
88 double coef = val / expansionY();
/inkscape/src/display/
H A Dnr-filter-morphology.cpp176 double yr = fabs(yradius * p2pb.expansionY());
223 int enlarge_y = ceil(yradius * trans.expansionY());
231 int enlarge_y = ceil(yradius * trans.expansionY());
H A Dnr-filter-displacement-map.cpp91 double scaley = scale * trans.expansionY();
H A Dnr-filter-gaussian.cpp585 double deviation_y_orig = dy * trans.expansionY();
697 int area_y = _effect_area_scr(_deviation_y * trans.expansionY());
716 int area_y = _effect_area_scr(_deviation_y * trans.expansionY());
/inkscape/src/live_effects/parameter/
H A Dpowerstrokepointarray.cpp57 Geom::Coord const A = (*point_it)[Geom::Y] * ((postmul.expansionX() + postmul.expansionY()) / 2);
H A Dfilletchamferpointarray.cpp100 (*point_it)[X] * ((postmul.expansionX() + postmul.expansionY()) / 2);
/inkscape/src/live_effects/
H A Dlpe-patternalongpath.cpp266 prop_scale.param_set_value(prop_scale * ((postmul.expansionX() + postmul.expansionY()) / 2));
/inkscape/src/extension/internal/
H A Dwmf-print.cpp1345 smuggle_adxky_out(text, &adx, &ky, &rtl, &ndx, PX2WORLD * std::min(tf.expansionX(), tf.expansionY())); // side effect: free() adx
1415 int textheight = round(-style->font_size.computed * PX2WORLD * std::min(tf.expansionX(), tf.expansionY()));
H A Demf-print.cpp1987 smuggle_adxkyrtl_out(text, &adx, &ky, &rtl, &ndx, PX2WORLD * std::min(tf.expansionX(), tf.expansionY())); // side effect: free() adx
2049 int textheight = round(-style->font_size.computed * PX2WORLD * std::min(tf.expansionX(), tf.expansionY()));
/inkscape/src/ui/tools/
H A Dfreehand-base.cpp474 Geom::Coord expansion_Y = bend_item->transform.expansionY();
/inkscape/src/ui/dialog/
H A Dclonetiler.cpp2641 SPFilter *constructed = new_filter_gaussian_blur(desktop->getDocument(), radius, t.descrim(), t.expansionX(), t.expansionY(), perimeter, perimeter);

Completed in 47 milliseconds