Home
last modified time | relevance | path

Searched refs:OpenTypeFontFile (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dmain.cc68 const OpenTypeFontFile &ot = *CastP<OpenTypeFontFile> (font_data); in main()
71 case OpenTypeFontFile::TrueTypeTag: in main()
74 case OpenTypeFontFile::CFFTag: in main()
77 case OpenTypeFontFile::TTCTag: in main()
80 case OpenTypeFontFile::TrueTag: in main()
83 case OpenTypeFontFile::Typ1Tag: in main()
Dhb-open-file-private.hh49 struct OpenTypeFontFile;
73 friend struct OpenTypeFontFile;
154 friend struct OpenTypeFontFile;
202 struct OpenTypeFontFile struct
Dhb-face.cc135 …const OT::OpenTypeFontFile &ot_file = *OT::Sanitizer<OT::OpenTypeFontFile>::lock_instance (data->b… in _hb_face_for_data_reference_table()
165 …re_t *closure = _hb_face_for_data_closure_create (OT::Sanitizer<OT::OpenTypeFontFile>::sanitize (h… in hb_face_create()
Dhb-uniscribe.cc353 blob = OT::Sanitizer<OT::OpenTypeFontFile>::sanitize (blob); in _hb_rename_font()
401 const OT::OpenTypeFontFile &file = * (OT::OpenTypeFontFile *) (new_sfnt_data); in _hb_rename_font()