Home | History | Annotate | Download | only in layout

Lines Matching refs:table

22     const void *table;
37 fTableCache[i].table = NULL;
44 freeFontTable(fTableCache[i].table);
47 fTableCache[i].table = NULL;
56 void FontTableCache::freeFontTable(const void *table) const
58 LE_DELETE_ARRAY(table);
65 return fTableCache[i].table;
69 const void *table = readFontTable(tableTag);
71 ((FontTableCache *) this)->add(tableTag, table);
73 return table;
76 void FontTableCache::add(LETag tableTag, const void *table)
85 fTableCache[i].table = NULL;
92 fTableCache[fTableCacheCurr].table = table;