OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dst_surface
(Results
1 - 2
of
2
) sorted by null
/external/qemu/android/skin/
scaler.c
107
SDL_Surface*
dst_surface
,
120
SDL_LockSurface(
dst_surface
);
127
op.dst_pitch =
dst_surface
->pitch;
128
op.dst_line =
dst_surface
->pixels;
153
SDL_UnlockSurface(
dst_surface
);
156
SDL_UpdateRects(
dst_surface
, 1, &op.rd );
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5video.c
1889
LPDIRECTDRAWSURFACE3
dst_surface
;
local
1981
LPDIRECTDRAWSURFACE3
dst_surface
;
local
[
all
...]
Completed in 135 milliseconds