Searched refs:req2 (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/
H A Dpreviewholder.cpp381 Gtk::Requisition req2; local
384 const_cast<Gtk::Widget*>(thing)->get_preferred_size(req2, req2_natural);
386 req2 = const_cast<Gtk::Widget*>(thing)->size_request();
389 int h2 = ((req2.height > 0) && (req.height > req2.height)) ? (req.height / req2.height) : 1;
390 int w2 = ((req2.width > 0) && (req.width > req2.width)) ? (req.width / req2.width) : 1;

Completed in 25 milliseconds