o_smartpic_slider_defs.h

来自「ZORAN 962/966 SOURCE CODE,DVD chip」· C头文件 代码 · 共 36 行

H
36
字号
/* **************************************************************************************
*  Copyright (c) 2005 ZORAN Corporation, All Rights Reserved
*  THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
*
*  File: $Workfile: o_smartpic_slider_defs.h $
*
* Description:
* ============
* Project definition of the MSO_SMARTPIC
*
****************************************************************************************/
#include "Config.h"		// Global Configuration - do not remove!
#ifdef D_SETUP_USE_SLIDE_FOR_SMART_PIC
#ifndef  _O_SMARTPICSLIDER_DEFS_H_
#define   _O_SMARTPICSLIDER_DEFS_H_

#include "GUI\Menu_system\ms_component_defs.h"

/***************************************************************************************
*  Brightness Slider descriptor.
****************************************************************************************/
typedef struct ms_descriptor_smartPic {
	MS_DESCRIPTOR_COMPONENT 	moDescriptor;
	CONST UINT8*					mpBgBmp;		// Background bitmap
	UINT16						mwTextColor;		// Text color
}MS_DESCRIPTOR_SMARTPIC;

/***************************************************************************************
* Karaoke component object.
****************************************************************************************/
typedef MSO_COMPONENT MSO_SMARTPIC;

#endif

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?