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; 87 SkinLocation* __loc = (layout)->locations; \ 89 SkinLocation* __loc_next = (__loc)->next; \ 90 SkinLocation* loc = __loc;
|
D | file.c | 280 static SkinLocation* 288 SkinLocation* location; in skin_location_create_from_v2() 504 SkinLocation** ptail; in skin_layout_create_from_v2() 537 SkinLocation* location = skin_location_create_from_v2( node, parts ); in skin_layout_create_from_v2() 568 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() 638 button_init( Button* button, SkinButton* sbutton, SkinLocation* loc, Background* back, SkinRect… in button_init()
|