?? gapi.h
字號:
/***************************************************************************
* Name : gapi.h
* Title : MBX PocketPC GAPI module
* Author(s) : Imagination Technologies
* Created : March 2004
*
* Copyright : 2004 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 PocketPC/WinCE Game API functions.
*
* Platform : PocketPC/WinCE
*
* Modifications:-
* $Log: gapi.h $
***************************************************************************/
typedef struct
{
void *pvBuffer; // Lin address
DWORD dwPhysAddress;
DWORD dwStride;
DWORD dwWidth;
DWORD dwHeight;
} GAPI_SURF, *PGAPI_SURF;
typedef struct
{
// Source surface
GAPI_SURF sSrc;
// Dest surface
GAPI_SURF sDst;
// Gapi Surface Extent
DWORD dwLeft;
DWORD dwTop;
DWORD dwRight;
DWORD dwBottom;
} GAPI_BLT, *PGAPI_BLT;
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -