Searched refs:getWidth (Results 1 - 25 of 36) sorted by relevance

12

/inkscape/src/
H A Dsvg-view.cpp75 if (doc()->getWidth().value("px") < 1e-9) {
83 _hscale = _width / doc()->getWidth().value("px");
99 emitResized (doc()->getWidth().value("px") * _hscale,
H A Dinkview.cpp312 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 Dsvg-view-widget.cpp171 width = (v->doc())->getWidth().value("px") * svgv->_hscale;
H A Ddocument.h250 Inkscape::Util::Quantity getWidth() const;
H A Dfile.cpp149 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 Ddesktop.cpp251 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 Dobject-snapper.cpp753 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 Ddocument.cpp677 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 Dpersp3d.cpp174 double width = document->getWidth().value("px");
H A Dsp-guide.cpp250 Geom::Point C(doc->getWidth().value("px"), doc->getHeight().value("px"));
/inkscape/src/extension/internal/
H A Dwpg-input.cpp132 doc->setViewBox(Geom::Rect::from_xywh(0, 0, doc->getWidth().value(doc->getDisplayUnit()), doc->getHeight().value(doc->getDisplayUnit())));
H A Dmetafile-inout.cpp195 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 Dlatex-pstricks.cpp119 _width = doc->getWidth().value("pt");
130 os << "\\begin{pspicture}(" << doc->getWidth().value("px") << "," << doc->getHeight().value("px") << ")\n";
H A Dcdr-input.cpp281 doc->setViewBox(Geom::Rect::from_xywh(0, 0, doc->getWidth().value(doc->getDisplayUnit()), doc->getHeight().value(doc->getDisplayUnit())));
H A Dgdkpixbuf-input.cpp144 doc->setViewBox(Geom::Rect::from_xywh(0, 0, doc->getWidth().value(doc->getDisplayUnit()), doc->getHeight().value(doc->getDisplayUnit())));
H A Dgrid.cpp97 Geom::Point(doc->getWidth().value("px"), doc->getHeight().value("px")) );
H A Dvsd-input.cpp284 doc->setViewBox(Geom::Rect::from_xywh(0, 0, doc->getWidth().value(doc->getDisplayUnit()), doc->getHeight().value(doc->getDisplayUnit())));
/inkscape/src/ui/dialog/
H A Dprint.cpp57 gdouble width = (junk->_doc)->getWidth().value("px");
189 gdouble doc_width = _doc->getWidth().value("pt");
H A Daboutbox.cpp191 double width=doc->getWidth().value("px");
H A Ddocument-properties.cpp1702 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 Dtrace.cpp238 double iwidth = simage.getWidth();
256 // simage.getWidth(), simage.getHeight());
263 for (int col=0 ; col<simage.getWidth() ; col++)
H A Dsiox.h299 virtual int getWidth();
H A Dsiox.cpp523 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 Dgrid.cpp103 Geom::Point(doc->getWidth().value("px"), doc->getHeight().value("px")) );
/inkscape/src/ui/tools/
H A Dlpe-tool.cpp323 Geom::Coord w = document->getWidth().value("px");

Completed in 623 milliseconds

12