Searched refs:SkinLocation (Results 1 – 3 of 3) sorted by relevance
/external/qemu/android/skin/ |
D | file.h | 65 typedef struct SkinLocation { struct 69 struct SkinLocation* next; argument 70 } SkinLocation; typedef 82 SkinLocation* locations; 90 SkinLocation* __loc = (layout)->locations; \ 92 SkinLocation* __loc_next = (__loc)->next; \ 93 SkinLocation* loc = __loc;
|
D | file.c | 280 static SkinLocation* 288 SkinLocation* location; in skin_location_create_from_v2() 507 SkinLocation** ptail; in skin_layout_create_from_v2() 554 SkinLocation* location = skin_location_create_from_v2( node, parts ); in skin_layout_create_from_v2() 585 SkinLocation* location; in skin_file_load_from_v1()
|
D | window.c | 48 background_init( Background* back, SkinBackground* sback, SkinLocation* loc, SkinRect* frame ) in background_init() 107 display_init( ADisplay* disp, SkinDisplay* sdisp, SkinLocation* loc, SkinRect* frame ) in display_init() 649 button_init( Button* button, SkinButton* sbutton, SkinLocation* loc, Background* back, SkinRect… in button_init()
|