Lines Matching refs:Background
33 typedef struct Background {
37 } Background;
40 background_done( Background* back )
46 background_init( Background* back, SkinBackground* sback, SkinLocation* loc, SkinRect* frame )
60 background_redraw( Background* back, SkinRect* rect, SDL_Surface* surface )
514 Background* background;
523 button->background = NULL;
527 button_init( Button* button, SkinButton* sbutton, SkinLocation* loc, Background* back, SkinRect* frame, SkinLayout* slayout )
532 button->background = back;
682 Background* backgrounds;
755 if ( part->background->valid )
789 Background* back = NULL;
791 if ( part->background->valid ) {
793 background_init( back, part->background, loc, &layout->rect );
1346 Background* back = layout->backgrounds;
1347 Background* end = back + layout->num_backgrounds;