Home | History | Annotate | Download | only in utils

Lines Matching defs:te

1520         theme_entry* te = pi->types[j].entries;
1521 if (te != NULL) {
1522 free(te);
1536 theme_entry* te = pi->types[j].entries;
1537 if (te != NULL) {
1540 memcpy(newte, te, cnt*sizeof(theme_entry));
1702 const theme_entry& te = ti.entries[e];
1704 *outTypeSpecFlags |= te.typeSpecFlags;
1707 te.value.dataType, te.value.data));
1708 const uint8_t type = te.value.dataType;
1712 resID = te.value.data;
1718 *outValue = te.value;
1719 return te.stringBlock;
1767 theme_entry& te = ti.entries[k];
1768 if (te.value.dataType == Res_value::TYPE_NULL) continue;
1771 te.value.dataType, (int)te.value.data, (int)te.stringBlock);