• Home
  • Raw
  • Download

Lines Matching refs:GlyphCount

207     count = ss->ssf.ssf2.GlyphCount = GET_UShort();  in Load_SingleSubst()
297 if ( index >= ss->ssf.ssf2.GlyphCount ) in Lookup_SingleSubst()
337 count = s->GlyphCount = GET_UShort(); in Load_Sequence()
497 count = ms->Sequence[index].GlyphCount; in Lookup_MultipleSubst()
538 count = as->GlyphCount = GET_UShort(); in Load_AlternateSet()
698 aset.GlyphCount, aset.Alternate, in Lookup_AlternateSubst()
1078 HB_UShort GlyphCount, in Do_ContextSubst() argument
1090 while ( i < GlyphCount ) in Do_ContextSubst()
1099 GlyphCount, nesting_level ); in Do_ContextSubst()
1146 sr->GlyphCount = GET_UShort(); in Load_SubRule()
1153 count = sr->GlyphCount - 1; /* only GlyphCount - 1 elements */ in Load_SubRule()
1393 scr->GlyphCount = GET_UShort(); in Load_SubClassRule()
1396 if ( scr->GlyphCount > csf2->MaxContextLength ) in Load_SubClassRule()
1397 csf2->MaxContextLength = scr->GlyphCount; in Load_SubClassRule()
1403 count = scr->GlyphCount - 1; /* only GlyphCount - 1 elements */ in Load_SubClassRule()
1675 csf3->GlyphCount = GET_UShort(); in Load_ContextSubst3()
1682 count = csf3->GlyphCount; in Load_ContextSubst3()
1751 count = csf3->GlyphCount; in Free_ContextSubst3()
1833 if ( context_length != 0xFFFF && context_length < sr[k].GlyphCount ) in Lookup_ContextSubst1()
1836 if ( buffer->in_pos + sr[k].GlyphCount > buffer->in_length ) in Lookup_ContextSubst1()
1839 for ( i = 1, j = buffer->in_pos + 1; i < sr[k].GlyphCount; i++, j++ ) in Lookup_ContextSubst1()
1846 if ( j + sr[k].GlyphCount - i == (HB_Int)buffer->in_length ) in Lookup_ContextSubst1()
1855 return Do_ContextSubst( gsub, sr[k].GlyphCount, in Lookup_ContextSubst1()
1922 if ( context_length != 0xFFFF && context_length < sr->GlyphCount ) in Lookup_ContextSubst2()
1925 if ( buffer->in_pos + sr->GlyphCount > buffer->in_length ) in Lookup_ContextSubst2()
1932 for ( i = 1, j = buffer->in_pos + 1; i < sr->GlyphCount; i++, j++ ) in Lookup_ContextSubst2()
1939 if ( j + sr->GlyphCount - i < (HB_Int)buffer->in_length ) in Lookup_ContextSubst2()
1958 error = Do_ContextSubst( gsub, sr->GlyphCount, in Lookup_ContextSubst2()
1995 if ( context_length != 0xFFFF && context_length < csf3->GlyphCount ) in Lookup_ContextSubst3()
1998 if ( buffer->in_pos + csf3->GlyphCount > buffer->in_length ) in Lookup_ContextSubst3()
2003 for ( i = 1, j = buffer->in_pos + 1; i < csf3->GlyphCount; i++, j++ ) in Lookup_ContextSubst3()
2010 if ( j + csf3->GlyphCount - i == (HB_Int)buffer->in_length ) in Lookup_ContextSubst3()
2020 return Do_ContextSubst( gsub, csf3->GlyphCount, in Lookup_ContextSubst3()
3562 rccs->GlyphCount = GET_UShort(); in Load_ReverseChainContextSubst()
3568 count = rccs->GlyphCount; in Load_ReverseChainContextSubst()