Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiGOP.h1743 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_SetFMT0TransClr(MS_U16 clr);
1749 DLL_PUBLIC SYMBOL_WEAK E_GOP_API_Result MApi_GOP_GWIN_SetFMT0TransClr_EX(MS_U8 u8GOP,MS_U16 clr);
1755 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_SetTransClr_8888(MS_U32 clr, MS_U32 mask);
1761 DLL_PUBLIC SYMBOL_WEAK E_GOP_API_Result MApi_GOP_GWIN_SetTransClr_8888_EX(MS_U8 u8GOP,MS_U32 clr, M…
1901 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_SetTransClr(EN_GOP_TRANSCLR_FMT fmt, MS_U16 clr);
1924 …EAK E_GOP_API_Result MApi_GOP_GWIN_SetTransClr_EX(MS_U8 u8GOP,EN_GOP_TRANSCLR_FMT fmt, MS_U16 clr);
2960 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_ReadPalette(MS_U8 idx, MS_U32* clr);
2969 …BLIC SYMBOL_WEAK E_GOP_API_Result MApi_GOP_GWIN_ReadPalette_EX(MS_U8 u8GOP,MS_U8 idx, MS_U32* clr);
3006 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_2GReadPalette(MS_U8 idx, MS_U32* clr);
3015 …IC SYMBOL_WEAK E_GOP_API_Result MApi_GOP_GWIN_2GReadPalette_EX(MS_U8 u8GOP,MS_U8 idx, MS_U32* clr);
/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DapiGOP.c587 E_GOP_API_Result MApi_GOP_GWIN_SetTransClr_8888_EX(MS_U8 u8GOP,MS_U32 clr, MS_U32 mask) in MApi_GOP_GWIN_SetTransClr_8888_EX() argument
596 trans_set.color = clr; in MApi_GOP_GWIN_SetTransClr_8888_EX()
605 u32TransColor = clr; in MApi_GOP_GWIN_SetTransClr_8888_EX()
615 E_GOP_API_Result MApi_GOP_GWIN_SetTransClr_8888(MS_U32 clr, MS_U32 mask) in MApi_GOP_GWIN_SetTransClr_8888() argument
621 ret = MApi_GOP_GWIN_SetTransClr_8888_EX(u8GOP,clr,mask); in MApi_GOP_GWIN_SetTransClr_8888()
1189 E_GOP_API_Result MApi_GOP_GWIN_ReadPalette_EX(MS_U8 u8GOP,MS_U8 idx, MS_U32* clr) in MApi_GOP_GWIN_ReadPalette_EX() argument
1214 *clr = u32Color; in MApi_GOP_GWIN_ReadPalette_EX()
1218 E_GOP_API_Result MApi_GOP_GWIN_ReadPalette(MS_U8 idx, MS_U32* clr) in MApi_GOP_GWIN_ReadPalette() argument
1224 ret = MApi_GOP_GWIN_ReadPalette_EX(u8GOP,idx,clr); in MApi_GOP_GWIN_ReadPalette()
1331 E_GOP_API_Result MApi_GOP_GWIN_2GReadPalette_EX(MS_U8 u8GOP,MS_U8 idx, MS_U32* clr) in MApi_GOP_GWIN_2GReadPalette_EX() argument
[all …]
H A DmapiGOP.c7152 MS_U32 clr; in Ioctl_GOP_SetProperty() local
7164 clr = ptrans_clr->color; in Ioctl_GOP_SetProperty()
7172 fullclr = ((clr>>10)&0x1f)<<3; // R in Ioctl_GOP_SetProperty()
7173 fullclr |= ((clr>>12)&0x7); in Ioctl_GOP_SetProperty()
7175 fullclr |= ((clr>>5)&0x1f)<<3; // G in Ioctl_GOP_SetProperty()
7176 fullclr |= ((clr>>7)&0x7); in Ioctl_GOP_SetProperty()
7178 fullclr |= (clr&0x1f)<<3; // B in Ioctl_GOP_SetProperty()
7179 fullclr |= ((clr>>2)&0x7); // B in Ioctl_GOP_SetProperty()
7185 MDrv_GOP_GWIN_ReadPalette(g_pGOPCtxLocal,gop, clr, &fullclr); in Ioctl_GOP_SetProperty()
7194 fullclr = (clr&0xff)<<16; //V in Ioctl_GOP_SetProperty()
[all …]
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DapiGOP.h1633 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_SetFMT0TransClr(MS_U16 clr);
1645 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_SetTransClr_8888(MS_U32 clr, MS_U32 mask);
1791 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_SetTransClr(EN_GOP_TRANSCLR_FMT fmt, MS_U16 clr);
2794 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_ReadPalette(MS_U8 idx, MS_U32* clr);
2840 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_2GReadPalette(MS_U8 idx, MS_U32* clr);
/utopia/UTPA2-700.0.x/modules/graphic/drv/gop/
H A DdrvGOP.h1454 void MDrv_GOP_GWIN_SetTransClr_8888(MS_GOP_CTX_LOCAL*pGOPCtx,MS_U8 u8GOP, MS_U32 clr, MS_U32 mask);
1455 void MDrv_GOP_GWIN_SetTransClr_YUV(MS_GOP_CTX_LOCAL*pGOPCtx,MS_U8 u8GOP, MS_U32 clr, MS_U32 mask);
1523 void MDrv_GOP_GWIN_ReadPalette(MS_GOP_CTX_LOCAL*pGOPCtx,MS_U8 u8GOP, MS_U8 idx, MS_U32* clr);
1526 void MDrv_GOP_GWIN_2GReadPalette(MS_GOP_CTX_LOCAL*pGOPCtx,MS_U8 u8GOP, MS_U8 idx, MS_U32* clr);
H A DdrvGOP.c2766 void MDrv_GOP_GWIN_SetTransClr_8888(MS_GOP_CTX_LOCAL*pGOPCtx,MS_U8 u8GOP, MS_U32 clr, MS_U32 mask) in MDrv_GOP_GWIN_SetTransClr_8888() argument
2773 regval = (MS_U16)(clr&0xffff); in MDrv_GOP_GWIN_SetTransClr_8888()
2776 regval = (MS_U16)((clr>>16&0xff))|(MS_U16)((mask&0xff)<<8) ; in MDrv_GOP_GWIN_SetTransClr_8888()
2787 void MDrv_GOP_GWIN_SetTransClr_YUV(MS_GOP_CTX_LOCAL*pGOPCtx,MS_U8 u8GOP, MS_U32 clr, MS_U32 mask) in MDrv_GOP_GWIN_SetTransClr_YUV() argument
2794 regval = (MS_U16)(clr&0xffff); in MDrv_GOP_GWIN_SetTransClr_YUV()
2797 regval = (MS_U16)((clr>>16&0xff))|(MS_U16)((mask&0xff)<<8) ; in MDrv_GOP_GWIN_SetTransClr_YUV()
4158 void MDrv_GOP_GWIN_ReadPalette(MS_GOP_CTX_LOCAL*pGOPCtx,MS_U8 u8GOP, MS_U8 idx, MS_U32* clr) in MDrv_GOP_GWIN_ReadPalette() argument
4181 *clr = 0; in MDrv_GOP_GWIN_ReadPalette()
4215 *clr = pGOPDrvLocalCtx->pDrvCtxShared->apiCtxShared.GOPPaletteInfo[u8GOP].PalSWArray[idx]; in MDrv_GOP_GWIN_ReadPalette()
4345 void MDrv_GOP_GWIN_2GReadPalette(MS_GOP_CTX_LOCAL*pGOPCtx,MS_U8 u8GOP, MS_U8 idx, MS_U32* clr) in MDrv_GOP_GWIN_2GReadPalette() argument
[all …]
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt12106 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_SetFMT0TransClr(MS_U16 clr);
12112 DLL_PUBLIC SYMBOL_WEAK E_GOP_API_Result MApi_GOP_GWIN_SetFMT0TransClr_EX(MS_U8 u8GOP,MS_U16 clr);
12118 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_SetTransClr_8888(MS_U32 clr, MS_U32 mask);
12124 DLL_PUBLIC SYMBOL_WEAK E_GOP_API_Result MApi_GOP_GWIN_SetTransClr_8888_EX(MS_U8 u8GOP,MS_U32 clr, M…
12188 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_SetTransClr(EN_GOP_TRANSCLR_FMT fmt, MS_U16 clr);
12192 …EAK E_GOP_API_Result MApi_GOP_GWIN_SetTransClr_EX(MS_U8 u8GOP,EN_GOP_TRANSCLR_FMT fmt, MS_U16 clr);
12804 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_ReadPalette(MS_U8 idx, MS_U32* clr);
12806 …BLIC SYMBOL_WEAK E_GOP_API_Result MApi_GOP_GWIN_ReadPalette_EX(MS_U8 u8GOP,MS_U8 idx, MS_U32* clr);
12834 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_2GReadPalette(MS_U8 idx, MS_U32* clr);
12836 …IC SYMBOL_WEAK E_GOP_API_Result MApi_GOP_GWIN_2GReadPalette_EX(MS_U8 u8GOP,MS_U8 idx, MS_U32* clr);