Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-cff1-table.hh594 struct CFF1StringIndex : CFF1Index struct
596 bool serialize (hb_serialize_context_t *c, const CFF1StringIndex &strings, in serialize() argument
1079 stringIndex = &StructAtOffset<CFF1StringIndex> (topDictIndex, topDictIndex->get_size ()); in init()
1080 if ((stringIndex == &Null (CFF1StringIndex)) || !stringIndex->sanitize (&sc)) in init()
1183 const CFF1StringIndex *stringIndex;
Dhb-subset-cff1.cc935 CFF1StringIndex *dest = c.start_embed<CFF1StringIndex> (); in _write_cff1()