Lines Matching refs:GRSurface

201 GraphicMenu::GraphicMenu(const GRSurface* graphic_headers,  in GraphicMenu()
202 const std::vector<const GRSurface*>& graphic_items, in GraphicMenu()
261 bool GraphicMenu::Validate(size_t max_width, size_t max_height, const GRSurface* graphic_headers, in Validate()
262 const std::vector<const GRSurface*>& graphic_items) { in Validate()
280 const GRSurface* surface) { in ValidateGraphicSurface()
348 const GRSurface* ScreenRecoveryUI::GetCurrentFrame() const { in GetCurrentFrame()
355 const GRSurface* ScreenRecoveryUI::GetCurrentText() const { in GetCurrentText()
530 std::unordered_map<std::string, std::unique_ptr<GRSurface>> surfaces; in SelectAndShowBackgroundText()
611 void ScreenRecoveryUI::DrawSurface(const GRSurface* surface, int sx, int sy, int w, int h, int dx, in DrawSurface()
629 void ScreenRecoveryUI::DrawTextIcon(int x, int y, const GRSurface* surface) const { in DrawTextIcon()
816 std::unique_ptr<GRSurface> ScreenRecoveryUI::LoadBitmap(const std::string& filename) { in LoadBitmap()
817 GRSurface* surface; in LoadBitmap()
822 return std::unique_ptr<GRSurface>(surface); in LoadBitmap()
825 std::unique_ptr<GRSurface> ScreenRecoveryUI::LoadLocalizedBitmap(const std::string& filename) { in LoadLocalizedBitmap()
826 GRSurface* surface; in LoadLocalizedBitmap()
829 return std::unique_ptr<GRSurface>(surface); in LoadLocalizedBitmap()
837 return std::unique_ptr<GRSurface>(surface); in LoadLocalizedBitmap()
1179 const GRSurface* graphic_header, const std::vector<const GRSurface*>& graphic_items, in CreateMenu()