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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-private.hh 250 hb_blob_t *gsub_blob; member in struct:hb_ot_layout_t
hb-ot-layout.cc 53 layout->gsub_blob = OT::Sanitizer<OT::GSUB>::sanitize (face->reference_table (HB_OT_TAG_GSUB));
54 layout->gsub = OT::Sanitizer<OT::GSUB>::lock_instance (layout->gsub_blob);
90 hb_blob_destroy (layout->gsub_blob);
  /external/harfbuzz_ng/src/
hb-ot-layout-private.hh 250 hb_blob_t *gsub_blob; member in struct:hb_ot_layout_t
hb-ot-layout.cc 53 layout->gsub_blob = OT::Sanitizer<OT::GSUB>::sanitize (face->reference_table (HB_OT_TAG_GSUB));
54 layout->gsub = OT::Sanitizer<OT::GSUB>::lock_instance (layout->gsub_blob);
84 hb_blob_destroy (layout->gsub_blob);

Completed in 29 milliseconds