Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/x11/
Dpsb_coverlay.c392 int surface_h, in psb_DisplayRGBASubpicture() argument
456 if ((desty + desth) > surface_h) in psb_DisplayRGBASubpicture()
457 desth = surface_h - desty; in psb_DisplayRGBASubpicture()
494 yScale = win_height * 1.0 / surface_h; in psb_DisplayRGBASubpicture()
506 yScale = pPriv->extend_display_height * 1.0 / surface_h; in psb_DisplayRGBASubpicture()