Home
last modified time | relevance | path

Searched refs:GRSurface (Results 1 – 6 of 6) 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_mode_charger.h30 class GRSurface; variable
78 GRSurface* surf_unknown_ = nullptr;
Dhealthd_draw.cpp81 void HealthdDraw::redraw_screen(const animation* batt_anim, GRSurface* surf_unknown) { in redraw_screen()
105 int HealthdDraw::draw_surface_centered(GRSurface* surface) { in draw_surface_centered()
226 void HealthdDraw::draw_unknown(GRSurface* surf_unknown) { in draw_unknown()
Dhealthd_mode_charger.cpp691 GRSurface** scale_frames; in Init()
/system/extras/slideshow/
Dslideshow.cpp60 GRSurface* surface; in draw()