Lines Matching refs:tables
107 * convenient to provide data for individual tables instead of the whole font
536 * Return value: Total number of tables, or zero if it is not possible to list
627 hb_hashmap_t<hb_tag_t, hb_blob_t *> tables;
650 data->tables.init ();
660 for (hb_blob_t* b : data->tables.values())
663 data->tables.fini ();
672 unsigned int table_count = data->tables.get_population ();
675 for (hb_blob_t* b : data->tables.values())
683 c.propagate_error (data->tables);
686 bool is_cff = (data->tables.has (HB_TAG ('C','F','F',' '))
687 || data->tables.has (HB_TAG ('C','F','F','2')));
692 data->tables.iter () | hb_sink (sorted_entries);
721 return hb_blob_reference (data->tables[tag]);
729 * After tables are added to the face, it can be compiled to a binary
769 hb_blob_t* previous = data->tables.get (tag);
770 if (!data->tables.set (tag, hb_blob_reference (blob)))