Lines Matching refs:OT
335 blob = hb_sanitize_context_t ().sanitize_blob<OT::OpenTypeFontFile> (blob);
344 unsigned int name_table_length = OT::name::min_size +
345 ARRAY_LENGTH (name_IDs) * OT::NameRecord::static_size +
360 OT::name &name = StructAtOffset<OT::name> (new_sfnt_data, name_table_offset);
366 OT::NameRecord &record = name.nameRecordZ[i];
384 const OT::OpenTypeFontFile &file = * (OT::OpenTypeFontFile *) (new_sfnt_data);
390 const OT::OpenTypeFontFace &face = file.get_face (face_index);
394 OT::TableRecord &record = const_cast<OT::TableRecord &> (face.get_table (index));