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

  /external/qemu/android/skin/
image.h 21 extern SDL_Surface* sdl_surface_from_argb32( void* base, int w, int h );
image.c 40 sdl_surface_from_argb32( void* base, int w, int h ) function
333 image->surface = sdl_surface_from_argb32( image->pixels, w, h );
521 node->surface = sdl_surface_from_argb32( node->pixels, node->w, node->h );
651 image->surface = sdl_surface_from_argb32( image->pixels, image->w, image->h );
trackball.c 230 ball->surface = sdl_surface_from_argb32( ball->pixels, diameter2, diameter2 );
window.c     [all...]
  /external/qemu/android/
main-common-ui.c 238 SDL_Surface* icon = sdl_surface_from_argb32( icon_pixels, icon_w, icon_h );

Completed in 396 milliseconds