Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/api/gfx/
H A DmapiGFX.c1372 GE_Rect bitbltDestRect; in MApi_GFX_BitbltByTwoSourceBuffer_U02() local
1419 bitbltDestRect.x = pdrawbuf->dstblk.x; in MApi_GFX_BitbltByTwoSourceBuffer_U02()
1420 bitbltDestRect.y = pdrawbuf->dstblk.y; in MApi_GFX_BitbltByTwoSourceBuffer_U02()
1421 bitbltDestRect.width = pdrawbuf->dstblk.width; in MApi_GFX_BitbltByTwoSourceBuffer_U02()
1422 bitbltDestRect.height = pdrawbuf->dstblk.height; in MApi_GFX_BitbltByTwoSourceBuffer_U02()
1424 …&bitbltSrc0Rect, &bitbltSrc1Rect, &bitbltDestRect, dstbufInfo->u32Addr, dstbufInfo->u32Pitch, flag… in MApi_GFX_BitbltByTwoSourceBuffer_U02()