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

  /external/harfbuzz_ng/src/
hb-ot-font.cc 63 hb_blob_t *os2_blob = OT::Sanitizer<OT::os2>::sanitize (face->reference_table (os2_tag));
64 const OT::os2 *os2 = OT::Sanitizer<OT::os2>::lock_instance (os2_blob);
76 hb_blob_t *_hea_blob = OT::Sanitizer<OT::_hea>::sanitize (face->reference_table (_hea_tag));
77 const OT::_hea *_hea = OT::Sanitizer<OT::_hea>::lock_instance (_hea_blob);
87 this->blob = OT::Sanitizer<OT::_mtx>::sanitize (face->reference_table (_mtx_tag));
103 this->table = OT::Sanitizer<OT::_mtx>::lock_instance (this->blob);
143 hb_blob_t *head_blob = OT::Sanitizer<OT::head>::sanitize (face->reference_table (HB_OT_TAG_head));
144 const OT::head *head = OT::Sanitizer<OT::head>::lock_instance (head_blob);
154 this->loca_blob = OT::Sanitizer<OT::loca>::sanitize (face->reference_table (HB_OT_TAG_loca));
155 this->loca = OT::Sanitizer<OT::loca>::lock_instance (this->loca_blob)
    [all...]
hb-face.cc 141 const OT::OpenTypeFontFile &ot_file = *OT::Sanitizer<OT::OpenTypeFontFile>::lock_instance (data->blob);
171 hb_face_for_data_closure_t *closure = _hb_face_for_data_closure_create (OT::Sanitizer<OT::OpenTypeFontFile>::sanitize (hb_blob_reference (blob)), index);
431 hb_blob_t *head_blob = OT::Sanitizer<OT::head>::sanitize (reference_table (HB_OT_TAG_head));
432 const OT::head *head_table = OT::Sanitizer<OT::head>::lock_instance (head_blob);
475 hb_blob_t *maxp_blob = OT::Sanitizer<OT::maxp>::sanitize (reference_table (HB_OT_TAG_maxp));
476 const OT::maxp *maxp_table = OT::Sanitizer<OT::maxp>::lock_instance (maxp_blob);