Searched refs:SPViewBox (Results 1 - 12 of 12) sorted by relevance
/inkscape/src/ |
H A D | viewbox.h | 23 class SPViewBox { class 26 SPViewBox();
|
H A D | viewbox.cpp | 22 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 D | sp-root.h | 28 class SPRoot : public SPGroup, public SPViewBox {
|
H A D | sp-symbol.h | 28 class SPSymbol : public SPGroup, public SPViewBox {
|
H A D | sp-image.h | 29 class SPImage : public SPItem, public SPViewBox {
|
H A D | sp-marker.h | 44 class SPMarker : public SPGroup, public SPViewBox {
|
H A D | sp-pattern.h | 39 class SPPattern : public SPPaintServer, public SPViewBox {
|
H A D | sp-symbol.cpp | 29 SPSymbol::SPSymbol() : SPGroup(), SPViewBox() {
|
H A D | sp-root.cpp | 31 SPRoot::SPRoot() : SPGroup(), SPViewBox()
|
H A D | sp-marker.cpp | 46 SPMarker::SPMarker() : SPGroup(), SPViewBox(),
|
H A D | sp-image.cpp | 114 SPImage::SPImage() : SPItem(), SPViewBox() {
|
H A D | sp-pattern.cpp | 42 , SPViewBox() 597 // viewBox to pattern server (using SPViewBox)
|
Completed in 2554 milliseconds