Home
last modified time | relevance | path

Searched refs:s32FixDstY1 (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
1010 s32FixDstY1 = INT_TO_FIX32(pTrapeBatchBlitObj->u32DstY1); in GE_TrapezoidBlitEx()
1023 geBlitDst.dstblk.height = FIX32_TO_INT(s32FixDstY1) - geBlitDst.dstblk.y + 1; in GE_TrapezoidBlitEx()
1034 s32FixDstY1 += pTrapeBatchBlitObj->s32DeltaDstY1; in GE_TrapezoidBlitEx()
1104 MS_S32 s32FixDstX0, s32FixDstY0, s32FixDstX1, s32FixDstY1; in GE_TrapezoidFillEx() local
1116 s32FixDstY1 = INT_TO_FIX32(pTrapeBatchFillObj->u32DstY1); in GE_TrapezoidFillEx()
1130 geFillDst.height = FIX32_TO_INT(s32FixDstY1) - geFillDst.y + 1; in GE_TrapezoidFillEx()
1145 s32FixDstY1 += pTrapeBatchFillObj->s32DeltaDstY1; in GE_TrapezoidFillEx()