Searched refs:pbmpfmt (Results 1 – 5 of 5) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/graphic/api/gfx/ |
| H A D | mapiGFX.c | 1641 …esult MApi_GFX_DrawBitmap_U02(void* pInstance, GFX_BufferInfo srcbufinfo, GFX_DrawBmpInfo *pbmpfmt) in MApi_GFX_DrawBitmap_U02() argument 1647 …if (!GFX_CheckInClipWindow(pbmpfmt->x, pbmpfmt->y, pbmpfmt->x+pbmpfmt->width-1, pbmpfmt->y+pbmpfmt… in MApi_GFX_DrawBitmap_U02() 1666 dst.dstblk.x = pbmpfmt->x; in MApi_GFX_DrawBitmap_U02() 1667 dst.dstblk.y = pbmpfmt->y; in MApi_GFX_DrawBitmap_U02() 1668 dst.dstblk.width = pbmpfmt->width; in MApi_GFX_DrawBitmap_U02() 1669 dst.dstblk.height = pbmpfmt->height; in MApi_GFX_DrawBitmap_U02() 1670 if (pbmpfmt->bScale == true) in MApi_GFX_DrawBitmap_U02()
|
| H A D | apiGFX.c | 839 GFX_Result MApi_GFX_DrawBitmap(MS_S32 handle, GFX_DrawBmpInfo *pbmpfmt) in MApi_GFX_DrawBitmap() argument 845 if(pbmpfmt ==NULL) in MApi_GFX_DrawBitmap() 877 pGFXBitmapInfo.pBmpInfo =pbmpfmt; in MApi_GFX_DrawBitmap()
|
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | apiGFX.h | 1965 DLL_PUBLIC extern GFX_Result MApi_GFX_DrawBitmap(MS_S32 handle, GFX_DrawBmpInfo *pbmpfmt); 2365 …tbltByTwoSourceBuffer(PGFX_BufferInfo dstbufInfo, GFX_DrawTwoSourceRect *pbmpfmt, MS_U32 drawflag);
|
| /utopia/UTPA2-700.0.x/projects/tmplib/include/ |
| H A D | apiGFX.h | 1914 DLL_PUBLIC extern GFX_Result MApi_GFX_DrawBitmap(MS_S32 handle, GFX_DrawBmpInfo *pbmpfmt);
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | preprocess.txt | 10260 DLL_PUBLIC extern GFX_Result MApi_GFX_DrawBitmap(MS_S32 handle, GFX_DrawBmpInfo *pbmpfmt); 10546 …tbltByTwoSourceBuffer(PGFX_BufferInfo dstbufInfo, GFX_DrawTwoSourceRect *pbmpfmt, MS_U32 drawflag);
|