HomeSort by relevance Sort by last modified time
    Searched refs:SkinLocation (Results 1 - 3 of 3) sorted by null

  /external/qemu/android/skin/
file.h 65 typedef struct SkinLocation {
69 struct SkinLocation* next;
70 } SkinLocation;
82 SkinLocation* locations;
87 SkinLocation* __loc = (layout)->locations; \
89 SkinLocation* __loc_next = (__loc)->next; \
90 SkinLocation* loc = __loc;
file.c 280 static SkinLocation*
288 SkinLocation* location;
504 SkinLocation** ptail;
537 SkinLocation* location = skin_location_create_from_v2( node, parts );
568 SkinLocation* location;
window.c 48 background_init( Background* back, SkinBackground* sback, SkinLocation* loc, SkinRect* frame )
107 display_init( ADisplay* disp, SkinDisplay* sdisp, SkinLocation* loc, SkinRect* frame )
649 button_init( Button* button, SkinButton* sbutton, SkinLocation* loc, Background* back, SkinRect* frame, SkinLayout* slayout )
    [all...]

Completed in 23 milliseconds