Home
last modified time | relevance | path

Searched refs:source_table (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-subset.cc224 hb_blob_t *source_table = hb_face_reference_table (plan->source, tag); in _subset_table()
225 if (likely (source_table)) in _subset_table()
226 result = plan->add_table (tag, source_table); in _subset_table()
229 hb_blob_destroy (source_table); in _subset_table()
/third_party/harfbuzz/src/
Dhb-subset.cc288 hb_blob_t *source_table = hb_face_reference_table (plan->source, tag); in _subset_table()
289 bool result = plan->add_table (tag, source_table); in _subset_table()
290 hb_blob_destroy (source_table); in _subset_table()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-subset.cc272 hb_blob_t *source_table = hb_face_reference_table (plan->source, tag); in _passthrough() local
273 bool result = plan->add_table (tag, source_table); in _passthrough()
274 hb_blob_destroy (source_table); in _passthrough()
/third_party/glib/gio/
Dgsettingsschema.c622 GHashTable *source_table = NULL; in end_element() local
632 source_table = info->summaries; in end_element()
634 source_table = info->descriptions; in end_element()
636 if (source_table && schema_id && key_name) in end_element()
641 schema_table = g_hash_table_lookup (source_table, schema_id); in end_element()
646 g_hash_table_insert (source_table, g_strdup (schema_id), schema_table); in end_element()