Searched refs:curEntries (Results 1 – 1 of 1) sorted by relevance
3482 theme_entry* curEntries = NULL; in applyStyle() local3515 curEntries = curPI->types[t].entries; in applyStyle()3516 if (curEntries == NULL) { in applyStyle()3523 curEntries = (theme_entry*)malloc(buff_size); in applyStyle()3524 memset(curEntries, Res_value::TYPE_NULL, buff_size); in applyStyle()3526 curPI->types[t].entries = curEntries; in applyStyle()3535 theme_entry* curEntry = curEntries + e; in applyStyle()