Searched defs:getWidth (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/trace/
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/
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"));

Completed in 226 milliseconds