Home
last modified time | relevance | path

Searched refs:rotate_image (Results 1 – 2 of 2) sorted by relevance

/external/qemu/android/skin/
Dimage.c53 rotate_image( void* data, unsigned width, unsigned height, SkinRotation rotation ) in rotate_image() function
507 node->pixels = rotate_image( parent->pixels, parent->w, parent->h, in skin_image_create()
646 image->pixels = rotate_image( source->pixels, source->w, source->h, in skin_image_clone()
/external/clearsilver/imd/
Dimd.c200 NEOERR *rotate_image(char *path, char *file, int degree, char *rpath) in rotate_image() function
764 err = rotate_image(path, picture, rotate, nfile); in dowork_picture()