Searched refs:SPViewBox (Results 1 - 12 of 12) sorted by relevance

/inkscape/src/
H A Dviewbox.h23 class SPViewBox { class
26 SPViewBox();
H A Dviewbox.cpp22 SPViewBox::SPViewBox() function in class:SPViewBox
32 void SPViewBox::set_viewBox(const gchar* value) {
80 void SPViewBox::set_preserveAspectRatio(const gchar* value) {
164 void SPViewBox::apply_viewbox(const Geom::Rect& in, double scale_none) {
242 SPItemCtx SPViewBox::get_rctx(const SPItemCtx* ictx, double scale_none) {
H A Dsp-root.h28 class SPRoot : public SPGroup, public SPViewBox {
H A Dsp-symbol.h28 class SPSymbol : public SPGroup, public SPViewBox {
H A Dsp-image.h29 class SPImage : public SPItem, public SPViewBox {
H A Dsp-marker.h44 class SPMarker : public SPGroup, public SPViewBox {
H A Dsp-pattern.h39 class SPPattern : public SPPaintServer, public SPViewBox {
H A Dsp-symbol.cpp29 SPSymbol::SPSymbol() : SPGroup(), SPViewBox() {
H A Dsp-root.cpp31 SPRoot::SPRoot() : SPGroup(), SPViewBox()
H A Dsp-marker.cpp46 SPMarker::SPMarker() : SPGroup(), SPViewBox(),
H A Dsp-image.cpp114 SPImage::SPImage() : SPItem(), SPViewBox() {
H A Dsp-pattern.cpp42 , SPViewBox()
597 // viewBox to pattern server (using SPViewBox)

Completed in 2554 milliseconds