Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/drv/ge/
H A DdrvGE.c2507 …tx, GE_BufFmt dst_fmt, GE_Rect *pSrc0Rect, GE_Rect *pSrc1Rect, GE_Rect *pDestRect, MS_PHY addr, MS… in MDrv_GE_BitBltByTwoSourceBuffer() argument
2557 MS_U16 destx = pDestRect->x % alignValue; in MDrv_GE_BitBltByTwoSourceBuffer()
2561 ,__FUNCTION__,GE_TwoSourceAlign,pSrc1Rect->x,pDestRect->x); in MDrv_GE_BitBltByTwoSourceBuffer()
2594 v0.x = pDestRect->x; in MDrv_GE_BitBltByTwoSourceBuffer()
2595 v0.y = pDestRect->y; in MDrv_GE_BitBltByTwoSourceBuffer()
2596 v1.x = v0.x + pDestRect->width - 1; in MDrv_GE_BitBltByTwoSourceBuffer()
2597 v1.y = v0.y + pDestRect->height - 1; in MDrv_GE_BitBltByTwoSourceBuffer()
H A DdrvGE.h1154 …tx, GE_BufFmt dst_fmt, GE_Rect *pSrc0Rect, GE_Rect *pSrc1Rect, GE_Rect *pDestRect, MS_PHY addr, MS…