Home
last modified time | relevance | path

Searched refs:CFFTag (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-open-file.hh443 CFFTag = HB_TAG ('O','T','T','O'), /* OpenType with Postscript outlines */ enumerator
456 case CFFTag: /* All the non-collection tags */ in get_face_count()
473 case CFFTag: /* All the non-collection tags */ in get_face()
499 case CFFTag: /* All the non-collection tags */ in sanitize()
Dmain.cc68 case OpenTypeFontFile::CFFTag: in main()
Dhb-face.cc649 hb_tag_t sfnt_tag = is_cff ? OT::OpenTypeFontFile::CFFTag : OT::OpenTypeFontFile::TrueTypeTag; in _hb_face_builder_data_reference_blob()
/external/skqp/src/ports/
DSkFontHost_mac.cpp1803 constexpr SkFontTableTag CFFTag = SkSetFourByteTag('C', 'F', 'F', ' '); in onOpenStream() local
1806 if (CFFTag == tableTags[tableIndex] || CFF2Tag == tableTags[tableIndex]) { in onOpenStream()
/external/skia/src/ports/
DSkFontHost_mac.cpp1804 constexpr SkFontTableTag CFFTag = SkSetFourByteTag('C', 'F', 'F', ' '); in onOpenStream() local
1807 if (CFFTag == tableTags[tableIndex] || CFF2Tag == tableTags[tableIndex]) { in onOpenStream()