Home
last modified time | relevance | path

Searched refs:makemult (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinwin32rootlesswndproc.c69 #define makemult(a,b) ((b==1) ? (a) : (((int)((a)/(b))) * (b)) ) in DEFINE_ATOM_HELPER() macro
156 makemult(hints.min_aspect.x * dheight / hints.min_aspect.y - in DEFINE_ATOM_HELPER()
162 makemult(dheight - in DEFINE_ATOM_HELPER()
172 makemult(dwidth * hints.max_aspect.y / hints.max_aspect.x - in DEFINE_ATOM_HELPER()
178 makemult(dwidth - in DEFINE_ATOM_HELPER()
192 #undef makemult
H A Dwinmultiwindowwndproc.c62 #define makemult(a,b) ((b==1) ? (a) : (((int)((a)/(b))) * (b)) ) macro
149 makemult(hints.min_aspect.x * dheight / hints.min_aspect.y - in ConstrainSize()
155 makemult(dheight - in ConstrainSize()
165 makemult(dwidth * hints.max_aspect.y / hints.max_aspect.x - in ConstrainSize()
171 makemult(dwidth - in ConstrainSize()
185 #undef makemult