Lines Matching defs:by

373         SPObject *next_obj = split_obj->getNext();  // this is about to become invalidated by removeChild()
625 /** delete the line break pointed to by \a item by merging its children into
675 // by causing the first param to have everything set
1016 sp_te_adjust_kerning_screen (SPItem *item, Inkscape::Text::Layout::iterator const &start, Inkscape::Text::Layout::iterator const &end, SPDesktop *desktop, Geom::Point by)
1018 // divide increment by zoom
1019 // divide increment by matrix expansion
1023 by = factor * by;
1027 if (attributes) attributes->addToDxDy(char_index, by);
1030 if (attributes) attributes->addToDxDy(char_index, -by);
1076 // divide increment by zoom
1077 // divide increment by matrix expansion
1136 sp_te_adjust_tspan_letterspacing_screen(SPItem *text, Inkscape::Text::Layout::iterator const &start, Inkscape::Text::Layout::iterator const &end, SPDesktop *desktop, gdouble by)
1183 // divide increment by zoom and by the number of characters in the line,
1184 // so that the entire line is expanded by by pixels, no matter what its length
1186 gdouble const zby = (by
1233 sp_te_adjust_linespacing_screen (SPItem *text, Inkscape::Text::Layout::iterator const &/*start*/, Inkscape::Text::Layout::iterator const &/*end*/, SPDesktop *desktop, gdouble by)
1255 // divide increment by zoom and by the number of lines,
1256 // so that the entire object is expanded by by pixels
1257 gdouble zby = by / (desktop->current_zoom() * (line_count == 0 ? 1 : line_count));
1259 // divide increment by matrix expansion
1267 if (fabs(style->line_height.computed) < 0.001) style->line_height.computed = by < 0.0 ? -0.001 : 0.001; // the formula below could get stuck at zero
1275 if (fabs(style->line_height.value) < 0.001) style->line_height.value = by < 0.0 ? -0.001 : 0.001;
1576 the repeated strings will be merged by another operator. */
1795 test this by applying a colour to a region, then a different colour to