Searched refs:max_aspect (Results 1 – 3 of 3) sorted by relevance
170 if (hints.max_aspect.x * dheight < hints.max_aspect.y * dwidth) { in DEFINE_ATOM_HELPER()172 makemult(dwidth * hints.max_aspect.y / hints.max_aspect.x - in DEFINE_ATOM_HELPER()179 hints.max_aspect.x * dheight / hints.max_aspect.y, in DEFINE_ATOM_HELPER()
163 if (hints.max_aspect.x * dheight < hints.max_aspect.y * dwidth) { in ConstrainSize()165 makemult(dwidth * hints.max_aspect.y / hints.max_aspect.x - in ConstrainSize()172 hints.max_aspect.x * dheight / hints.max_aspect.y, in ConstrainSize()
92 } min_aspect, max_aspect; member