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

  /external/harfbuzz_ng/src/
hb-face.cc 425 hb_blob_t *head_blob = OT::Sanitizer<OT::head>::sanitize (reference_table (HB_OT_TAG_head)); local
426 const OT::head *head_table = OT::Sanitizer<OT::head>::lock_instance (head_blob);
428 hb_blob_destroy (head_blob);
hb-ot-font.cc 158 hb_blob_t *head_blob = OT::Sanitizer<OT::head>::sanitize (face->reference_table (HB_OT_TAG_head)); local
159 const OT::head *head = OT::Sanitizer<OT::head>::lock_instance (head_blob);
163 hb_blob_destroy (head_blob);
167 hb_blob_destroy (head_blob);

Completed in 508 milliseconds