Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/drv/ge/
H A DdrvGE.c1102 GE_Rect geFillDst; in GE_TrapezoidFillEx() local
1127 geFillDst.x = FIX32_TO_INT(s32FixDstX0); in GE_TrapezoidFillEx()
1128 geFillDst.y = FIX32_TO_INT(s32FixDstY0); in GE_TrapezoidFillEx()
1129 geFillDst.width = FIX32_TO_INT(s32FixDstX1) - geFillDst.x + 1; in GE_TrapezoidFillEx()
1130 geFillDst.height = FIX32_TO_INT(s32FixDstY1) - geFillDst.y + 1; in GE_TrapezoidFillEx()
1133 …MDrv_GE_FillRect((GE_Context *)pGECtxLocal, &geFillDst, pTrapeBatchFillObj->u32ColorS, pTrapeBatch… in GE_TrapezoidFillEx()