Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/api/gfx/
H A DmapiGFX.c1371 GE_Rect bitbltSrc1Rect; in MApi_GFX_BitbltByTwoSourceBuffer_U02() local
1415 bitbltSrc1Rect.x = pdrawbuf->srcblk1.x; in MApi_GFX_BitbltByTwoSourceBuffer_U02()
1416 bitbltSrc1Rect.y = pdrawbuf->srcblk1.y; in MApi_GFX_BitbltByTwoSourceBuffer_U02()
1417 bitbltSrc1Rect.width = pdrawbuf->dstblk.width; //srcbuf1 width must be the same as dest width in MApi_GFX_BitbltByTwoSourceBuffer_U02()
1418bitbltSrc1Rect.height = pdrawbuf->dstblk.height; //srcbuf1 height must be the same as dest height in MApi_GFX_BitbltByTwoSourceBuffer_U02()
1424 …&bitbltSrc0Rect, &bitbltSrc1Rect, &bitbltDestRect, dstbufInfo->u32Addr, dstbufInfo->u32Pitch, flag… in MApi_GFX_BitbltByTwoSourceBuffer_U02()