Home
last modified time | relevance | path

Searched refs:graphic_headers (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/recovery_ui/include/recovery_ui/
Dscreen_ui.h170 GraphicMenu(const GRSurface* graphic_headers, const std::vector<const GRSurface*>& graphic_items,
179 static bool Validate(size_t max_width, size_t max_height, const GRSurface* graphic_headers,
/bootable/recovery/recovery_ui/
Dscreen_ui.cpp200 GraphicMenu::GraphicMenu(const GRSurface* graphic_headers, in GraphicMenu() argument
204 graphic_headers_ = graphic_headers->Clone(); in GraphicMenu()
260 bool GraphicMenu::Validate(size_t max_width, size_t max_height, const GRSurface* graphic_headers, in Validate() argument
263 if (!ValidateGraphicSurface(max_width, max_height, offset, graphic_headers)) { in Validate()
266 offset += graphic_headers->height; in Validate()