Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/api/gfx/
H A DmapiGFX.c1098 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 …]
H A DapiGFX.c522 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()
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DapiGFX.h773 GFX_Block dstBlock; member
806 GFX_Block dstBlock; member
/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiGFX.h774 GFX_Block dstBlock; member
813 GFX_Block dstBlock; member
/utopia/UTPA2-700.0.x/modules/graphic/drv/ge/
H A DdrvGE.c4658 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()
H A DdrvGE.h979 GE_Rect dstBlock; member
/utopia/UTPA2-700.0.x/modules/dms/drv/dms_dipgop/
H A DdrvDMS.c2464 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()
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt9469 GFX_Block dstBlock;
9508 GFX_Block dstBlock;