Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/x11/
Dpsb_x11.h94 psb_x11_win_t winRect; member
Dpsb_coverlay.c920 … ret = psb_x11_getWindowCoordinate(ctx->native_dpy, draw, &output->winRect, &output->bIsVisible); in psb_putsurface_coverlay()
1020 if ((destx + x11_window_width) > output->winRect.ui32Width) in psb_putsurface_coverlay()
1021 x11_window_width = output->winRect.ui32Width - destx; in psb_putsurface_coverlay()
1023 if ((desty + x11_window_height) > output->winRect.ui32Height) in psb_putsurface_coverlay()
1024 x11_window_height = output->winRect.ui32Height - desty; in psb_putsurface_coverlay()
1027 destx += output->winRect.i32Left; in psb_putsurface_coverlay()
1028 desty += output->winRect.i32Top; in psb_putsurface_coverlay()