Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/api/gfx/
H A DmapiGFX.c1304 GE_ScaleInfo gecaleInfo; in MApi_GFX_BitBlt_U02() local
1329 gecaleInfo.init_x = ScaleInfo->u32InitDelatX; in MApi_GFX_BitBlt_U02()
1330 gecaleInfo.init_y = ScaleInfo->u32InitDelatY; in MApi_GFX_BitBlt_U02()
1331 gecaleInfo.x = ScaleInfo->u32DeltaX; in MApi_GFX_BitBlt_U02()
1332 gecaleInfo.y = ScaleInfo->u32DeltaY; in MApi_GFX_BitBlt_U02()
1352 …al.g_pGEContext, &sBltSrcBlk.blk, &sBltDstBlk.dstblk, flags, (ScaleInfo==NULL)? NULL: &gecaleInfo); in MApi_GFX_BitBlt_U02()