Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/drv/ge/
H A DdrvGE.c1001 MS_S32 s32FixDstX0, s32FixDstY0, s32FixDstX1, s32FixDstY1; in GE_TrapezoidBlitEx() local
1008 s32FixDstY0 = INT_TO_FIX32(pTrapeBatchBlitObj->u32DstY0); in GE_TrapezoidBlitEx()
1021 geBlitDst.dstblk.y = FIX32_TO_INT(s32FixDstY0); in GE_TrapezoidBlitEx()
1032 s32FixDstY0 += pTrapeBatchBlitObj->s32DeltaDstY0; in GE_TrapezoidBlitEx()
1104 MS_S32 s32FixDstX0, s32FixDstY0, s32FixDstX1, s32FixDstY1; in GE_TrapezoidFillEx() local
1114 s32FixDstY0 = INT_TO_FIX32(pTrapeBatchFillObj->u32DstY0); in GE_TrapezoidFillEx()
1128 geFillDst.y = FIX32_TO_INT(s32FixDstY0); in GE_TrapezoidFillEx()
1143 s32FixDstY0 += pTrapeBatchFillObj->s32DeltaDstY0; in GE_TrapezoidFillEx()