Searched refs:lookups (Results 1 - 9 of 9) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-map.cc36 for (unsigned int i = 0; i < lookups[table_index].len; i++)
37 hb_set_add (lookups_out, lookups[table_index][i].index);
110 hb_ot_map_t::lookup_map_t *lookup = m.lookups[table_index].push ();
298 /* Sort lookups and merge duplicates */
299 if (last_num_lookups < m.lookups[table_index].len)
301 m.lookups[table_index].qsort (last_num_lookups, m.lookups[table_index].len);
304 for (unsigned int i = j + 1; i < m.lookups[table_index].len; i++)
305 if (m.lookups[table_index][i].index != m.lookups[table_inde
[all...]
H A Dhb-ot-shape-private.hh49 inline void collect_lookups (hb_tag_t table_tag, hb_set_t *lookups) const
57 map.collect_lookups (table_index, lookups);
H A Dhb-ot-map-private.hh115 unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].last_lookup : lookups[table_index].len;
116 *plookups = &lookups[table_index][start];
120 HB_INTERNAL void collect_lookups (unsigned int table_index, hb_set_t *lookups) const;
131 lookups[table_index].finish ();
145 hb_prealloced_array_t<lookup_map_t, 32> lookups[2]; /* GSUB/GPOS */
H A Dhb-ot-shape.cc544 * They won't get in the way of lookups anyway,
896 hb_set_t lookups; local
897 lookups.init ();
898 hb_ot_shape_plan_collect_lookups (shape_plan, HB_OT_TAG_GSUB, &lookups);
905 for (hb_codepoint_t lookup_index = -1; hb_set_next (&lookups, &lookup_index);)
H A Dhb-ot-layout.cc993 * access to GSUB/GPOS lookups.
1194 unsigned int lookup_index = lookups[table_index][i].index;
1197 c.set_lookup_mask (lookups[table_index][i].mask);
1198 c.set_auto_zwj (lookups[table_index][i].auto_zwj);
H A Dhb-ot-shape-complex-indic.cc335 * lookups for init,pres,abvs,blws features.
402 /* Do this before any lookups have been applied. */
453 &lookups, &count);
461 if (hb_ot_layout_lookup_would_substitute_fast (face, lookups[i].index, glyphs, glyphs_count, zero_context))
467 const hb_ot_map_t::lookup_map_t *lookups; member in struct:would_substitute_feature_t
561 * some broken fonts (like Free Sans) simply copied lookups
563 * And oddly enough, Uniscribe seems to respect those lookups.
565 * base at 0. The font however, only has lookups matching
/openjdk10/jdk/test/java/lang/invoke/AccessControlTest_subpkg/
H A DAcquaintance_remote.java8 public static Lookup[] lookups() { method in class:Acquaintance_remote
/openjdk10/jdk/test/java/lang/invoke/
H A DRevealDirectTest.java351 void testOnMembers(String tname, List<Member> mems, Lookup lookup, Lookup... lookups) throws Throwable { argument
353 Lookup revLookup = (lookups.length > 0) ? lookups[0] : null;
355 Lookup refLookup = (lookups.length > 1) ? lookups[1] : null;
357 assert(lookups.length <= 2);
H A DAccessControlTest.java244 // privacy is strictly enforced on lookups
383 makeCases(lookups());
506 static Lookup[] lookups() { method in class:AccessControlTest
513 Collections.addAll(tem,Acquaintance_remote.lookups());
517 Lookup[] remls = (Lookup[]) remc.getMethod("lookups").invoke(null);
561 public static Lookup[] lookups() { ...

Completed in 113 milliseconds