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

/inkscape/src/ui/
H A Dpreviewholder.h67 void calcGridSize( const Gtk::Widget* thing, int itemCount, int& width, int& height );
H A Dpreviewholder.cpp333 * \param[in] itemCount The number of items to pack into the grid
337 void PreviewHolder::calcGridSize( const Gtk::Widget* thing, int itemCount, int& width, int& height ) argument
340 width = itemCount;
391 width = (itemCount + (h2 - 1)) / h2;
400 height = (itemCount + (width - 1)) / width;

Completed in 15 milliseconds