Lines Matching refs:topDict
1022 topDict.init (); in init()
1050 topDict.init (); in init()
1051 if (unlikely (!top_interp.interpret (topDict))) { fini (); return; } in init()
1058 charset = &StructAtOffsetOrNull<Charset> (cff, topDict.CharsetOffset); in init()
1065 fdArray = &StructAtOffsetOrNull<CFF1FDArray> (cff, topDict.FDArrayOffset); in init()
1066 fdSelect = &StructAtOffsetOrNull<CFF1FDSelect> (cff, topDict.FDSelectOffset); in init()
1087 charStrings = &StructAtOffsetOrNull<CFF1CharStrings> (cff, topDict.charStringsOffset); in init()
1130 cff1_top_dict_values_t *font = &topDict; in init()
1150 topDict.fini (); in fini()
1158 bool is_CID () const { return topDict.is_CID (); } in is_CID()
1160 bool is_predef_charset () const { return topDict.CharsetOffset <= ExpertSubsetCharset; } in is_predef_charset()
1170 else if ((topDict.CharsetOffset == ISOAdobeCharset) in std_code_to_glyph()
1190 cff1_top_dict_values_t topDict; member
1220 encoding = &StructAtOffsetOrNull<Encoding> (cff, topDict.EncodingOffset); in init()
1226 bool is_predef_encoding () const { return topDict.EncodingOffset <= ExpertEncoding; } in is_predef_encoding()
1237 switch (topDict.EncodingOffset) in glyph_to_code()
1259 switch (topDict.CharsetOffset) in glyph_to_sid()