⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 proto.h

📁 Lido PXA270平台开发板的最新BSP,包括源代码
💻 H
字号:
/***************************************************************************
 * Name        : proto.h
 * Title       : MBX WinCE driver GPE class
 * Author(s)   : Imagination Technologies
 * Created	   : 6th January 2003
 *
 * Copyright   : 2003 by Imagination Technologies. All rights reserved.
 *             : No part of this software, either material or conceptual 
 *             : may be copied or distributed, transmitted, transcribed,
 *             : stored in a retrieval system or translated into any 
 *             : human or computer language in any form by any means,
 *             : electronic, mechanical, manual or other-wise, or 
 *             : disclosed to third parties without the express written
 *             : permission of Imagination Technologies Limited, Unit 8,
 *             : HomePark Industrial Estate, King's Langley, Hertfordshire,
 *             : WD4 8LZ, U.K.
 *
 * Description : MBX WinCE driver GPE class.
 *
 * Platform    : WinCE
 *
 * Modifications:-
 * $Log: proto.h $
 *
 *  --- Revision Logs Removed --- 
 *
 ****************************************************************************/

#pragma once

// init.c

// forward declaration
typedef struct _MEM_INFO_ *PMEM_INFO;


// mode.cpp
extern const ULONG EGPEFormatToSrcHW[];
extern const ULONG EGPEFormatToDestHW[];

// init.cpp
BOOL	ReadRegistryDword (LPCWSTR pszwSubKey, PULONG pulResult);

//memory.cpp
ULONG	MapLin2Phys (PVOID ptr);

BOOL APIENTRY MBXDrvGradientFill( SURFOBJ * pso, CLIPOBJ * pco, XLATEOBJ * pxlo, TRIVERTEX * pVertex, ULONG nVertex, 
								  PVOID pMesh, ULONG nMesh, RECTL * prclExtents, POINTL * pptlDitherOrg, ULONG ulMode);

extern BOOL (*pfnMSDrvGradientFill)(SURFOBJ *, CLIPOBJ *, XLATEOBJ *, TRIVERTEX *, ULONG, PVOID, ULONG, RECTL *, POINTL *, ULONG);

/********************************** end of file ******************************/

⌨️ 快捷键说明

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