Home | History | Annotate | Download | only in functional

Lines Matching full:minsize

321 	IVec2 minSize(0x7fffffff, 0x7fffffff);
324 minSize.x() = de::min(minSize.x(), i->width);
325 minSize.y() = de::min(minSize.y(), i->height);
327 return minSize;