Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/x11/
Dpsb_x11.h95 psb_x11_clip_list_t *pClipBoxList; member
Dpsb_x11.c290 output->pClipBoxList = NULL; in psb_x11_output_init()
367 psb_x11_freeWindowClipBoxList(output->pClipBoxList); in psb_x11_output_deinit()
368 output->pClipBoxList = NULL; in psb_x11_output_deinit()
Dpsb_coverlay.c543 if (output->pClipBoxList) in psb_repaint_colorkey()
544 psb_x11_freeWindowClipBoxList(output->pClipBoxList); in psb_repaint_colorkey()
546 …ret = psb_x11_createWindowClipBoxList(ctx->native_dpy, draw, &output->pClipBoxList, &output->ui32N… in psb_repaint_colorkey()
559 psb_x11_freeWindowClipBoxList(output->pClipBoxList); in psb_repaint_colorkey()
564 pClipNext = output->pClipBoxList; in psb_repaint_colorkey()