Searched defs:pd (Results 1 - 3 of 3) sorted by relevance

/inkscape/share/extensions/
H A Dpturtle.py80 pd = pendown variable in class:pTurtle
/inkscape/src/ui/widget/
H A Dlicensor.cpp103 LicenseItem *pd = i; local
115 pd->set_active();
/inkscape/src/live_effects/parameter/
H A Doriginalpatharray.cpp352 bool OriginalPathArrayParam::_updateLink(const Gtk::TreeIter& iter, PathAndDirection* pd) argument
355 if (row[_model->_colObject] == pd) {
356 SPObject *obj = pd->ref.getObject();
357 row[_model->_colLabel] = obj && obj->getId() ? ( obj->label() ? obj->label() : obj->getId() ) : pd->href;

Completed in 15 milliseconds