Home
last modified time | relevance | path

Searched refs:gsub_blob (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout.cc56 layout->gsub_blob = OT::Sanitizer<OT::GSUB>::sanitize (face->reference_table (HB_OT_TAG_GSUB)); in _hb_ot_layout_create()
57 layout->gsub = OT::Sanitizer<OT::GSUB>::lock_instance (layout->gsub_blob); in _hb_ot_layout_create()
73 unsigned int gsub_len = hb_blob_get_length (layout->gsub_blob); in _hb_ot_layout_create()
206 hb_blob_destroy (layout->gsub_blob); in _hb_ot_layout_destroy()
Dhb-ot-layout-private.hh157 hb_blob_t *gsub_blob; member