Searched refs:pVaWindowClipRects (Results 1 – 1 of 1) sorted by relevance
537 VARectangle *pVaWindowClipRects = NULL; in psb_repaint_colorkey() local557 pVaWindowClipRects = (VARectangle *)calloc(1, sizeof(VARectangle) * output->ui32NumClipBoxList); in psb_repaint_colorkey()558 if (!pVaWindowClipRects) { in psb_repaint_colorkey()563 memset(pVaWindowClipRects, 0, sizeof(VARectangle)*output->ui32NumClipBoxList); in psb_repaint_colorkey()569 pVaWindowClipRects[i].x = pClipNext->rect.i32Left; in psb_repaint_colorkey()570 pVaWindowClipRects[i].y = pClipNext->rect.i32Top; in psb_repaint_colorkey()571 pVaWindowClipRects[i].width = pClipNext->rect.i32Right - pClipNext->rect.i32Left; in psb_repaint_colorkey()572 pVaWindowClipRects[i].height = pClipNext->rect.i32Bottom - pClipNext->rect.i32Top; in psb_repaint_colorkey()577 pVaWindowClipRects[i].width, pVaWindowClipRects[i].height); in psb_repaint_colorkey()596 …(memcmp(&pVaWindowClipRects[0], &(pPriv->last_clipbox[0]), (output->ui32NumClipBoxList > 16 ? 16 :… in psb_repaint_colorkey()[all …]