Home | History | Annotate | Download | only in skin

Lines Matching defs:box

318     SkinBox   box;
344 skin_box_minmax_init( &box );
347 skin_box_minmax_update( &box, &part->background->rect );
350 skin_box_minmax_update( &box, &part->display->rect );
353 skin_box_minmax_update( &box, &button->rect );
356 if ( !skin_box_minmax_to_rect( &box, &part->rect ) ) {
369 SkinBox box;
395 skin_box_minmax_init( &box );
398 skin_box_minmax_update( &box, &part->background->rect );
401 skin_box_minmax_update( &box, &part->display->rect );
404 skin_box_minmax_update( &box, &button->rect );
407 if ( !skin_box_minmax_to_rect( &box, &part->rect ) ) {