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

  /external/harfbuzz_ng/src/
hb-ot-layout-private.hh 139 hb_blob_t *gsub_blob; member in struct:hb_ot_layout_t
hb-ot-layout.cc 56 layout->gsub_blob = OT::Sanitizer<OT::GSUB>::sanitize (face->reference_table (HB_OT_TAG_GSUB));
57 layout->gsub = OT::Sanitizer<OT::GSUB>::lock_instance (layout->gsub_blob);
95 hb_blob_destroy (layout->gsub_blob);

Completed in 34 milliseconds