Searched refs:new_count (Results 1 – 1 of 1) sorted by relevance
1183 const int new_count = entry_idx + 1; in ApplyStyle() local1185 realloc(type.release(), sizeof(ThemeType) + (new_count * sizeof(ThemeEntry))))); in ApplyStyle()1189 (new_count - type->entry_count) * sizeof(ThemeEntry)); in ApplyStyle()1190 type->entry_count = new_count; in ApplyStyle()