Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/x11/
Dpsb_coverlay.c530 int x11_window_height in psb_repaint_colorkey() argument
585 (pPriv->x11_window_height != x11_window_height))) { in psb_repaint_colorkey()
587 pPriv->x11_window_height = x11_window_height; in psb_repaint_colorkey()
589 …Rectangle((Display *)ctx->native_dpy, draw, output->gc, 0, 0, x11_window_width, x11_window_height); in psb_repaint_colorkey()
599 …Rectangle((Display *)ctx->native_dpy, draw, output->gc, 0, 0, x11_window_width, x11_window_height); in psb_repaint_colorkey()
618 int *x11_window_height, in psb_extendMode_getCoordinate() argument
629 if (((desty + *x11_window_height) < pPriv->display_height) && in psb_extendMode_getCoordinate()
630 ((desty + *x11_window_height) < pPriv->extend_display_height)) in psb_extendMode_getCoordinate()
631 local_rect->dHeight = extend_rect->dHeight = *x11_window_height; in psb_extendMode_getCoordinate()
634 if ((desty + *x11_window_height) > pPriv->extend_display_height) in psb_extendMode_getCoordinate()
[all …]
/hardware/intel/img/psb_video/src/
Dpsb_overlay.h297 int x11_window_height; member