Searched defs:Context (Results 1 - 2 of 2) sorted by relevance

/inkscape/share/extensions/
H A Dvoronoi.py104 class Context(object): class in inherits:object
741 context = Context()
752 context = Context()
766 c = Context()
/inkscape/src/2geom/
H A Dtoposweep.cpp326 struct Context { struct in namespace:Geom
330 Context(boost::shared_ptr<Section> sect, int from) : section(sect), from_vert(from), to_vert(-1) {} function in struct:Geom::Context
335 typedef Context first_argument_type;
340 result_type operator()(const Context &a, const second_argument_type &b) const { return comp(a.section, b); }
358 std::vector<Context> context;
423 context.insert(context.begin() + context_ix, Context(s, ix));

Completed in 28 milliseconds