代码搜索:DirectDraw
找到约 969 项符合「DirectDraw」的源代码
代码结果 969
www.eeworm.com/read/173032/9680126
h version.h
/*
* Version.h
*
* Version information
*
* DirectDraw YUV420P project
*
* Copyright (c) 2004-2005 for Cyansoft Studio.
* All Rights Reserved.
*
* Contributor(s): __________________
www.eeworm.com/read/111408/15512946
h common.h
#ifndef MD_COMMON_H
#define MD_COMMON_H
#define SAFE_DELETE(A) if( (A) != NULL ) { delete [] (A); (A) = NULL; }
#define SAFE_RELEASE(A) if( (A) != NULL ) { (A) -> Release(); (A) = NULL; }
co
www.eeworm.com/read/372247/9515541
cpp halpalette.cpp
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/372247/9515559
cpp halsurf.cpp
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/272805/10943762
cpp halpalette.cpp
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/198972/7899398
h exportfreedirectx.h
#ifndef __EXPORT_FREE_DIRECTX_H_
#define __EXPORT_FREE_DIRECTX_H_
//////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////
www.eeworm.com/read/329223/12968919
cpp halsurf.cpp
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic