Searched refs:theme_entry (Results 1 – 2 of 2) sorted by relevance
1638 struct theme_entry { struct1646 theme_entry* entries; argument
3024 theme_entry* te = pi->types[j].entries; in free_package()3038 theme_entry* te = pi->types[j].entries; in copy_package()3040 theme_entry* newte = (theme_entry*)malloc(cnt*sizeof(theme_entry)); in copy_package()3042 memcpy(newte, te, cnt*sizeof(theme_entry)); in copy_package()3067 theme_entry* curEntries = NULL; in applyStyle()3106 curEntries = (theme_entry*)malloc(cnt*sizeof(theme_entry)); in applyStyle()3107 memset(curEntries, Res_value::TYPE_NULL, cnt*sizeof(theme_entry)); in applyStyle()3118 theme_entry* curEntry = curEntries + e; in applyStyle()3201 const theme_entry& te = ti.entries[e]; in getAttribute()3265 const theme_entry& te = ti.entries[k]; in dumpToLog()