Searched refs:Validate (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/tests/unit/ |
D | screen_ui_test.cpp | 269 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/ |
D | screen_ui.h | 179 static bool Validate(size_t max_width, size_t max_height, const GRSurface* graphic_headers,
|
/bootable/recovery/recovery_ui/ |
D | screen_ui.cpp | 260 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()
|