Searched refs:lookupList (Results 1 – 5 of 5) sorted by relevance
209 LookupList lookupList, ClassTable classTable) { in buildArabicTables() argument251 init.addLookup(lookupList.addLookup(initLookup)); in buildArabicTables()252 medi.addLookup(lookupList.addLookup(mediLookup)); in buildArabicTables()253 fina.addLookup(lookupList.addLookup(finaLookup)); in buildArabicTables()254 liga.addLookup(lookupList.addLookup(ligaLookup)); in buildArabicTables()318 public static int[] buildLookups(CanonicalCharacterData data, LookupList lookupList, int script) in buildLookups() argument345 lookups[0] = lookupList.addLookup(compLookup); in buildLookups()346 lookups[1] = lookupList.addLookup(dcmpLookup); in buildLookups()467 LookupList lookupList = new LookupList(); in buildDecompTables() local484 int[] lookups = buildLookups(data, lookupList, script); in buildDecompTables()[all …]
22 private LookupList lookupList; field in GSUBWriter32 lookupList = theLookupList; in GSUBWriter()57 lookupList.writeLookupList(this); in writeTable()
381 List<SimpleFactoryLookupKey> lookupList = new ArrayList<>(); in make() local385 lookupList.add(new SimpleFactoryLookupKey(cur, matchString)); in make()397 Iterator<SimpleFactoryLookupKey> iter = lookupList.iterator(); in make()413 iter = lookupList.iterator(); in make()
2871 { return (this+lookupList).len; } in get_lookup_count()2873 { return (this+lookupList)[i]; } in get_lookup()2912 CastR<OffsetTo<TLookupList>> (out->lookupList) in subset()2914 CastR<OffsetTo<TLookupList>> (lookupList), in subset()2941 CastR<OffsetTo<TLookupList>> (lookupList).sanitize (c, this)))) in sanitize()2995 lookupList; /* LookupList table */ member
2431 stbtt_uint8 *lookupList; in stbtt__GetGlyphGPOSInfoAdvance() local2444 lookupList = data + lookupListOffset; in stbtt__GetGlyphGPOSInfoAdvance()2445 lookupCount = ttUSHORT(lookupList); in stbtt__GetGlyphGPOSInfoAdvance()2448 stbtt_uint16 lookupOffset = ttUSHORT(lookupList + 2 + 2 * i); in stbtt__GetGlyphGPOSInfoAdvance()2449 stbtt_uint8 *lookupTable = lookupList + lookupOffset; in stbtt__GetGlyphGPOSInfoAdvance()