📄 cmsimage.h
字号:
/*=====================================================================
Copyright (c) 2001-2002 MobileSoft Corporation
All Rights Reserved.
$Logfile: cmsimage.h
$Revision:
$vision: 1.00
$Date: 07/21/2002
$Author: hulf
$Declare:
This document contains information proprietary to MobileSoft
Technology (Nanjing), Corp. Transmittal, receipt, or possession
of this document does not express, license, or imply any rights to
use, sell, design, or manufacture from this information. No reproduction,
publication, or disclosure of this information, in whole or in part,
shall be made without prior written authorization from an officer of
MobileSoft Technology (NanJing), Corp.
Abstract:
Modified By:
Environment:
Revision History:
=====================================================================*/
#ifndef CMSIMAGE_H
#define CMSIMAGE_H
#include "mmsgloble.h"
/***************************************************************/
#if __cplusplus
extern "C" {
#endif
//MMS_S32 mms_get_image_type(MMS_S8 *filename, MMS_S8 *imagetype);//remed by JeffreyYao, 1-7-2004
//MMS_S32 mms_get_image_size(MMS_S8 *filename, MMS_U32 *w, MMS_U32 *h, MMS_S8 *imagetype, pPlayer mmsplayer);
MMS_S32 mms_draw_image(MMS_S8 *filename, MMS_U32 x, MMS_U32 y, MMS_U32 w, MMS_U32 h, MMS_S8 imagetype, pPlayer mmsplayer);
#if __cplusplus
}
#endif
#endif /* CMSIMAGE_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -