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

/inkscape/src/ui/dialog/
H A Dtracedialog.cpp337 const Gtk::Allocation& vboxAlloc = previewImage.get_allocation(); local
338 double scaleFX = vboxAlloc.get_width() / (double)width;
339 double scaleFY = vboxAlloc.get_height() / (double)height;

Completed in 20 milliseconds