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

  /external/qemu/android/skin/
image.h 46 extern SDL_Surface* skin_image_surface( SkinImage* image );
window.c 80 SDL_BlitSurface( skin_image_surface(back->image), &rs, surface, &rd );
623 SDL_BlitSurface( skin_image_surface(disp->onion), &rs, surface, &rd );
695 SDL_BlitSurface( skin_image_surface(button->image), &rs, surface, &rd );
697 SDL_BlitSurface( skin_image_surface(button->image), &rs, surface, &rd );
    [all...]
image.c 739 skin_image_surface( SkinImage* image ) function

Completed in 1235 milliseconds