Searched refs:alt_index (Results 1 – 2 of 2) sorted by relevance
47 unsigned int alt_index = ((lookup_mask & glyph_mask) >> shift); in apply() local50 if (alt_index == HB_OT_MAP_MAX_VALUE && c->random) in apply()55 alt_index = c->random_number () % count + 1; in apply()58 if (unlikely (alt_index > count || alt_index == 0)) return_trace (false); in apply()68 c->replace_glyph (alternates[alt_index - 1]); in apply()
6220 int alt_index = -1; local6275 gf_picture[1].ref_frame[2] = alt_index;6277 alt_index = 1;6291 gf_picture[frame_idx].ref_frame[2] = alt_index;6296 stack_push(arf_index_stack, alt_index, arf_stack_size);6298 alt_index = frame_idx;6303 alt_index = stack_pop(arf_index_stack, arf_stack_size);6307 lst_index = alt_index;6308 alt_index = stack_pop(arf_index_stack, arf_stack_size);6322 alt_index = -1;[all …]