Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/render/
H A Danimcur.c84 #define Unwrap(as,s,elt) ((s)->elt = (as)->elt) macro
92 Unwrap(as, pScreen, CloseScreen); in AnimCurCloseScreen()
94 Unwrap(as, pScreen, CursorLimits); in AnimCurCloseScreen()
95 Unwrap(as, pScreen, DisplayCursor); in AnimCurCloseScreen()
96 Unwrap(as, pScreen, SetCursorPosition); in AnimCurCloseScreen()
97 Unwrap(as, pScreen, RealizeCursor); in AnimCurCloseScreen()
98 Unwrap(as, pScreen, UnrealizeCursor); in AnimCurCloseScreen()
99 Unwrap(as, pScreen, RecolorCursor); in AnimCurCloseScreen()
111 Unwrap(as, pScreen, CursorLimits); in AnimCurCursorLimits()
174 Unwrap(as, pScreen, DisplayCursor); in AnimCurDisplayCursor()
[all …]
/OK3568_Linux_fs/external/xserver/xfixes/
H A Dcursor.c128 #define Unwrap(as,s,elt,backup) (((backup) = (s)->elt), (s)->elt = (as)->elt) macro
160 Unwrap(cs, pScreen, DisplayCursor, backupProc); in CursorDisplayCursor()
202 Unwrap(cs, pScreen, CloseScreen, close_proc); in CursorCloseScreen()
203 Unwrap(cs, pScreen, DisplayCursor, display_proc); in CursorCloseScreen()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dtype_traits3247 /// Unwrap a reference_wrapper
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dtype_traits3247 /// Unwrap a reference_wrapper
/OK3568_Linux_fs/external/xserver/
H A DChangeLog24488 [v2] Unwrap BlockHandler in shadowCloseScreen (ajax)
57025 glx/glxdri2: Unwrap EnterVT/LeaveVT upon CloseScreen
57033 Unwrap/rewrap EnterVT/LeaveVT completely, Fixes 28998
65314 render: Unwrap early on the animated cursor BlockHandler
91139 Calling Unwrap() is just a way of performing an assignment while keeping a
91141 value doesn't seem to be useful, but Unwrap() is used anyway (probably to stay
107610 Unwrap/rewrap EnterVT/LeaveVT completely, Fixes 28998
157343 xkb: Unwrap properly in ProcessPointerEvent.
159998 xkb: Unwrap properly in ProcessPointerEvent.
181337 - Unwrap Glyphs on closescreen.