Home
last modified time | relevance | path

Searched refs:pFrame (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinwin32rootlesswindow.c77 vlist[0] = pRLWinSib->pFrame->win->drawable.id;
80 ConfigureWindow(pRLWin->pFrame->win,
82 wClient(pRLWin->pFrame->win));
88 ConfigureWindow(pRLWin->pFrame->win, CWStackMode,
89 vlist, wClient(pRLWin->pFrame->win));
166 if (pRLWinPriv != NULL && pRLWinPriv->pFrame != NULL && in winMWExtWMDecorateWindow()
167 pRLWinPriv->pFrame->win != NULL) in winMWExtWMDecorateWindow()
168 pScreen = pRLWinPriv->pFrame->win->drawable.pScreen; in winMWExtWMDecorateWindow()
230 pRLWinPriv->pFrame->x, in winMWExtWMUpdateWindowDecoration()
231 pRLWinPriv->pFrame->y, in winMWExtWMUpdateWindowDecoration()
[all …]
H A Dwinwin32rootless.c67 winMWExtWMSetNativeProperty(RootlessWindowPtr pFrame);
199 winMWExtWMCreateFrame(RootlessWindowPtr pFrame, ScreenPtr pScreen, in winMWExtWMCreateFrame() argument
214 newX, newY, pFrame->width, pFrame->height); in winMWExtWMCreateFrame()
218 pRLWinPriv->pFrame = pFrame; in winMWExtWMCreateFrame()
231 pFrame->wid = (RootlessFrameID) pRLWinPriv; in winMWExtWMCreateFrame()
238 if (winMultiWindowGetClassHint(pFrame->win, &res_name, &res_class)) { in winMWExtWMCreateFrame()
249 if (winMultiWindowGetWindowRole(pFrame->win, &res_role)) { in winMWExtWMCreateFrame()
290 pFrame->width, /* Right edge */ in winMWExtWMCreateFrame()
291 pFrame->height, /* Bottom edge */ in winMWExtWMCreateFrame()
310 winMWExtWMReshapeFrame(pFrame->wid, pShape); in winMWExtWMCreateFrame()
[all …]
H A Dwin.h532 RootlessWindowPtr pFrame; member
1019 winMWExtWMCreateFrame(RootlessWindowPtr pFrame, ScreenPtr pScreen,
1060 winMWExtWMRootlessSwitchWindow(RootlessWindowPtr pFrame, WindowPtr oldWin);
H A Dwinwin32rootlesswndproc.c346 pWin = pRLWinPriv->pFrame->win; in winMWExtWMWindowProc()
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DxprFrame.c73 xprCreateFrame(RootlessWindowPtr pFrame, ScreenPtr pScreen, int newX,
101 xprSwitchWindow(RootlessWindowPtr pFrame, WindowPtr oldWin);
103 xprDoReorderWindow(RootlessWindowPtr pFrame);
121 xprSetNativeProperty(RootlessWindowPtr pFrame) in xprSetNativeProperty() argument
127 err = xp_get_native_window(x_cvt_vptr_to_uint(pFrame->wid), &native_id); in xprSetNativeProperty()
132 dixChangeWindowProperty(serverClient, pFrame->win, in xprSetNativeProperty()
151 xprCreateFrame(RootlessWindowPtr pFrame, ScreenPtr pScreen, in xprCreateFrame() argument
154 WindowPtr pWin = pFrame->win; in xprCreateFrame()
161 wc.width = pFrame->width; in xprCreateFrame()
162 wc.height = pFrame->height; in xprCreateFrame()
[all …]
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A Drootless.h112 (RootlessWindowPtr pFrame, ScreenPtr pScreen, int newX, int newY,
238 (RootlessWindowPtr pFrame, WindowPtr oldWin);
252 (RootlessWindowPtr pFrame);
H A DREADME.txt170 * pFrame RootlessWindowPtr for this frame should be completely
171 * initialized before calling except for pFrame->wid, which
179 (RootlessWindowPtr pFrame, ScreenPtr pScreen, int newX, int newY,
301 * pFrame Frame whose window has switched
305 (RootlessWindowPtr pFrame, WindowPtr oldWin);
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_HTProc.c1215 u8 HTCCheck(struct ieee80211_device *ieee, u8 *pFrame) in HTCCheck() argument
1218 if ((IsQoSDataFrame(pFrame) && Frame_Order(pFrame)) == 1) { in HTCCheck()
H A Dieee80211.h2375 u8 HTCCheck(struct ieee80211_device *ieee, u8 *pFrame);
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/
H A Drtl819x_HTProc.c830 u8 HTCCheck(struct rtllib_device *ieee, u8 *pFrame) in HTCCheck() argument
833 if ((IsQoSDataFrame(pFrame) && Frame_Order(pFrame)) == 1) { in HTCCheck()
H A Drtllib.h2099 u8 HTCCheck(struct rtllib_device *ieee, u8 *pFrame);
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vo.cpp2041 VIDEO_FRAME_INFO_S *pFrame; in Sample_VO_Video_Homologous() local