Searched refs:ThemeEntry (Results 1 – 1 of 1) sorted by relevance
883 struct ThemeEntry { struct891 ThemeEntry entries[0];957 calloc(sizeof(ThemeType) + (entry_idx + 1) * sizeof(ThemeEntry), 1))); in ApplyStyle()964 realloc(type.release(), sizeof(ThemeType) + (new_count * sizeof(ThemeEntry))))); in ApplyStyle()968 (new_count - type->entry_count) * sizeof(ThemeEntry)); in ApplyStyle()975 ThemeEntry& entry = last_type->entries[entry_idx]; in ApplyStyle()1002 const ThemeEntry& entry = type->entries[entry_idx]; in GetAttribute()1088 const size_t type_alloc_size = sizeof(ThemeType) + (type->entry_count * sizeof(ThemeEntry)); in SetTo()