HomeSort by relevance Sort by last modified time
    Searched refs:src_surface (Results 1 - 2 of 2) sorted by null

  /external/qemu/android/skin/
scaler.c 86 SDL_Surface* src_surface,
97 SDL_LockSurface( src_surface );
101 op.src_pitch = src_surface->pitch;
102 op.src_line = src_surface->pixels;
103 op.src_w = src_surface->w;
104 op.src_h = src_surface->h;
132 SDL_UnlockSurface( src_surface );
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5video.c 1888 LPDIRECTDRAWSURFACE3 src_surface; local
    [all...]

Completed in 36 milliseconds