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

  /external/qemu/android/skin/
image.h 27 * with skin_image_clone() or skin_image_clone_blend()
67 * unless it was created through a skin_image_clone... function, where
81 extern SkinImage* skin_image_clone( SkinImage* source );
image.c 207 SKIN_IMAGE_CLONE = (1 << 0) /* this image is a clone */
603 if ((image->flags & SKIN_IMAGE_CLONE) != 0) {
630 skin_image_clone( SkinImage* source ) function
643 image->flags = SKIN_IMAGE_CLONE;
676 return skin_image_clone(source);
685 clone->flags |= SKIN_IMAGE_CLONE;

Completed in 64 milliseconds