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

  /external/harfbuzz_ng/src/
hb-ot-layout-private.hh 138 hb_blob_t *gdef_blob; member in struct:hb_ot_layout_t
hb-ot-layout.cc 53 layout->gdef_blob = OT::Sanitizer<OT::GDEF>::sanitize (face->reference_table (HB_OT_TAG_GDEF));
54 layout->gdef = OT::Sanitizer<OT::GDEF>::lock_instance (layout->gdef_blob);
94 hb_blob_destroy (layout->gdef_blob);

Completed in 35 milliseconds