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

/inkscape/src/ui/widget/
H A Dpage-sizer.h70 smaller = smallerArg;
101 double smaller; member in class:Inkscape::UI::Widget::PaperSize
118 smaller = 0.0;
126 smaller = other.smaller;
H A Dpage-sizer.cpp93 * Should we exclude B7--B10 and A7--10 to make the list smaller ?
99 double const smaller; //lesser dimension member in struct:Inkscape::UI::Widget::PaperSizeRec
305 snprintf(formatBuf, 79, "%0.1f x %0.1f", p->smaller, p->larger);
308 PaperSize paper(name, p->smaller, p->larger, unit_table.getUnit(p->unit));
675 Quantity smallX (paper.smaller, paper.unit);
756 Inkscape::Util::Quantity w = Inkscape::Util::Quantity(paper.smaller, paper.unit);
/inkscape/src/
H A Dbox3d.cpp1161 box3d_swap_coords(SPBox3D *box, Proj::Axis axis, bool smaller = true) {
1164 if ((box->orig_corner0[axis] < box->orig_corner7[axis]) != smaller) {
1181 box3d_check_for_swapped_coords(SPBox3D *box, Proj::Axis axis, bool smaller) { argument
1185 if ((box->orig_corner0[axis] < box->orig_corner7[axis]) != smaller) {

Completed in 97 milliseconds