Searched refs:ThemeType (Results 1 – 1 of 1) sorted by relevance
1110 struct ThemeType { struct1122 std::array<util::unique_cptr<ThemeType>, kTypeCount> types;1139 ThemeType* last_type = nullptr; in ApplyStyle()1173 util::unique_cptr<ThemeType>& type = last_package->types[type_idx]; in ApplyStyle()1177 type.reset(reinterpret_cast<ThemeType*>( in ApplyStyle()1178 calloc(sizeof(ThemeType) + (entry_idx + 1) * sizeof(ThemeEntry), 1))); in ApplyStyle()1184 type.reset(reinterpret_cast<ThemeType*>( in ApplyStyle()1185 realloc(type.release(), sizeof(ThemeType) + (new_count * sizeof(ThemeEntry))))); in ApplyStyle()1219 const ThemeType* type = package->types[type_idx].get(); in GetAttribute()1301 const ThemeType *type = package->types[t].get(); in SetTo()[all …]