HomeSort by relevance Sort by last modified time
    Searched defs:source_table (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/src/
hb-subset.cc 203 hb_blob_t *source_table = hb_face_reference_table (plan->source, tag); local
204 if (likely (source_table))
205 result = plan->add_table (tag, source_table);
208 hb_blob_destroy (source_table);
hb-ot-hmtx-table.hh 116 const char *source_table = hb_blob_get_data (_mtx.table.get_blob (), nullptr); local
118 LongMetric * old_metrics = (LongMetric *) source_table;

Completed in 229 milliseconds