Home | History | Annotate | Download | only in hb-old

Lines Matching defs:lookup_index

53 				       HB_UShort         lookup_index,
5771 HB_UShort lookup_index,
5789 if (lookup_index >= lookup_count)
5792 lo = &gpos->LookupList.Lookup[lookup_index];
5875 HB_UShort lookup_index,
5893 if ( ~IN_PROPERTIES( buffer->in_pos ) & properties[lookup_index] )
5902 error = GPOS_Do_Glyph_Lookup( gpi, lookup_index, buffer, context_length, nesting_level );
5978 HB_UShort lookup_index = index[i];
5979 if (lookup_index < lookup_count)
5980 properties[lookup_index] |= property;
6067 HB_UShort lookup_index = feature.LookupListIndex[j];
6070 if (lookup_index >= lookup_count)
6073 error = GPOS_Do_String_Lookup( &gpi, lookup_index, buffer );