Searched defs:segments (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-roughen.h58 ScalarParam segments; member in class:Inkscape::LivePathEffect::LPERoughen
/inkscape/src/ui/tools/
H A Ddynamic-base.h50 /** canvas items for "committed" segments */
51 GSList *segments; member in class:Inkscape::UI::Tools::DynamicBase
/inkscape/src/libavoid/
H A Dorthogonal.cpp58 // For shiftable segments.
73 // For fixed segments.
152 // This counts segments that are colliear and share an endpoint as
291 // Mark all connector segments above in the scanline as being able
306 // Mark all connector segments below in the scanline as being able
798 // There may be multiple segments added to the graph if the beginning
810 // Generate segments and set end iterator to the first point
1066 // Given a router instance and a set of possible horizontal segments, and a
1069 static void intersectSegments(Router *router, SegmentList& segments, argument
1074 for (SegmentList::iterator it = segments
1157 processEventVert(Router *router, NodeSet& scanline, SegmentListWrapper& segments, Event *e, unsigned int pass) argument
1323 processEventHori(Router * , NodeSet& scanline, SegmentListWrapper& segments, Event *e, unsigned int pass) argument
1477 SegmentListWrapper segments; local
[all...]
/inkscape/
H A Dbuildtool.cpp2169 * 1. All "." segments are removed.
2171 * then both of these segments are removed. This step
2182 std::vector<String> segments; local
2184 //## Collect segments
2201 segments.push_back(seg);
2208 segments.push_back(seg);
2214 //## Clean up (normalize) segments
2217 for (iter=segments.begin() ; iter!=segments.end() ; )
2222 iter = segments
[all...]

Completed in 27 milliseconds