/inkscape/src/util/ |
H A D | reverse-list.h | 2 * 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 D | lpe-fill-between-many.cpp | 44 if ((*iter)->reversed) { 45 linked_path = (*iter)->_pathvector.front().reversed();
|
H A D | lpe-fill-between-strokes.cpp | 61 result_linked_pathv.front().append(result_second_pathv.front().reversed());
|
H A D | lpe-mirror_symmetry.cpp | 250 Geom::Path mirror = portion.reversed() * m; 272 portion = portion.reversed(); 273 Geom::Path mirror = portion.reversed() * m; 276 portion = portion.reversed();
|
H A D | lpe-copy_rotate.cpp | 260 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 D | lpe-taperstroke.cpp | 196 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 D | lpe-rough-hatches.cpp | 533 res_comp.append(res_comp_top.reversed());
|
/inkscape/src/live_effects/parameter/ |
H A D | originalpatharray.h | 37 reversed(false) 44 bool reversed; member in class:Inkscape::LivePathEffect::PathAndDirection
|
H A D | originalpatharray.cpp | 124 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 D | filletchamferpointarray.cpp | 206 last_pathv[counterPaths] = last_pathv[counterPaths].reversed();
|
/inkscape/src/libavoid/ |
H A D | connector.cpp | 1565 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 D | pathvector.cpp | 59 *i = i->reversed(); 63 PathVector PathVector::reversed(bool reverse_paths) const function in class:Geom::PathVector 67 ret.push_back(i->reversed());
|
H A D | path.cpp | 206 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 D | angle.h | 280 /// Get a new interval with reversed direction. 281 AngleInterval reversed() const { function in class:Geom::AngleInterval
|
H A D | pathvector.h | 201 * @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 D | path.h | 219 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 D | line.h | 266 Line reversed() const { function in class:Geom::Line
|
/inkscape/src/xml/ |
H A D | event.cpp | 186 List<Inkscape::XML::Event const &> reversed = local 188 for ( ; reversed ; ++reversed ) { 189 reversed->replayOne(observer);
|
/inkscape/src/ |
H A D | sp-conn-end.cpp | 113 conn_pv[0] = conn_pv[0].reversed();
|
/inkscape/share/extensions/ |
H A D | restack.py | 194 for child in parentnode.iterchildren(reversed=False):
|
/inkscape/src/display/ |
H A D | curve.cpp | 472 SPCurve *new_curve = new SPCurve(_pathv.reversed());
|
/inkscape/src/helper/ |
H A D | geom-pathstroke.cpp | 915 Geom::Path against_dir = half_outline(input.reversed(), width/2., miter, join);
|