Searched refs:reversed (Results 1 - 22 of 22) sorted by relevance

/inkscape/src/util/
H A Dreverse-list.h2 * Inkscape::Util::reverse_list - generate a reversed list from iterator range
44 MutableList<T> reversed(end);
48 set_rest(temp, reversed);
49 reversed = temp;
51 return reversed;
/inkscape/src/live_effects/
H A Dlpe-fill-between-many.cpp44 if ((*iter)->reversed) {
45 linked_path = (*iter)->_pathvector.front().reversed();
H A Dlpe-fill-between-strokes.cpp61 result_linked_pathv.front().append(result_second_pathv.front().reversed());
H A Dlpe-mirror_symmetry.cpp250 Geom::Path mirror = portion.reversed() * m;
272 portion = portion.reversed();
273 Geom::Path mirror = portion.reversed() * m;
276 portion = portion.reversed();
H A Dlpe-copy_rotate.cpp260 Geom::Path tmp_append = append_path.reversed();
265 tmp_path_helper[tmp_path_helper.size()-1] = tmp_path_helper[tmp_path_helper.size()-1].reversed();
273 Geom::Path tmp_append = append_path.reversed();
274 tmp_path_helper[tmp_path_helper.size()-1] = tmp_path_helper[tmp_path_helper.size()-1].reversed();
278 Geom::Path tmp_append = append_path.reversed();
283 tmp_path_helper[0] = tmp_path_helper[0].reversed();
H A Dlpe-taperstroke.cpp196 Geom::Path last_cusp = return_at_first_cusp(path_in[0].reversed());
320 throwaway_path = half_outline(pathv_out[1].reversed(), fabs(line_width)/2., miter_limit, static_cast<LineJoinType>(join_type.get_value()));
509 Geom::Path p_in = return_at_first_cusp(pathv[0].reversed());
H A Dlpe-rough-hatches.cpp533 res_comp.append(res_comp_top.reversed());
/inkscape/src/live_effects/parameter/
H A Doriginalpatharray.h37 reversed(false)
44 bool reversed; member in class:Inkscape::LivePathEffect::PathAndDirection
H A Doriginalpatharray.cpp124 w->reversed = row[_model->_colReverse];
304 os << (*iter)->href << "," << ((*iter)->reversed ? "1" : "0");
431 w->reversed = *(substrarray+1) != NULL && (*(substrarray+1))[0] == '1';
444 row[_model->_colReverse] = w->reversed;
464 os << (*iter)->href << "," << ((*iter)->reversed ? "1" : "0");
H A Dfilletchamferpointarray.cpp206 last_pathv[counterPaths] = last_pathv[counterPaths].reversed();
/inkscape/src/libavoid/
H A Dconnector.cpp1565 reversed = !reversed;
1568 &bn, &an, reversed);
1572 reversed = !reversed;
1580 bool reversed = false; local
1588 reversed = !reversed;
1609 reversed = !reversed;
[all...]
/inkscape/src/2geom/
H A Dpathvector.cpp59 *i = i->reversed();
63 PathVector PathVector::reversed(bool reverse_paths) const function in class:Geom::PathVector
67 ret.push_back(i->reversed());
H A Dpath.cpp206 PathInterval PathInterval::from_direction(PathTime const &from, PathTime const &to, bool reversed, size_type path_size)
213 if (reversed) {
229 result._reverse = reversed;
230 if (reversed) {
849 Path Path::reversed() const
874 // when the path is open, we reverse all real curves, and add a reversed closing segment.
H A Dangle.h280 /// Get a new interval with reversed direction.
281 AngleInterval reversed() const { function in class:Geom::AngleInterval
H A Dpathvector.h201 * @param reverse_paths If this is true, the order of paths is reversed as well;
202 * otherwise each path is reversed, but their order in the
205 /** @brief Get a new vector with reversed direction of paths.
206 * @param reverse_paths If this is true, the order of paths is reversed as well;
207 * otherwise each path is reversed, but their order in the
209 PathVector reversed(bool reverse_paths = true) const;
H A Dpath.h219 bool reversed, size_type path_size);
616 * will be reversed. If @a cross_start is true, the portion will be reversed
618 * than @a to and @a cross_start is true, the returned portion will not be reversed,
636 /** @brief Obtain a reversed version of the current path.
638 * of the reversed path, unless it is closed and has a non-degenerate
641 Path reversed() const;
H A Dline.h266 Line reversed() const { function in class:Geom::Line
/inkscape/src/xml/
H A Devent.cpp186 List<Inkscape::XML::Event const &> reversed = local
188 for ( ; reversed ; ++reversed ) {
189 reversed->replayOne(observer);
/inkscape/src/
H A Dsp-conn-end.cpp113 conn_pv[0] = conn_pv[0].reversed();
/inkscape/share/extensions/
H A Drestack.py194 for child in parentnode.iterchildren(reversed=False):
/inkscape/src/display/
H A Dcurve.cpp472 SPCurve *new_curve = new SPCurve(_pathv.reversed());
/inkscape/src/helper/
H A Dgeom-pathstroke.cpp915 Geom::Path against_dir = half_outline(input.reversed(), width/2., miter, join);

Completed in 1884 milliseconds