Home
last modified time | relevance | path

Searched refs:max_aspect (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinwin32rootlesswndproc.c170 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()
H A Dwinmultiwindowwndproc.c163 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()
H A Dwinmultiwindowclass.h92 } min_aspect, max_aspect; member