Home
last modified time | relevance | path

Searched refs:GRSurface (Results 1 – 5 of 5) sorted by relevance

/system/core/healthd/
Dhealthd_draw.h34 void redraw_screen(const animation* batt_anim, GRSurface* surf_unknown);
43 virtual int draw_surface_centered(GRSurface* surface);
59 virtual void draw_unknown(GRSurface* surf_unknown);
Danimation.h23 class GRSurface; variable
36 GRSurface* surface;
Dhealthd_draw.cpp62 void HealthdDraw::redraw_screen(const animation* batt_anim, GRSurface* surf_unknown) { in redraw_screen()
86 int HealthdDraw::draw_surface_centered(GRSurface* surface) { in draw_surface_centered()
207 void HealthdDraw::draw_unknown(GRSurface* surf_unknown) { in draw_unknown()
Dhealthd_mode_charger.cpp114 GRSurface* surf_unknown;
703 GRSurface** scale_frames; in healthd_mode_charger_init()
/system/extras/slideshow/
Dslideshow.cpp60 GRSurface* surface; in draw()