Searched refs:iconTag (Results 1 – 3 of 3) sorted by relevance
383 std::string iconTag; in GetOtherIconsInfo() local386 iconTag = "global_" + iconName; in GetOtherIconsInfo()391 iconTag = "other_icons_" + iconName; in GetOtherIconsInfo()407 iconMaskValues_.emplace_back(std::make_tuple(iconTag, std::move(tmpInfo), len)); in GetOtherIconsInfo()414 const std::string &iconTag, std::unique_ptr<uint8_t[]> &outValue, size_t &len) in GetThemeIconFromCache() argument423 if (iconTag != tag) { in GetThemeIconFromCache()
1699 std::string iconTag; in GetOtherIconsInfo() local1701 iconTag = "global_" + iconName; in GetOtherIconsInfo()1703 iconTag = "other_icons_" + iconName; in GetOtherIconsInfo()1705 …RState result = ThemePackManager::GetThemePackManager()->GetThemeIconFromCache(iconTag, outValue, … in GetOtherIconsInfo()
155 …RState GetThemeIconFromCache(const std::string &iconTag, std::unique_ptr<uint8_t[]> &outValue, siz…