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

  /external/qemu/android/skin/
image.h 43 extern SkinImage* SKIN_IMAGE_NONE;
53 * returns SKIN_IMAGE_NONE in case of error. cannot return NULL
image.c 230 SkinImage* SKIN_IMAGE_NONE = (SkinImage*)&_no_image;
473 return SKIN_IMAGE_NONE;
480 return SKIN_IMAGE_NONE;
492 if (parent == SKIN_IMAGE_NONE)
493 return SKIN_IMAGE_NONE;
515 return SKIN_IMAGE_NONE;
524 return SKIN_IMAGE_NONE;
552 if (node == SKIN_IMAGE_NONE)
635 return SKIN_IMAGE_NONE;
659 return SKIN_IMAGE_NONE;
    [all...]
file.c 32 return SKIN_IMAGE_NONE;
62 if (background->image == SKIN_IMAGE_NONE) {
246 if (button->image == SKIN_IMAGE_NONE) {
541 if (layout->onion_image == SKIN_IMAGE_NONE) {
window.c 680 if ( button->down && button->image != SKIN_IMAGE_NONE )
694 if (button->image != SKIN_IMAGE_NONE) {
    [all...]

Completed in 106 milliseconds