Searched refs:getDimensions (Results 1 - 10 of 10) sorted by relevance
/inkscape/src/ |
H A D | document.h | 253 Geom::Point getDimensions() const;
|
H A D | document.cpp | 772 Geom::Point SPDocument::getDimensions() const function in class:SPDocument 779 return Geom::OptRect( Geom::Point(0, 0), getDimensions() );
|
H A D | sp-flowtext.cpp | 273 dbox = Geom::Rect::from_xywh(Geom::Point(0,0), this->document->getDimensions());
|
H A D | sp-shape.cpp | 655 dbox = Geom::Rect::from_xywh(Geom::Point(0,0), this->document->getDimensions());
|
H A D | sp-text.cpp | 463 dbox = Geom::Rect::from_xywh(Geom::Point(0,0), this->document->getDimensions());
|
H A D | main.cpp | 1565 area = Geom::Rect(origin, origin + doc->getDimensions());
|
/inkscape/src/extension/internal/ |
H A D | cairo-renderer.cpp | 479 Geom::Rect docrect(Geom::Rect(Geom::Point(0, 0), item->document->getDimensions())); 672 d = Geom::Rect::from_xywh(Geom::Point(0,0), doc->getDimensions());
|
H A D | latex-text-renderer.cpp | 625 d = Geom::Rect::from_xywh(Geom::Point(0,0), doc->getDimensions());
|
/inkscape/src/ui/ |
H A D | clipboard.cpp | 1178 Geom::Rect area = Geom::Rect(origin, origin + _clipboardSPDoc->getDimensions());
|
/inkscape/src/widgets/ |
H A D | desktop-widget.cpp | 1000 Geom::Rect d = Geom::Rect::from_xywh(Geom::Point(0,0), (dtw->desktop->doc())->getDimensions());
|
Completed in 75 milliseconds