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;
573 struct CFF1StringIndex : CFF1Index
598 bool result = CFF1Index::serialize (c, offSize_, bytesArray); in serialize()
616 return CFF1Index::calculate_serialized_size (offSize, sidmap.get_count (), dataSize); in calculate_serialized_size()
977 typedef CFF1Index CFF1NameIndex;
Dhb-subset-cff1.cc779 …final_size += CFF1Index::calculate_serialized_size (offsets.FDArrayInfo.offSize, subset_fdcount, d… in create()