Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dms/drv/dms_dipgop/
H A DdrvDMS.c2449 GFX_RectFillInfo pGfxRectFillInfo; in _DMS_GE_DrawRect() local
2450 memset(&pGfxRectFillInfo, 0, sizeof(GFX_RectFillInfo)); in _DMS_GE_DrawRect()
2464 pGfxRectFillInfo.dstBlock.x = stRect.x; in _DMS_GE_DrawRect()
2465 pGfxRectFillInfo.dstBlock.y = stRect.y; in _DMS_GE_DrawRect()
2466 pGfxRectFillInfo.dstBlock.width= stRect.width; in _DMS_GE_DrawRect()
2467 pGfxRectFillInfo.dstBlock.height= stRect.height; in _DMS_GE_DrawRect()
2468 pGfxRectFillInfo.fmt = GFX_FMT_YUV422; in _DMS_GE_DrawRect()
2470 pGfxRectFillInfo.colorRange.color_s.a = pGfxRectFillInfo.colorRange.color_e.a = 0; in _DMS_GE_DrawRect()
2471 pGfxRectFillInfo.colorRange.color_s.r = pGfxRectFillInfo.colorRange.color_e.r = 0; in _DMS_GE_DrawRect()
2472 pGfxRectFillInfo.colorRange.color_s.g = pGfxRectFillInfo.colorRange.color_e.g = 0; in _DMS_GE_DrawRect()
[all …]