Home
last modified time | relevance | path

Searched refs:Validate (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/tests/unit/
Dscreen_ui_test.cpp269 ASSERT_TRUE(GraphicMenu::Validate(200, 200, header.get(), items)); in TEST_F()
273 ASSERT_FALSE(GraphicMenu::Validate(299, 200, wide_surface.get(), items)); in TEST_F()
277 ASSERT_FALSE(GraphicMenu::Validate(200, 249, header.get(), items)); in TEST_F()
/bootable/recovery/recovery_ui/include/recovery_ui/
Dscreen_ui.h179 static bool Validate(size_t max_width, size_t max_height, const GRSurface* graphic_headers,
/bootable/recovery/recovery_ui/
Dscreen_ui.cpp260 bool GraphicMenu::Validate(size_t max_width, size_t max_height, const GRSurface* graphic_headers, in Validate() function in GraphicMenu
1166 if (GraphicMenu::Validate(max_width, max_height, graphic_header, graphic_items)) { in CreateMenu()