Home
last modified time | relevance | path

Searched refs:s32FixDstX1 (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
1009 s32FixDstX1 = INT_TO_FIX32(pTrapeBatchBlitObj->u32DstX1); in GE_TrapezoidBlitEx()
1022 geBlitDst.dstblk.width = FIX32_TO_INT(s32FixDstX1) - geBlitDst.dstblk.x + 1; in GE_TrapezoidBlitEx()
1033 s32FixDstX1 += pTrapeBatchBlitObj->s32DeltaDstX1; in GE_TrapezoidBlitEx()
1104 MS_S32 s32FixDstX0, s32FixDstY0, s32FixDstX1, s32FixDstY1; in GE_TrapezoidFillEx() local
1115 s32FixDstX1 = INT_TO_FIX32(pTrapeBatchFillObj->u32DstX1); in GE_TrapezoidFillEx()
1129 geFillDst.width = FIX32_TO_INT(s32FixDstX1) - geFillDst.x + 1; in GE_TrapezoidFillEx()
1144 s32FixDstX1 += pTrapeBatchFillObj->s32DeltaDstX1; in GE_TrapezoidFillEx()