Searched refs:pGfxRectFillInfo (Results 1 – 1 of 1) sorted by relevance
2449 GFX_RectFillInfo pGfxRectFillInfo; in _DMS_GE_DrawRect() local2450 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 …]