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

Lines Matching refs:GlyphCount

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