Home
last modified time | relevance | path

Searched refs:_Property (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmultiwindowclass.c50 struct _Property *prop; in winMultiWindowGetClassHint()
62 prop = (struct _Property *) pwin->optional->userProps; in winMultiWindowGetClassHint()
120 struct _Property *prop; in winMultiWindowGetWMHints()
130 prop = (struct _Property *) pwin->optional->userProps; in winMultiWindowGetWMHints()
152 struct _Property *prop; in winMultiWindowGetWindowRole()
161 prop = (struct _Property *) pwin->optional->userProps; in winMultiWindowGetWindowRole()
194 struct _Property *prop; in winMultiWindowGetWMNormalHints()
204 prop = (struct _Property *) pwin->optional->userProps; in winMultiWindowGetWMNormalHints()
226 struct _Property *prop; in winMultiWindowGetTransientFor()
236 prop = (struct _Property *) pwin->optional->userProps; in winMultiWindowGetTransientFor()
[all …]
H A Dwinwin32rootlesswndproc.c283 struct _Property *prop; in IsMouseActive()
298 prop = (struct _Property *) pwin->optional->userProps; in IsMouseActive()
/OK3568_Linux_fs/external/xserver/include/
H A Dpropertyst.h56 typedef struct _Property { struct
57 struct _Property *next; argument
H A Dproperty.h52 typedef struct _Property *PropertyPtr;
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dspdx.py28 class _Property(object): class
42 class _String(_Property):
66 class _Object(_Property):
93 class _ListProperty(_Property):
147 if isinstance(attrs[key], _Property):