Home
last modified time | relevance | path

Searched refs:bIsVisible (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/img/psb_video/src/x11/
Dpsb_x11.h93 int bIsVisible; member
Dpsb_coverlay.c264 int bIsVisible; in psb_x11_createWindowClipBoxList() local
284 psb_x11_getWindowCoordinate(display, x11_window_id, &sRect, &bIsVisible); in psb_x11_createWindowClipBoxList()
285 if (bIsVisible) { in psb_x11_createWindowClipBoxList()
329 psb_x11_getWindowCoordinate(display, pChildWindow[i], &sRect, &bIsVisible); in psb_x11_createWindowClipBoxList()
330 if (bIsVisible) { in psb_x11_createWindowClipBoxList()
343 psb_x11_getWindowCoordinate(display, x11_window_id, &sRect, &bIsVisible); in psb_x11_createWindowClipBoxList()
920 … ret = psb_x11_getWindowCoordinate(ctx->native_dpy, draw, &output->winRect, &output->bIsVisible); in psb_putsurface_coverlay()
927 if (!output->bIsVisible) { in psb_putsurface_coverlay()
Dpsb_x11.c293 output->bIsVisible = 0; in psb_x11_output_init()