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

/inkscape/src/trace/
H A Dsiox.cpp531 int SioxImage::getHeight() function in class:org::siox::SioxImage
843 height = workImage.getHeight();
869 for (int y = 0 ; y < workImage.getHeight() ; y++)
/inkscape/src/
H A Ddocument.cpp716 Inkscape::Util::Quantity SPDocument::getHeight() 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"));
796 double const old_height = getHeight().value("px");

Completed in 24 milliseconds