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

  /external/chromium_org/third_party/harfbuzz-ng/src/
main.cc 68 const OpenTypeFontFile &ot = *CastP<OpenTypeFontFile> (font_data);
71 case OpenTypeFontFile::TrueTypeTag:
74 case OpenTypeFontFile::CFFTag:
77 case OpenTypeFontFile::TTCTag:
80 case OpenTypeFontFile::TrueTag:
83 case OpenTypeFontFile::Typ1Tag:
hb-open-file-private.hh 49 struct OpenTypeFontFile;
72 friend struct OpenTypeFontFile;
151 friend struct OpenTypeFontFile;
198 struct OpenTypeFontFile
hb-face.cc 142 const OT::OpenTypeFontFile &ot_file = *OT::Sanitizer<OT::OpenTypeFontFile>::lock_instance (data->blob);
172 hb_face_for_data_closure_t *closure = _hb_face_for_data_closure_create (OT::Sanitizer<OT::OpenTypeFontFile>::sanitize (hb_blob_reference (blob)), index);
hb-uniscribe.cc 349 blob = OT::Sanitizer<OT::OpenTypeFontFile>::sanitize (blob);
397 const OT::OpenTypeFontFile &file = * (OT::OpenTypeFontFile *) (new_sfnt_data);
  /external/harfbuzz_ng/src/
main.cc 68 const OpenTypeFontFile &ot = *CastP<OpenTypeFontFile> (font_data);
71 case OpenTypeFontFile::TrueTypeTag:
74 case OpenTypeFontFile::CFFTag:
77 case OpenTypeFontFile::TTCTag:
80 case OpenTypeFontFile::TrueTag:
83 case OpenTypeFontFile::Typ1Tag:
hb-open-file-private.hh 49 struct OpenTypeFontFile;
72 friend struct OpenTypeFontFile;
151 friend struct OpenTypeFontFile;
198 struct OpenTypeFontFile
hb-font.cc 595 const OT::OpenTypeFontFile &ot_file = *OT::Sanitizer<OT::OpenTypeFontFile>::lock_instance (data->blob);
614 hb_face_for_data_closure_t *closure = _hb_face_for_data_closure_create (OT::Sanitizer<OT::OpenTypeFontFile>::sanitize (hb_blob_reference (blob)), index);

Completed in 25 milliseconds