Lines Matching refs:OT
353 blob = OT::Sanitizer<OT::OpenTypeFontFile>::sanitize (blob);
362 unsigned int name_table_length = OT::name::min_size +
363 ARRAY_LENGTH (name_IDs) * OT::NameRecord::static_size +
377 OT::name &name = OT::StructAtOffset<OT::name> (new_sfnt_data, name_table_offset);
383 OT::NameRecord &record = name.nameRecord[i];
393 unsigned char *p = &OT::StructAfter<unsigned char> (name);
401 const OT::OpenTypeFontFile &file = * (OT::OpenTypeFontFile *) (new_sfnt_data);
407 const OT::OpenTypeFontFace &face = file.get_face (face_index);
411 OT::TableRecord &record = const_cast<OT::TableRecord &> (face.get_table (index));