Searched refs:gdef_blob (Results 1 – 2 of 2) sorted by relevance
53 layout->gdef_blob = OT::Sanitizer<OT::GDEF>::sanitize (face->reference_table (HB_OT_TAG_GDEF)); in HB_SHAPER_DATA_ENSURE_DECLARE()54 layout->gdef = OT::Sanitizer<OT::GDEF>::lock_instance (layout->gdef_blob); in HB_SHAPER_DATA_ENSURE_DECLARE()94 hb_blob_destroy (layout->gdef_blob); in _hb_ot_layout_destroy()
138 hb_blob_t *gdef_blob; member