Searched defs:max_width (Results 1 – 1 of 1) sorted by relevance
261 bool GraphicMenu::Validate(size_t max_width, size_t max_height, const GRSurface* graphic_headers, in Validate()279 bool GraphicMenu::ValidateGraphicSurface(size_t max_width, size_t max_height, int y, in ValidateGraphicSurface()1183 size_t max_width = ScreenWidth() - margin_width_ - kMenuIndent; in CreateMenu() local