/inkscape/src/ |
H A D | svg-view.cpp | 75 if (doc()->getWidth().value("px") < 1e-9) { 83 _hscale = _width / doc()->getWidth().value("px"); 99 emitResized (doc()->getWidth().value("px") * _hscale,
|
H A D | inkview.cpp | 312 MIN ((int)(ss.doc)->getWidth().value("px"), (int)gdk_screen_width() - 64), 322 SP_SVG_VIEW_WIDGET(ss.view)->setResize( false, ss.doc->getWidth().value("px"), ss.doc->getHeight().value("px") );
|
H A D | svg-view-widget.cpp | 171 width = (v->doc())->getWidth().value("px") * svgv->_hscale;
|
H A D | document.h | 250 Inkscape::Util::Quantity getWidth() const;
|
H A D | file.cpp | 149 doc->setViewBox(Geom::Rect::from_xywh(0, 0, doc->getWidth().value(doc->getDisplayUnit()), doc->getHeight().value(doc->getDisplayUnit()))); 298 doc->setViewBox(Geom::Rect::from_xywh(0, 0, doc->getWidth().value(doc->getDisplayUnit()), doc->getHeight().value(doc->getDisplayUnit()))); 308 doc->emitResizedSignal(doc->getWidth().value("px"), doc->getHeight().value("px"));
|
H A D | desktop.cpp | 251 Geom::Point(document->getWidth().value("px"), document->getHeight().value("px"))); 1056 Geom::Point(doc()->getWidth().value("px"), doc()->getHeight().value("px"))); 1073 if (doc()->getWidth().value("px") < 1.0) { 1078 Geom::Point(doc()->getWidth().value("px"), a.midpoint()[Geom::Y]));
|
H A D | object-snapper.cpp | 753 Geom::Rect const border_rect = Geom::Rect(Geom::Point(0,0), Geom::Point((_snapmanager->getDocument())->getWidth().value("px"),(_snapmanager->getDocument())->getHeight().value("px"))); 770 Geom::Coord w = (_snapmanager->getDocument())->getWidth().value("px");
|
H A D | document.cpp | 677 Inkscape::Util::Quantity SPDocument::getWidth() const function in class:SPDocument 760 viewBox = Geom::Rect::from_xywh( 0, 0, getWidth().value("px"), getHeight().value("px")); 774 return Geom::Point(getWidth().value("px"), getHeight().value("px"));
|
H A D | persp3d.cpp | 174 double width = document->getWidth().value("px");
|
H A D | sp-guide.cpp | 250 Geom::Point C(doc->getWidth().value("px"), doc->getHeight().value("px"));
|
/inkscape/src/extension/internal/ |
H A D | wpg-input.cpp | 132 doc->setViewBox(Geom::Rect::from_xywh(0, 0, doc->getWidth().value(doc->getDisplayUnit()), doc->getHeight().value(doc->getDisplayUnit())));
|
H A D | metafile-inout.cpp | 195 Inkscape::Util::Unit const* doc_unit = doc->getWidth().unit; 200 doc->setViewBox(Geom::Rect::from_xywh(0, 0, doc->getWidth().value(doc_unit), doc->getHeight().value(doc_unit)));
|
H A D | latex-pstricks.cpp | 119 _width = doc->getWidth().value("pt"); 130 os << "\\begin{pspicture}(" << doc->getWidth().value("px") << "," << doc->getHeight().value("px") << ")\n";
|
H A D | cdr-input.cpp | 281 doc->setViewBox(Geom::Rect::from_xywh(0, 0, doc->getWidth().value(doc->getDisplayUnit()), doc->getHeight().value(doc->getDisplayUnit())));
|
H A D | gdkpixbuf-input.cpp | 144 doc->setViewBox(Geom::Rect::from_xywh(0, 0, doc->getWidth().value(doc->getDisplayUnit()), doc->getHeight().value(doc->getDisplayUnit())));
|
H A D | grid.cpp | 97 Geom::Point(doc->getWidth().value("px"), doc->getHeight().value("px")) );
|
H A D | vsd-input.cpp | 284 doc->setViewBox(Geom::Rect::from_xywh(0, 0, doc->getWidth().value(doc->getDisplayUnit()), doc->getHeight().value(doc->getDisplayUnit())));
|
/inkscape/src/ui/dialog/ |
H A D | print.cpp | 57 gdouble width = (junk->_doc)->getWidth().value("px"); 189 gdouble doc_width = _doc->getWidth().value("pt");
|
H A D | aboutbox.cpp | 191 double width=doc->getWidth().value("px");
|
H A D | document-properties.cpp | 1702 Inkscape::Util::Quantity width = doc->getWidth(); 1732 gdouble viewscale_w = doc->getWidth().value("px") / vb.width(); 1738 (doc->getWidth().value("px") - viewscale*doc->getRoot()->viewBox.width())/2,
|
/inkscape/src/trace/ |
H A D | trace.cpp | 238 double iwidth = simage.getWidth(); 256 // simage.getWidth(), simage.getHeight()); 263 for (int col=0 ; col<simage.getWidth() ; col++)
|
H A D | siox.h | 299 virtual int getWidth();
|
H A D | siox.cpp | 523 int SioxImage::getWidth() function in class:org::siox::SioxImage 842 width = workImage.getWidth(); 870 for (int x = 0 ; x < workImage.getWidth() ; x++)
|
/inkscape/src/extension/plugins/grid2/ |
H A D | grid.cpp | 103 Geom::Point(doc->getWidth().value("px"), doc->getHeight().value("px")) );
|
/inkscape/src/ui/tools/ |
H A D | lpe-tool.cpp | 323 Geom::Coord w = document->getWidth().value("px");
|