Searched refs:u32Pitch (Results 1 – 9 of 9) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/gpd/api/gpd/ |
| H A D | apiGPD.c | 501 para->u32Pitch = (((para->u32Width) + 1) & ~1); // 2-align in _GPD_GetPitch() 507 para->u32Pitch = (((para->u32Width) + 3) & ~3); // 4-align in _GPD_GetPitch() 510 para->u32Pitch = (((para->u32Width) + 7) & ~7); // 8-align in _GPD_GetPitch()
|
| /utopia/UTPA2-700.0.x/projects/tmplib/include/ |
| H A D | apiGPD.h | 232 MS_U32 u32Pitch; // output parameter member
|
| H A D | apiGFX.h | 1160 MS_U32 u32Pitch; member
|
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | apiGPD.h | 254 MS_U32 u32Pitch; // output parameter member
|
| H A D | apiGFX.h | 1170 MS_U32 u32Pitch; member
|
| /utopia/UTPA2-700.0.x/modules/graphic/api/gfx/ |
| H A D | mapiGFX.c | 915 srcbufInfo->u32Pitch = bufinfo.srcpit; in MApi_GFX_GetBufferInfo_U02() 919 dstbufInfo->u32Pitch = bufinfo.dstpit; in MApi_GFX_GetBufferInfo_U02() 1424 …rc0Rect, &bitbltSrc1Rect, &bitbltDestRect, dstbufInfo->u32Addr, dstbufInfo->u32Pitch, flags, NULL); in MApi_GFX_BitbltByTwoSourceBuffer_U02() 2607 ,pFireInfo->SrcbufInfo.u32Pitch\ in GFX_SetFireInfo() 2614 ,pFireInfo->DstbufInfo.u32Pitch\ in GFX_SetFireInfo()
|
| H A D | apiGFX.c | 870 srcinfo.u32Pitch = bmpinfo.pitch; in MApi_GFX_DrawBitmap()
|
| /utopia/UTPA2-700.0.x/modules/dms/drv/dms_dipgop/ |
| H A D | drvDMS.c | 2398 …stSrc.u32Pitch =_DMS_DIP_CalcPitch(RES_DMS._stXC_DIPMemInfo[E_DMS_DIP_CLIENT_GOP].eDIPWFmt, RES_DM… in _DMS_GEBitblt() 2404 …stDst.u32Pitch = _DMS_DIP_CalcPitch(RES_DMS._stXC_DIPMemInfo[E_DMS_DIP_CLIENT_GOP].eDIPWFmt, RES_D… in _DMS_GEBitblt() 2455 …stgfxDstBuf.u32Pitch = _DMS_DIP_CalcPitch(RES_DMS._stXC_DIPMemInfo[E_DMS_DIP_CLIENT_GOP].eDIPWFmt,… in _DMS_GE_DrawRect()
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | preprocess.txt | 9865 MS_U32 u32Pitch; 76924 MS_U32 u32Pitch;
|