Searched refs:processPath (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/extension/ | ||
H A D | patheffect.h | 25 void processPath (SPDocument * doc, |
H A D | patheffect.cpp | 31 PathEffect::processPath (SPDocument * /*doc*/, Inkscape::XML::Node * /*path*/, Inkscape::XML::Node * /*def*/) function in class:Inkscape::Extension::PathEffect 68 peffect->processPath(doc, path, prefs); |
/inkscape/src/extension/implementation/ | ||
H A D | implementation.h | 183 virtual void processPath(Inkscape::XML::Node * /*node*/) {} function in class:Inkscape::Extension::Implementation::Implementation |
/inkscape/share/extensions/ | ||
H A D | hpgl_encoder.py | 205 self.processPath(node[1], node[2], node[3]) 231 def processPath(self, node, mat, pen): member in class:hpglEncoder |
Completed in 25 milliseconds