Home | History | Annotate | Download | only in leperf

Lines Matching refs:table

23   const void *table;
39 fTableCache[i].table = NULL;
47 LE_DELETE_ARRAY(fTableCache[i].table);
50 fTableCache[i].table = NULL;
59 void FontTableCache::freeFontTable(const void *table) const
61 LE_DELETE_ARRAY(table);
69 return fTableCache[i].table;
73 const void *table = readFontTable(tableTag, length);
75 ((FontTableCache *) this)->add(tableTag, table, length);
77 return table;
80 void FontTableCache::add(LETag tableTag, const void *table, size_t length)
89 fTableCache[i].table = NULL;
97 fTableCache[fTableCacheCurr].table = table;