📄 cmsdraw.h
字号:
/*=====================================================================
Copyright (c) 2001-2002 MobileSoft Corporation
All Rights Reserved.
$Logfile: cmsdraw.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 CMSDRAW_H
#define CMSDRAW_H
/******************************* Headers File **************************/
#include "mmsgloble.h"
#if __cplusplus
extern "C" {
#endif
MMS_S32 Mms_TextOut(pMMS_Content pContent, pPlayer mmsplayer);
MMS_S32 draw_playslide(MMS_U32 size, MMS_U32 totalsize);
MMS_S32 mms_draw(pPlayer mmsplayer);
MMS_S32 mms_layoutslide(pMMS_Slide pSlide, pPlayer mmsplayer);
MMS_VOID MMS_DrawJPEGAlbum(MMS_S8 *filepath);
MMS_VOID MMS_DrawGIFAlbum(MMS_S8 *filepath);
#if __cplusplus
}
#endif
#endif /* CMSDRAW_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -