Home
last modified time | relevance | path

Searched refs:CFF1Index (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-cff1-table.hh47 typedef CFFIndex<HBUINT16> CFF1Index; typedef
50 typedef CFFIndex<HBUINT16> CFF1Index; typedef
51 typedef CFF1Index CFF1CharStrings;
594 struct CFF1StringIndex : CFF1Index
619 bool result = CFF1Index::serialize (c, offSize_, bytesArray); in serialize()
637 return CFF1Index::calculate_serialized_size (offSize_, sidmap.get_population (), dataSize); in calculate_serialized_size()
997 typedef CFF1Index CFF1NameIndex;
Dhb-subset-cff1.cc799 …final_size += CFF1Index::calculate_serialized_size (offsets.FDArrayInfo.offSize, subset_fdcount, d… in create()