Home | History | Annotate | Download | only in letest

Lines Matching refs:table

19     const void *table;
34 fTableCache[i].table = NULL;
41 DELETE_ARRAY(fTableCache[i].table);
44 fTableCache[i].table = NULL;
52 void FontTableCache::freeFontTable(const void *table) const
54 DELETE_ARRAY(table);
61 return fTableCache[i].table;
65 const void *table = readFontTable(tableTag);
67 ((FontTableCache *) this)->add(tableTag, table);
69 return table;
72 void FontTableCache::add(LETag tableTag, const void *table)
81 fTableCache[i].table = NULL;
88 fTableCache[fTableCacheCurr].table = table;