Home | History | Annotate | Download | only in src

Lines Matching refs:GlyphCount

3072 				HB_UShort             GlyphCount,
3084 while ( i < GlyphCount )
3093 GlyphCount, nesting_level );
3131 pr->GlyphCount = GET_UShort();
3138 count = pr->GlyphCount - 1; /* only GlyphCount - 1 elements */
3378 pcr->GlyphCount = GET_UShort();
3383 if ( pcr->GlyphCount > cpf2->MaxContextLength )
3384 cpf2->MaxContextLength = pcr->GlyphCount;
3388 count = pcr->GlyphCount - 1; /* only GlyphCount - 1 elements */
3660 cpf3->GlyphCount = GET_UShort();
3667 count = cpf3->GlyphCount;
3735 count = cpf3->GlyphCount;
3825 if ( context_length != 0xFFFF && context_length < pr[k].GlyphCount )
3828 if ( buffer->in_pos + pr[k].GlyphCount > buffer->in_length )
3831 for ( i = 1, j = buffer->in_pos + 1; i < pr[k].GlyphCount; i++, j++ )
3838 if ( j + pr[k].GlyphCount - i == (HB_Int)buffer->in_length )
3847 return Do_ContextPos( gpi, pr[k].GlyphCount,
3916 if ( context_length != 0xFFFF && context_length < pr->GlyphCount )
3919 if ( buffer->in_pos + pr->GlyphCount > buffer->in_length )
3926 for ( i = 1, j = buffer->in_pos + 1; i < pr->GlyphCount; i++, j++ )
3933 if ( j + pr->GlyphCount - i == (HB_Int)buffer->in_length )
3952 error = Do_ContextPos( gpi, pr->GlyphCount,
3990 if ( context_length != 0xFFFF && context_length < cpf3->GlyphCount )
3993 if ( buffer->in_pos + cpf3->GlyphCount > buffer->in_length )
3998 for ( i = 1, j = 1; i < cpf3->GlyphCount; i++, j++ )
4005 if ( j + cpf3->GlyphCount - i == (HB_Int)buffer->in_length )
4015 return Do_ContextPos( gpi, cpf3->GlyphCount,