Searched defs:SkinBox (Results 1 - 1 of 1) sorted by relevance

/external/qemu/android/skin/
H A Drect.h62 } SkinBox; typedef in typeref:struct:__anon10286
64 extern void skin_box_init( SkinBox* box, int x1, int y1, int x2, int y2 );
65 extern void skin_box_minmax_init( SkinBox* box );
66 extern void skin_box_minmax_update( SkinBox* box, SkinRect* rect );
67 extern int skin_box_minmax_to_rect( SkinBox* box, SkinRect* rect );
68 extern void skin_box_from_rect( SkinBox* box, SkinRect* rect );
69 extern void skin_box_to_rect( SkinBox* box, SkinRect* rect );

Completed in 62 milliseconds