Home | History | Annotate | Download | only in skin

Lines Matching full:slayout

649 button_init( Button*  button, SkinButton*  sbutton, SkinLocation*  loc, Background*  back, SkinRect*  frame, SkinLayout*  slayout )
658 if (slayout->has_dpad_rotation) {
663 button->keycode = android_keycode_rotate( button->keycode, -slayout->dpad_rotation );
807 SkinLayout* slayout;
862 layout_init( Layout* layout, SkinLayout* slayout )
871 layout->color = slayout->color;
872 layout->slayout = slayout;
874 SKIN_LAYOUT_LOOP_LOCS(slayout,loc)
907 layout->rect.size = slayout->size;
909 SKIN_LAYOUT_LOOP_LOCS(slayout,loc)
926 button_init( button, sbutton, loc, back, &layout->rect, slayout );
1197 skin_window_create( SkinLayout* slayout, int x, int y, double scale, int no_display )
1208 int win_w = slayout->size.w;
1209 int win_h = slayout->size.h;
1247 if (skin_window_reset_internal(window, slayout) < 0) {
1428 skin_window_reset_internal ( SkinWindow* window, SkinLayout* slayout )
1433 if ( layout_init( &layout, slayout ) < 0 )
1441 if (slayout->onion_image) {
1444 slayout->onion_image,
1445 slayout->onion_rotation,
1446 slayout->onion_alpha );
1464 if (slayout->event_type != 0) {
1465 user_event_generic( slayout->event_type, slayout->event_code, slayout->event_value );
1467 if (slayout->event_value != 0)
1477 skin_window_reset ( SkinWindow* window, SkinLayout* slayout )
1482 if (skin_window_reset_internal( window, slayout ) < 0)