Searched refs:setBBox (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/
H A Dsp-paint-server.cpp77 void SPPaintServer::setBBox(unsigned int /*key*/, Geom::OptRect const &/*bbox*/) function in class:SPPaintServer
H A Dsp-paint-server.h45 //Either pattern new or all three methods show, hide, setBBox need to be implemented
48 virtual void setBBox(unsigned int key, Geom::OptRect const &bbox);
H A Dsp-clippath.h53 void setBBox(unsigned int key, Geom::OptRect const &bbox);
H A Dsp-hatch.h92 void setBBox(unsigned int key, Geom::OptRect const &bbox);
H A Dsp-clippath.cpp243 void SPClipPath::setBBox(unsigned int key, Geom::OptRect const &bbox) { function in class:SPClipPath
H A Dsp-item.cpp567 clipPath->setBBox(v->arenaitem->key(), bbox);
677 clip_path->setBBox(v->arenaitem->key(), bbox);
1120 cp->setBBox(clip_key, item_bbox);
H A Dsp-hatch.cpp690 void SPHatch::setBBox(unsigned int key, Geom::OptRect const &bbox) function in class:SPHatch

Completed in 106 milliseconds