Searched refs:text_image (Results 1 – 1 of 1) sorted by relevance
269 GRSurface* text_image = nullptr; in SelectAndShowBackgroundText() local270 LoadLocalizedBitmap(name.c_str(), &text_image); in SelectAndShowBackgroundText()271 if (!text_image) { in SelectAndShowBackgroundText()275 surfaces.emplace(name, std::unique_ptr<GRSurface, decltype(&free)>(text_image, &free)); in SelectAndShowBackgroundText()