Home
last modified time | relevance | path

Searched refs:MApi_GFX_BitBlt (Results 1 – 9 of 9) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DapiGFX.h1649 DLL_PUBLIC extern GFX_Result MApi_GFX_BitBlt(GFX_DrawRect *drawbuf,MS_U32 drawflag);
/utopia/UTPA2-700.0.x/modules/graphic/api/gfx/
H A DapiGFX.c2230 GFX_Result MApi_GFX_BitBlt(GFX_DrawRect *drawbuf,MS_U32 drawflag) in MApi_GFX_BitBlt() function
3384 EXPORT_SYMBOL(MApi_GFX_BitBlt);
/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiGFX.h1684 DLL_PUBLIC extern GFX_Result MApi_GFX_BitBlt(GFX_DrawRect *drawbuf,MS_U32 drawflag);
/utopia/UTPA2-700.0.x/projects/build/Ksym/
H A DKsym.c820 EXPORT_SYMBOL(MApi_GFX_BitBlt);
/utopia/UTPA2-700.0.x/projects/build/
H A Dnm_symbol.txt305 EXPORT_SYMBOL(MApi_GFX_BitBlt);
H A Dapi_with_header_file.csv712 ,,MApi_GFX_BitBlt,apiGFX.h,1,1,1,1,1,1
H A DDatabase.csv911 ,,MApi_GFX_BitBlt,apiGFX.h,1,1,1,1,1,1,1
H A Dpreprocess.txt10163 DLL_PUBLIC extern GFX_Result MApi_GFX_BitBlt(GFX_DrawRect *drawbuf,MS_U32 drawflag);
/utopia/UTPA2-700.0.x/modules/dms/drv/dms_dipgop/
H A DdrvDMS.c2407 MApi_GFX_BitBlt(stgfxDrawRect, GFXDRAW_FLAG_SCALE); in _DMS_GEBitblt()