Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp539 if (xEvent.xconfigure.width != mWidth || xEvent.xconfigure.height != mHeight) in processEvent()
543 event.size.width = xEvent.xconfigure.width; in processEvent()
544 event.size.height = xEvent.xconfigure.height; in processEvent()
547 if (xEvent.xconfigure.x != mX || xEvent.xconfigure.y != mY) in processEvent()
/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXlib.h999 XConfigureEvent xconfigure; member