Searched defs:paths (Results 1 - 7 of 7) sorted by relevance
/inkscape/src/display/ |
H A D | drawing.h | 37 guint32 paths; member in struct:Inkscape::Drawing::OutlineColors
|
/inkscape/src/live_effects/ |
H A D | lpe-vonkoch.cpp | 50 //,draw_boxes(_("Display boxes"), _("Display boxes instead of paths only"), "draw_boxes", &wr, this, true) 246 Geom::PathVector paths = ref_path.get_pathvector(); local 248 if (paths.empty()||paths.front().size()==0){ 255 A = paths.front().pointAt(0); 256 B = paths.front().pointAt(paths.front().size()); 258 if (paths.size()!=1||paths.front().size()!=1){ 282 Geom::PathVector paths,refpath local [all...] |
H A D | lpe-knot.cpp | 157 CrossingPoints::CrossingPoints(Geom::PathVector const &paths) : std::vector<CrossingPoint>(){ argument 159 for( unsigned i=0; i<paths.size(); i++){ 160 for( unsigned ii=0; ii < size_nondegenerate(paths[i]); ii++){ 161 for( unsigned j=i; j<paths.size(); j++){ 162 for( unsigned jj=(i==j?ii:0); jj < size_nondegenerate(paths[j]); jj++){ 167 // std::cout << paths[i][ii].toSBasis()[Geom::X] <<"\n"; 168 // std::cout << paths[i][ii].toSBasis()[Geom::Y] <<"\n"; 170 find_self_intersections( times, paths[i][ii].toSBasis() ); 173 // std::cout << paths[i][ii].toSBasis()[Geom::X] <<"\n"; 174 // std::cout << paths[ 506 collectPathsAndWidths(SPLPEItem const *lpeitem, Geom::PathVector &paths, std::vector<double> &stroke_widths) argument 512 collectPathsAndWidths(SP_LPE_ITEM(subitem), paths, stroke_widths); local [all...] |
/inkscape/src/libcroco/ |
H A D | cr-om-parser.c | 940 *(only local file paths are suppported so far) 1035 *Parses three sheets located by their paths and build a cascade 1051 guchar *paths[3]; local 1058 paths[0] = (guchar *) a_author_path; 1059 paths[1] = (guchar *) a_user_path; 1060 paths[2] = (guchar *) a_ua_path; 1063 status = cr_om_parser_parse_file (a_this, paths[i], 1094 *Parses three sheets located by their paths and build a cascade
|
/inkscape/src/ |
H A D | shortcuts.cpp | 208 * Get a list of keyboard shortcut files names and paths from the system and users paths 211 void sp_shortcut_get_file_names(std::vector<Glib::ustring> *names, std::vector<Glib::ustring> *paths) { argument 266 paths->insert(paths->begin(), full); 269 paths->push_back(full);
|
/inkscape/src/ui/dialog/ |
H A D | inkscape-preferences.cpp | 368 _page_node.add_line( true, "", _t_node_show_outline, "", _("Show outlines for all paths, not only invisible paths")); 371 _t_node_live_objects.init(_("Update paths when dragging nodes"), "/tools/nodes/live_objects", false); 372 _page_node.add_line( true, "", _t_node_live_objects, "", _("Update paths when dragging or transforming nodes; if this is off, paths will only be updated when completing a drag")); 374 _page_node.add_line( true, "", _t_node_show_path_direction, "", _("Visualize the direction of selected paths by drawing small arrows in the middle of each outline segment")); 377 _t_node_pathflash_selected.init ( _("Show temporary outline for selected paths"), "/tools/nodes/pathflash_selected", false); 1373 // Clip paths and masks options 1973 // TRANSLATORS: following strings are paths in Inkscape preferences - Misc - System info 2022 gchar** paths local 2024 gtk_icon_theme_get_search_path(gtk_icon_theme_get_default(), &paths, &count); local [all...] |
/inkscape/ |
H A D | buildtool.cpp | 6752 std::set<String> paths; local 6758 paths.insert(dep.path); 6767 for (setIter=paths.begin() ; setIter!=paths.end() ; setIter++) 6789 //## Make paths 6832 //## Make paths
|
Completed in 67 milliseconds