Lines Matching refs:aconfig_int
53 int x = aconfig_int(node, "x", 0); in skin_background_init_from()
54 int y = aconfig_int(node, "y", 0); in skin_background_init_from()
89 display->rect.pos.x = aconfig_int(node, "x", 0); in skin_display_init_from()
90 display->rect.pos.y = aconfig_int(node, "y", 0); in skin_display_init_from()
91 display->rect.size.w = aconfig_int(node, "width", 0); in skin_display_init_from()
92 display->rect.size.h = aconfig_int(node, "height", 0); in skin_display_init_from()
219 int x = aconfig_int(node, "x", 0); in skin_button_create_from()
220 int y = aconfig_int(node, "y", 0); in skin_button_create_from()
267 int x = aconfig_int(node, "x", 0); in skin_location_create_from_v2()
268 int y = aconfig_int(node, "y", 0); in skin_location_create_from_v2()
269 SkinRotation rot = aconfig_int(node, "rotation", SKIN_ROTATION_0); in skin_location_create_from_v2()
492 width = aconfig_int( root, "width", 400 ); in skin_layout_create_from_v2()
493 height = aconfig_int( root, "height", 400 ); in skin_layout_create_from_v2()
513 layout->dpad_rotation = aconfig_int( root, "dpad-rotation", 0 ); in skin_layout_create_from_v2()