OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dsth
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/
SDL_yuv.c
87
int dstx, dsty, dstw,
dsth
;
local
102
dsth
= dstrect->h;
116
dsth
+= dsty;
120
if ( (dsty+
dsth
) > current_video->screen->h ) {
121
int extra = (dsty+
dsth
- current_video->screen->h);
123
dsth
-= extra;
126
srch <= 0 ||
dsth
<= 0 ) {
137
dst.h =
dsth
;
/external/qemu/distrib/sdl-1.2.15/test/
testblitspeed.c
198
int
dsth
= 480;
local
233
dsth
= atoi(argv[++i]);
284
dest = SDL_SetVideoMode(dstw,
dsth
, dstbpp, dstflags);
287
dest = SDL_CreateRGBSurface(dstflags, dstw,
dsth
, dstbpp,
Completed in 1640 milliseconds