Lines Matching refs:GRSurface
200 GraphicMenu::GraphicMenu(const GRSurface* graphic_headers, in GraphicMenu()
201 const std::vector<const GRSurface*>& graphic_items, in GraphicMenu()
260 bool GraphicMenu::Validate(size_t max_width, size_t max_height, const GRSurface* graphic_headers, in Validate()
261 const std::vector<const GRSurface*>& graphic_items) { in Validate()
279 const GRSurface* surface) { in ValidateGraphicSurface()
347 const GRSurface* ScreenRecoveryUI::GetCurrentFrame() const { in GetCurrentFrame()
354 const GRSurface* ScreenRecoveryUI::GetCurrentText() const { in GetCurrentText()
527 std::unordered_map<std::string, std::unique_ptr<GRSurface>> surfaces; in SelectAndShowBackgroundText()
608 void ScreenRecoveryUI::DrawSurface(const GRSurface* surface, int sx, int sy, int w, int h, int dx, in DrawSurface()
626 void ScreenRecoveryUI::DrawTextIcon(int x, int y, const GRSurface* surface) const { in DrawTextIcon()
809 std::unique_ptr<GRSurface> ScreenRecoveryUI::LoadBitmap(const std::string& filename) { in LoadBitmap()
810 GRSurface* surface; in LoadBitmap()
815 return std::unique_ptr<GRSurface>(surface); in LoadBitmap()
818 std::unique_ptr<GRSurface> ScreenRecoveryUI::LoadLocalizedBitmap(const std::string& filename) { in LoadLocalizedBitmap()
819 GRSurface* surface; in LoadLocalizedBitmap()
825 return std::unique_ptr<GRSurface>(surface); in LoadLocalizedBitmap()
1144 const GRSurface* graphic_header, const std::vector<const GRSurface*>& graphic_items, in CreateMenu()