Home
last modified time | relevance | path

Searched refs:height_inc (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmultiwindowclass.h88 int width_inc, height_inc; member
H A Dwinwin32rootlesswndproc.c110 yinc = hints.height_inc; in DEFINE_ATOM_HELPER()
221 if (sizeHints.height_inc == 0) in ValidateSizing()
222 sizeHints.height_inc = 1; in ValidateSizing()
H A Dwinmultiwindowwndproc.c103 yinc = hints.height_inc; in ConstrainSize()
211 if (sizeHints.height_inc == 0) in ValidateSizing()
212 sizeHints.height_inc = 1; in ValidateSizing()
H A Dwinmultiwindowwm.c1122 int32_t width_inc, height_inc; in winMultiWindowXMsgProc() member
1128 xis.width_inc = xis.height_inc = 16; in winMultiWindowXMsgProc()