Searched refs:dstBlock (Results 1 – 8 of 8) sorted by relevance
1098 rect.x = pfillblock->dstBlock.x; in MApi_GFX_RectFill_U02()1099 rect.y = pfillblock->dstBlock.y; in MApi_GFX_RectFill_U02()1100 rect.width = pfillblock->dstBlock.width; in MApi_GFX_RectFill_U02()1101 rect.height = pfillblock->dstBlock.height; in MApi_GFX_RectFill_U02()1203 rectInfo.dstBlock.width = ABS(dda0.xi - dda1.xi); in MApi_GFX_TriFill_U02()1204 rectInfo.dstBlock.x = MIN(dda0.xi, dda1.xi); in MApi_GFX_TriFill_U02()1206 if ( (bClip == 1) && (clip_x1 < rectInfo.dstBlock.x + rectInfo.dstBlock.width) ) in MApi_GFX_TriFill_U02()1207 rectInfo.dstBlock.width = clip_x1 - rectInfo.dstBlock.x + 1; in MApi_GFX_TriFill_U02()1209 if (rectInfo.dstBlock.width > 0) { in MApi_GFX_TriFill_U02()1210 if ( (bClip == 1) && (clip_x0 > rectInfo.dstBlock.x) ) { in MApi_GFX_TriFill_U02()[all …]
522 pline.x1 = pblock->dstBlock.x; in MApi_GFX_RectFrame()523 pline.x2 = pblock->dstBlock.x + pblock->dstBlock.width ; in MApi_GFX_RectFrame()525 pline.y2 = pblock->dstBlock.y; in MApi_GFX_RectFrame()536 pline.y1 = pblock->dstBlock.y + pblock->dstBlock.height -1; in MApi_GFX_RectFrame()537 pline.y2 = pblock->dstBlock.y + pblock->dstBlock.height -1; in MApi_GFX_RectFrame()548 pline.x2 = pblock->dstBlock.x; in MApi_GFX_RectFrame()549 pline.y1 = pblock->dstBlock.y; in MApi_GFX_RectFrame()550 pline.y2 = pblock->dstBlock.y + pblock->dstBlock.height; in MApi_GFX_RectFrame()560 pline.x1 = pblock->dstBlock.x + pblock->dstBlock.width -1; in MApi_GFX_RectFrame()
773 GFX_Block dstBlock; member806 GFX_Block dstBlock; member
774 GFX_Block dstBlock; member813 GFX_Block dstBlock; member
4658 Xradius = (pOval->dstBlock.width >> 1) - pOval->u32LineWidth; in MDrv_GE_DrawOval()4659 Yradius = (pOval->dstBlock.height >> 1) - pOval->u32LineWidth; in MDrv_GE_DrawOval()4662 c_x = pOval->dstBlock.x + Xradius + pOval->u32LineWidth; in MDrv_GE_DrawOval()4663 c_y = pOval->dstBlock.y + Yradius + pOval->u32LineWidth; in MDrv_GE_DrawOval()
979 GE_Rect dstBlock; member
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()
9469 GFX_Block dstBlock;9508 GFX_Block dstBlock;