Searched refs:bIsVisible (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/img/psb_video/src/x11/ |
D | psb_x11.h | 93 int bIsVisible; member
|
D | psb_coverlay.c | 264 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()
|
D | psb_x11.c | 293 output->bIsVisible = 0; in psb_x11_output_init()
|