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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-tt-font.cc 55 tt->hhea = Sanitizer<hhea>::lock_instance (tt->hhea_blob);
hb-ot-layout.cc 51 layout->gdef = OT::Sanitizer<OT::GDEF>::lock_instance (layout->gdef_blob);
54 layout->gsub = OT::Sanitizer<OT::GSUB>::lock_instance (layout->gsub_blob);
57 layout->gpos = OT::Sanitizer<OT::GPOS>::lock_instance (layout->gpos_blob);
hb-font.cc 595 const OT::OpenTypeFontFile &ot_file = *OT::Sanitizer<OT::OpenTypeFontFile>::lock_instance (data->blob);
746 const OT::head *head_table = OT::Sanitizer<OT::head>::lock_instance (head_blob);
771 const OT::maxp *maxp_table = OT::Sanitizer<OT::maxp>::lock_instance (maxp_blob);
hb-uniscribe.cc 123 const OT::name *name_table = OT::Sanitizer<OT::name>::lock_instance (blob);
hb-open-type-private.hh 343 static const Type* lock_instance (hb_blob_t *blob) { function in struct:OT::Sanitizer
  /external/harfbuzz_ng/src/
hb-tt-font.cc 55 tt->hhea = Sanitizer<hhea>::lock_instance (tt->hhea_blob);
hb-ot-layout.cc 51 layout->gdef = OT::Sanitizer<OT::GDEF>::lock_instance (layout->gdef_blob);
54 layout->gsub = OT::Sanitizer<OT::GSUB>::lock_instance (layout->gsub_blob);
57 layout->gpos = OT::Sanitizer<OT::GPOS>::lock_instance (layout->gpos_blob);
hb-font.cc 595 const OT::OpenTypeFontFile &ot_file = *OT::Sanitizer<OT::OpenTypeFontFile>::lock_instance (data->blob);
746 const OT::head *head_table = OT::Sanitizer<OT::head>::lock_instance (head_blob);
771 const OT::maxp *maxp_table = OT::Sanitizer<OT::maxp>::lock_instance (maxp_blob);
hb-uniscribe.cc 123 const OT::name *name_table = OT::Sanitizer<OT::name>::lock_instance (blob);
hb-open-type-private.hh 343 static const Type* lock_instance (hb_blob_t *blob) { function in struct:OT::Sanitizer

Completed in 366 milliseconds