/inkscape/src/ |
H A D | filter-chemistry.h | 27 SPFilter *new_filter_gaussian_blur (SPDocument *document, double stdDeviation, double expansion, double expansionX, double expansionY, double width, double height);
|
H A D | filter-chemistry.cpp | 67 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 D | knot-holder-entity.cpp | 150 return Geom::Point( transf.expansionX(), transf.expansionY() );
|
/inkscape/src/2geom/ |
H A D | affine.h | 122 Coord expansionY() const; 123 Point expansion() const { return Point(expansionX(), expansionY()); }
|
H A D | affine.cpp | 71 double Affine::expansionY() const { function in class:Geom::Affine 86 double exp_y = expansionY(); 88 double coef = val / expansionY();
|
/inkscape/src/display/ |
H A D | nr-filter-morphology.cpp | 176 double yr = fabs(yradius * p2pb.expansionY()); 223 int enlarge_y = ceil(yradius * trans.expansionY()); 231 int enlarge_y = ceil(yradius * trans.expansionY());
|
H A D | nr-filter-displacement-map.cpp | 91 double scaley = scale * trans.expansionY();
|
H A D | nr-filter-gaussian.cpp | 585 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 D | powerstrokepointarray.cpp | 57 Geom::Coord const A = (*point_it)[Geom::Y] * ((postmul.expansionX() + postmul.expansionY()) / 2);
|
H A D | filletchamferpointarray.cpp | 100 (*point_it)[X] * ((postmul.expansionX() + postmul.expansionY()) / 2);
|
/inkscape/src/live_effects/ |
H A D | lpe-patternalongpath.cpp | 266 prop_scale.param_set_value(prop_scale * ((postmul.expansionX() + postmul.expansionY()) / 2));
|
/inkscape/src/extension/internal/ |
H A D | wmf-print.cpp | 1345 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 D | emf-print.cpp | 1987 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 D | freehand-base.cpp | 474 Geom::Coord expansion_Y = bend_item->transform.expansionY();
|
/inkscape/src/ui/dialog/ |
H A D | clonetiler.cpp | 2641 SPFilter *constructed = new_filter_gaussian_blur(desktop->getDocument(), radius, t.descrim(), t.expansionX(), t.expansionY(), perimeter, perimeter);
|