Searched refs:ThemeType (Results 1 – 1 of 1) sorted by relevance
1341 struct ThemeType { struct1353 std::array<util::unique_cptr<ThemeType>, kTypeCount> types;1370 ThemeType* last_type = nullptr; in ApplyStyle()1404 util::unique_cptr<ThemeType>& type = last_package->types[type_idx]; in ApplyStyle()1408 type.reset(reinterpret_cast<ThemeType*>( in ApplyStyle()1409 calloc(sizeof(ThemeType) + (entry_idx + 1) * sizeof(ThemeEntry), 1))); in ApplyStyle()1415 type.reset(reinterpret_cast<ThemeType*>( in ApplyStyle()1416 realloc(type.release(), sizeof(ThemeType) + (new_count * sizeof(ThemeEntry))))); in ApplyStyle()1450 const ThemeType* type = package->types[type_idx].get(); in GetAttribute()1532 const ThemeType *type = package->types[t].get(); in SetTo()[all …]