Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinwin32rootlesswndproc.c74 int baseWidth, baseHeight; in DEFINE_ATOM_HELPER() local
90 baseHeight = hints.base_height; in DEFINE_ATOM_HELPER()
94 baseHeight = hints.min_height; in DEFINE_ATOM_HELPER()
97 baseWidth = baseHeight = 0; in DEFINE_ATOM_HELPER()
132 dheight = ((dheight - baseHeight) / yinc * yinc) + baseHeight; in DEFINE_ATOM_HELPER()
H A Dwinmultiwindowwndproc.c67 int baseWidth, baseHeight; in ConstrainSize() local
83 baseHeight = hints.base_height; in ConstrainSize()
87 baseHeight = hints.min_height; in ConstrainSize()
90 baseWidth = baseHeight = 0; in ConstrainSize()
125 dheight = ((dheight - baseHeight) / yinc * yinc) + baseHeight; in ConstrainSize()