Lines Matching refs:OT
72 hb_blob_t *sanitized = hb_sanitize_context_t ().sanitize_blob<OT::OpenTypeFontFile> (hb_blob_reference (blob));
73 const OT::OpenTypeFontFile& ot = *sanitized->as<OT::OpenTypeFontFile> ();
181 const OT::OpenTypeFontFile &ot_file = *data->blob->as<OT::OpenTypeFontFile> ();
183 const OT::OpenTypeFontFace &ot_face = ot_file.get_face (data->index, &base_offset);
185 const OT::OpenTypeTable &table = ot_face.get_table_by_tag (tag);
215 blob = hb_sanitize_context_t ().sanitize_blob<OT::OpenTypeFontFile> (hb_blob_reference (blob));
555 const OT::OpenTypeFontFile &ot_file = *data->blob->as<OT::OpenTypeFontFile> ();
556 const OT::OpenTypeFontFace &ot_face = ot_file.get_face (data->index);
684 OT::OpenTypeFontFile *f = c.start_serialize<OT::OpenTypeFontFile> ();
688 hb_tag_t sfnt_tag = is_cff ? OT::OpenTypeFontFile::CFFTag : OT::OpenTypeFontFile::TrueTypeTag;