cmsdraw.h
来自「是一个手机功能的模拟程序」· C头文件 代码 · 共 77 行
H
77 行
/*=====================================================================
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 + =
减小字号Ctrl + -
显示快捷键?