Searched refs:GRSurface (Results 1 – 7 of 7) sorted by relevance
/system/core/healthd/ |
D | healthd_draw.h | 34 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);
|
D | healthd_mode_charger.h | 30 class GRSurface; variable 57 virtual int CreateDisplaySurface(const std::string& name, GRSurface** surface); 59 GRSurface*** surface); 83 GRSurface* surf_unknown_ = nullptr;
|
D | animation.h | 24 class GRSurface; variable 37 GRSurface* surface;
|
D | healthd_mode_charger_test.cpp | 111 MOCK_METHOD(int, CreateDisplaySurface, (const std::string& name, GRSurface** surface)); 113 (const std::string& name, int* frames, int* fps, GRSurface*** surface)); 139 GRSurface* multi[] = {nullptr}; in ExpectChargerResAt() 142 .WillRepeatedly(Invoke([](const auto&, GRSurface** surface) { in ExpectChargerResAt() 148 .WillRepeatedly(Invoke([&](const auto&, int* frames, int* fps, GRSurface*** surface) { in ExpectChargerResAt()
|
D | healthd_draw.cpp | 81 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()
|
D | healthd_mode_charger.cpp | 707 GRSurface** scale_frames; in Init() 741 int Charger::CreateDisplaySurface(const std::string& name, GRSurface** surface) { in CreateDisplaySurface() 746 GRSurface*** surface) { in CreateMultiDisplaySurface()
|
/system/extras/slideshow/ |
D | slideshow.cpp | 60 GRSurface* surface; in draw()
|