代码搜索结果

找到约 16,607 项符合 Screen 的代码

sdl_flip.3

.TH "SDL_Flip" "3" "Tue 11 Sep 2001, 23:01" "SDL" "SDL API Reference" .SH "NAME" SDL_Flip\- Swaps screen buffers .SH "SYNOPSIS" .PP \fB#include "SDL\&.h" .sp \fBint \fBSDL_Flip\fP\fR(\fBSDL_Su

sdl_updaterect.3

.TH "SDL_UpdateRect" "3" "Tue 11 Sep 2001, 23:01" "SDL" "SDL API Reference" .SH "NAME" SDL_UpdateRect\- Makes sure the given area is updated on the given screen\&. .SH "SYNOPSIS" .PP \fB#include

graywin.c

/* Simple program: Fill a colormap with gray and stripe it down the screen */ #include #include #include #include #include "SDL.h" #ifdef TEST_V

testsprite.c

/* Simple program: Move N sprites around on the screen as fast as possible */ #include #include #include #include #include #include "SDL.h

testbitmap.c

/* Simple program: Test bitmap blits */ #include #include #include #include "SDL.h" #include "picture.xbm" SDL_Surface *LoadXBM(SDL_Surface *screen, int

testalpha.c

/* Simple program: Fill a colormap with gray and stripe it down the screen, Then move an alpha valued sprite around the screen. */ #include #include #include

kscreensave.h

//----------------------------------------------------------------------------- // // KDE screen saver // // call this to lock the screen at any time void kForceLocker();

scr_prsm.c

/* * scr_prsm.c * * Microwindows screen driver for the Isicad Prisma diskless workstation * by George Harvey. * * This is mostly 'glue' code, the real work is done by assembler routines * in as

genmem.c

/* * Copyright (c) 2000, 2001 Greg Haerr * * Screen Driver Utilities * * Microwindows memory device routines */ #include #include #include #in

scr_djgr.c

/* * Copyright (c) 1999 Greg Haerr * * Copyright (c) 1999 Victor Rogachev * * Screen Driver using DJGPP & GRX Library * * For only GRX lib * * This driv