Searched refs:u32ColorS (Results 1 – 3 of 3) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/graphic/drv/ge/ |
| H A D | drvGE.c | 174 MS_U32 u32ColorS; member 1107 s32ColorB = INT_TO_FIX32((pTrapeBatchFillObj->u32ColorS & 0xFF)); in GE_TrapezoidFillEx() 1108 s32ColorG = INT_TO_FIX32(((pTrapeBatchFillObj->u32ColorS>>0x8) & 0xFF)); in GE_TrapezoidFillEx() 1109 s32ColorR = INT_TO_FIX32(((pTrapeBatchFillObj->u32ColorS>>0x10) & 0xFF)); in GE_TrapezoidFillEx() 1110 s32ColorA = INT_TO_FIX32(((pTrapeBatchFillObj->u32ColorS>>0x18) & 0xFF)); in GE_TrapezoidFillEx() 1121 pTrapeBatchFillObj->u32ColorS = ((FIX32_TO_INT(s32ColorB) & 0xFF) in GE_TrapezoidFillEx() 1133 …MDrv_GE_FillRect((GE_Context *)pGECtxLocal, &geFillDst, pTrapeBatchFillObj->u32ColorS, pTrapeBatch… in GE_TrapezoidFillEx() 1151 … MS_BOOL bYTrapezoid, GE_Normalized_Trapezoid *pGENormTrapezoid, MS_U32 u32ColorS, MS_U32 u32Color… in GE_TrapezoidFill() argument 1157 geTrapeBatchFillObj.u32ColorS = u32ColorS; in GE_TrapezoidFill() 3098 GE_Result MDrv_GE_FillTrapezoid(GE_Context *pGECtx, GE_Trapezoid *pGeTrapezoid, MS_U32 u32ColorS, M… in MDrv_GE_FillTrapezoid() argument [all …]
|
| H A D | drvGE.h | 1149 GE_Result MDrv_GE_FillTrapezoid(GE_Context *pGECtx,GE_Trapezoid *pGeTrapezoid, MS_U32 u32ColorS, MS…
|
| /utopia/UTPA2-700.0.x/modules/graphic/api/gfx/ |
| H A D | apiGFX.c | 1348 MS_U32 u32ColorS, u32ColorE; in MApi_GFX_TrapezoidFill() 1362 u32ColorS = (pGfxFillInfo->colorRange.color_s.a<<24) | (pGfxFillInfo->colorRange.color_s.r<<16) in MApi_GFX_TrapezoidFill() 1369 …u32ColorS = MAKE_PRIMITIVE_COLOR_12355(pGfxFillInfo->blkDataRange.blink_data_s.background, pGfxFil… in MApi_GFX_TrapezoidFill() 1377 …u32ColorS = MAKE_PRIMITIVE_COLOR_2266(pGfxFillInfo->blkDataRange.blink_data_s.background, pGfxFill… in MApi_GFX_TrapezoidFill() 1393 …return (GFX_Result) MDrv_GE_FillTrapezoid(g_apiGFXLocal.g_pGEContext, &geTrapezoid, u32ColorS, u32… in MApi_GFX_TrapezoidFill()
|