Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/include/recovery_ui/
Dscreen_ui.h183 static bool ValidateGraphicSurface(size_t max_width, size_t max_height, int y,
/bootable/recovery/recovery_ui/
Dscreen_ui.cpp263 if (!ValidateGraphicSurface(max_width, max_height, offset, graphic_headers)) { in Validate()
269 if (!ValidateGraphicSurface(max_width, max_height, offset, item)) { in Validate()
278 bool GraphicMenu::ValidateGraphicSurface(size_t max_width, size_t max_height, int y, in ValidateGraphicSurface() function in GraphicMenu