Lines Matching refs:topDict
425 topDict.init (); in init()
441 ByteStr topDictStr (cff2 + cff2->topDict, cff2->topDictSize); in init()
445 topDict.init (); in init()
446 if (unlikely (!top_interp.interpret (topDict))) { fini (); return; } in init()
449 globalSubrs = &StructAtOffset<CFF2Subrs> (cff2, cff2->topDict + cff2->topDictSize); in init()
450 varStore = &StructAtOffsetOrNull<CFF2VariationStore> (cff2, topDict.vstoreOffset); in init()
451 charStrings = &StructAtOffsetOrNull<CFF2CharStrings> (cff2, topDict.charStringsOffset); in init()
452 fdArray = &StructAtOffsetOrNull<CFF2FDArray> (cff2, topDict.FDArrayOffset); in init()
453 fdSelect = &StructAtOffsetOrNull<CFF2FDSelect> (cff2, topDict.FDSelectOffset); in init()
512 CFF2TopDictValues topDict; member
555 OffsetTo<TopDict, HBUINT8, false> topDict; /* headerSize = Offset to Top DICT. */ member