Home | History | Annotate | Download | only in skin

Lines Matching defs:parent

486         SkinImage*     parent;
491 parent = skin_image_find( &desc0 );
492 if (parent == SKIN_IMAGE_NONE)
495 SDL_LockSurface(parent->surface);
500 node->w = parent->h;
501 node->h = parent->w;
503 node->w = parent->w;
504 node->h = parent->h;
507 node->pixels = rotate_image( parent->pixels, parent->w, parent->h,
510 SDL_UnlockSurface(parent->surface);
511 skin_image_unref(&parent);