Searched refs:gecaleInfo (Results 1 – 1 of 1) sorted by relevance
1304 GE_ScaleInfo gecaleInfo; in MApi_GFX_BitBlt_U02() local1329 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()