代码搜索:DirectDraw
找到约 969 项符合「DirectDraw」的源代码
代码结果 969
www.eeworm.com/read/115750/15002651
bas ddraw.bas
Attribute VB_Name = "DDraw"
Option Explicit
'DirectX variables
Dim mdd As DirectDraw7
Dim msurfFront As DirectDrawSurface7
Dim msurfBack As DirectDrawSurface7
Dim msurfTiles As DirectDrawSurfa
www.eeworm.com/read/192559/5154508
c blt.c
//
// Permedia3 Sample Display Driver
// blt.c
//
// Copyright (c) 2000 Microsoft Corporation. All rights reserved.
//
// This code contains the various GDI and DirectDraw entry points for blitt
www.eeworm.com/read/168123/5448328
cpp gengine.cpp
#include "..\common.h"
#include "gl.h"
#include "gengine.h"
//#define _OFFDDRAW //关闭DirectDraw
Hero *warrior;
int InitGraphicEngine( DWORD w, DWORD h, DWORD colordepth )
{
CheckCPU();
#if
www.eeworm.com/read/106024/15649031
cpp gengine.cpp
#include "..\common.h"
#include "gl.h"
#include "gengine.h"
//#define _OFFDDRAW //关闭DirectDraw
Hero *warrior;
int InitGraphicEngine( DWORD w, DWORD h, DWORD colordepth )
{
CheckCPU();
#if
www.eeworm.com/read/276771/10707988
htm ddfade.htm
GPMega - DirectX Section - DirectDraw Fading Mania
www.eeworm.com/read/274940/10844165
htm ddfade.htm
GPMega - DirectX Section - DirectDraw Fading Mania
www.eeworm.com/read/109242/6175291
c main.c
/* DirectDraw IDirectDraw interface (generic)
*
* Copyright 1997-2000 Marcus Meissner
* Copyright 1998-2000 Lionel Ulmer (most of Direct3D stuff)
* Copyright 2000-2001 TransGaming Technologies In
www.eeworm.com/read/261520/11639004
cpp demo7_3.cpp
// DEMO7_3.CPP basic full-screen 32-bit color pixel plotting DirectDraw demo
// INCLUDES ///////////////////////////////////////////////
#define WIN32_LEAN_AND_MEAN // just say no to MFC
#de
www.eeworm.com/read/261520/11639027
cpp demo7_1.cpp
// DEMO7_1.CPP basic full-screen 16-bit color pixel plotting DirectDraw demo
// INCLUDES ///////////////////////////////////////////////
#define WIN32_LEAN_AND_MEAN // just say no to MFC
#de
www.eeworm.com/read/344429/11880878
pas dxfastblt.pas
unit DXFastBlt;
//
//
// TDxFastBlt 用于处理32位真彩
// 真彩客户端源码QQ:442517066
//
//
interface
uses
Windows, Graphics, DirectDraw;
type
TDXBitMap = TObject;
const
LibName = 'DxFastBlt.dll';