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

/external/harfbuzz_ng/src/
H A Dhb-ot-map.cc52 hb_ot_map_t::lookup_map_t *lookup = lookups[table_index].push ();
114 lookups[table_index][i].index,
115 lookups[table_index][i].mask,
116 lookups[table_index][i].auto_zwj);
124 for (; i < lookups[table_index].len; i++)
125 hb_ot_layout_substitute_lookup (font, buffer, lookups[table_index][i].index,
126 lookups[table_index][i].mask,
127 lookups[table_index][i].auto_zwj);
138 hb_ot_layout_position_lookup (font, buffer, lookups[table_index][i].index,
139 lookups[table_inde
[all...]
H A Dhb-ot-shape-private.hh45 inline void collect_lookups (hb_tag_t table_tag, hb_set_t *lookups) const
53 map.collect_lookups (table_index, lookups);
H A Dhb-ot-map-private.hh115 unsigned int end = stage < pauses[table_index].len ? pauses[table_index][stage].num_lookups : 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;
126 lookups[0].finish ();
127 lookups[1].finish ();
147 hb_prealloced_array_t<lookup_map_t, 32> lookups[2]; /* GSUB/GPOS */
H A Dhb-ot-shape.cc640 hb_set_t lookups; local
641 lookups.init ();
642 hb_ot_shape_plan_collect_lookups (shape_plan, HB_OT_TAG_GSUB, &lookups);
649 for (hb_codepoint_t lookup_index = -1; hb_set_next (&lookups, &lookup_index);)
H A Dhb-ot-shape-complex-indic.cc136 return POS_BASE_C; /* Will recategorize later based on font lookups. */
419 /* Do this before any lookups have been applied. */
457 &lookups, &count);
466 if (hb_ot_layout_lookup_would_substitute_fast (face, lookups[i].index, glyphs, glyphs_count, zero_context))
472 const hb_ot_map_t::lookup_map_t *lookups; member in struct:would_substitute_feature_t
554 * some broken fonts (like Free Sans) simply copied lookups
556 * And oddly enough, Uniscribe seems to respect those lookups.
558 * base at 0. The font however, only has lookups matching
/external/libvorbis/lib/
H A Dlookups.pl15 function: lookup data; generated by lookups.pl; edit there
16 last mod: $Id: lookups.pl 13293 2007-07-24 00:09:47Z xiphmont $
H A DMakefile.am38 EXTRA_DIST = lookups.pl
/external/strace/
H A Dquota.c285 u_int32_t lookups; member in struct:v1_dqstats
297 u_int32_t lookups; member in struct:v2_dqstats
537 tprintf("{lookups=%u, ", dq.lookups);
561 tprintf("{lookups=%u, ", dq.lookups);
/external/kernel-headers/original/linux/
H A Dquota.h194 int lookups; member in struct:dqstats
/external/libxml2/
H A Dcatalog.c878 * except it bypass all catalog lookups.
/external/iproute2/doc/
H A Dip-cref.tex1675 \item \verb|used| --- the number of lookups of this route since its creation.
1955 lookups in destination-based routing tables and selecting

Completed in 897 milliseconds