Searched refs:theme_entry (Results 1 – 2 of 2) sorted by relevance
2462 theme_entry* te = pi->types[j].entries; in free_package()2478 theme_entry* te = pi->types[j].entries; in copy_package()2480 theme_entry* newte = (theme_entry*)malloc(cnt*sizeof(theme_entry)); in copy_package()2482 memcpy(newte, te, cnt*sizeof(theme_entry)); in copy_package()2507 theme_entry* curEntries = NULL; in applyStyle()2549 curEntries = (theme_entry*)malloc(cnt*sizeof(theme_entry)); in applyStyle()2550 memset(curEntries, Res_value::TYPE_NULL, cnt*sizeof(theme_entry)); in applyStyle()2561 theme_entry* curEntry = curEntries + e; in applyStyle()2644 const theme_entry& te = ti.entries[e]; in getAttribute()2709 theme_entry& te = ti.entries[k]; in dumpToLog()
1416 struct theme_entry { struct1423 theme_entry* entries; argument