Home
last modified time | relevance | path

Searched defs:CFFTag (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-open-file.hh455 CFFTag = HB_TAG ('O','T','T','O'), /* OpenType with Postscript outlines */ enumerator
/third_party/skia/src/ports/
DSkTypeface_mac_ct.cpp695 constexpr SkFontTableTag CFFTag = SkSetFourByteTag('C', 'F', 'F', ' '); in onOpenStream() local