Lines Matching refs:Background
35 typedef struct Background {
39 } Background;
42 background_done( Background* back )
48 background_init( Background* back, SkinBackground* sback, SkinLocation* loc, SkinRect* frame )
62 background_redraw( Background* back, SkinRect* rect, SDL_Surface* surface )
625 Background* background;
634 button->background = NULL;
638 button_init( Button* button, SkinButton* sbutton, SkinLocation* loc, Background* back, SkinRect* frame, SkinLayout* slayout )
643 button->background = back;
793 Background* backgrounds;
866 if ( part->background->valid )
900 Background* back = NULL;
902 if ( part->background->valid ) {
904 background_init( back, part->background, loc, &layout->rect );
1569 Background* back = layout->backgrounds;
1570 Background* end = back + layout->num_backgrounds;