Home
last modified time | relevance | path

Searched refs:skin_image_surface (Results 1 – 3 of 3) sorted by relevance

/external/qemu/android/skin/
Dimage.h46 extern SDL_Surface* skin_image_surface( SkinImage* image );
Dwindow.c80 SDL_BlitSurface( skin_image_surface(back->image), &rs, surface, &rd ); in background_redraw()
623 SDL_BlitSurface( skin_image_surface(disp->onion), &rs, surface, &rd ); in display_redraw()
695 SDL_BlitSurface( skin_image_surface(button->image), &rs, surface, &rd ); in button_redraw()
697 SDL_BlitSurface( skin_image_surface(button->image), &rs, surface, &rd ); in button_redraw()
Dimage.c739 skin_image_surface( SkinImage* image ) in skin_image_surface() function