Searched refs:ValidateGraphicSurface (Results 1 – 2 of 2) sorted by relevance
/bootable/recovery/recovery_ui/include/recovery_ui/ |
D | screen_ui.h | 183 static bool ValidateGraphicSurface(size_t max_width, size_t max_height, int y,
|
/bootable/recovery/recovery_ui/ |
D | screen_ui.cpp | 263 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
|