Searched refs:Image (Results 1 – 13 of 13) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/ |
| H A D | dgif_lib.c | 348 MS_U32 left = GifFile->Image.Left; in GetFrameROI() 349 MS_U32 right = GifFile->Image.Left + GifFile->Image.Width; in GetFrameROI() 350 MS_U32 top = GifFile->Image.Top; in GetFrameROI() 351 MS_U32 bottom = GifFile->Image.Top + GifFile->Image.Height; in GetFrameROI() 374 frame_roi.hstart = left - GifFile->Image.Left; in GetFrameROI() 375 frame_roi.vstart = top - GifFile->Image.Top; in GetFrameROI() 524 if (GifFile->Image.Left + GifFile->Image.Width > GifFile->SWidth || in MstDGifProcess() 525 GifFile->Image.Top + GifFile->Image.Height > GifFile->SHeight) in MstDGifProcess() 548 if (GifFile->Image.Interlace) in MstDGifProcess() 574 drv_gpd_set_iwidth_height(GifFile->Image.Width, GifFile->Image.Height); in MstDGifProcess() [all …]
|
| H A D | gif_lib.h | 174 GifImageDesc Image; /* Block describing current image */ member 376 extern void ApplyTranslation(SavedImage *Image, GifPixelType Translation[]); 380 extern void FreeExtension(SavedImage *Image); 393 extern void DrawText(SavedImage *Image, 398 extern void DrawBox(SavedImage *Image, 403 void DrawRectangle(SavedImage *Image, 408 extern void DrawBoxedText(SavedImage *Image,
|
| H A D | mdrvgpd.c | 169 pic_info->u8Interlace = GifFile->Image.Interlace; in mdrv_gpd_decode()
|
| /utopia/UTPA2-700.0.x/projects/project/mclaren_android/ |
| H A D | config | 76 # Image name
|
| /utopia/UTPA2-700.0.x/projects/project/maserati_android/ |
| H A D | config | 76 # Image name
|
| /utopia/UTPA2-700.0.x/projects/project/kano_android/ |
| H A D | config | 76 # Image name
|
| /utopia/UTPA2-700.0.x/projects/project/M7621_android/ |
| H A D | config | 76 # Image name
|
| /utopia/UTPA2-700.0.x/projects/project/marcus_android/ |
| H A D | config | 76 # Image name
|
| /utopia/UTPA2-700.0.x/projects/project/maxim_android/ |
| H A D | config | 76 # Image name
|
| /utopia/UTPA2-700.0.x/projects/project/k6_android/ |
| H A D | config | 76 # Image name
|
| /utopia/UTPA2-700.0.x/projects/project/manhattan_android/ |
| H A D | config | 76 # Image name
|
| /utopia/UTPA2-700.0.x/projects/project/curry_android/ |
| H A D | config | 85 # Image name
|
| /utopia/UTPA2-700.0.x/modules/xc/drv/xc/ |
| H A D | mdrv_sc_display.c.0 | 6854 /*MDrv_Write2Byte(L_BK_VOP(0x08), g_XC_InitData.stPanelInfo.u16HStart); // Image H start 6855 …x09), g_XC_InitData.stPanelInfo.u16HStart + g_XC_InitData.stPanelInfo.u16Width - 1); // Image H end 6856 …0A), g_XC_InitData.stPanelInfo.u16VStart + g_XC_InitData.stPanelInfo.u16Height - 1); // Image V end 6864 …, pXCResourcePrivate->stdrvXC_MVideo_Context.g_XC_InitData.stPanelInfo.u16HStart); // Image H start 6865 … pXCResourcePrivate->stdrvXC_MVideo_Context.g_XC_InitData.stPanelInfo.u16Width - 1); // Image H end 6866 …pXCResourcePrivate->stdrvXC_MVideo_Context.g_XC_InitData.stPanelInfo.u16Height - 1); // Image V end
|