Home | History | Annotate | Download | only in cff

Lines Matching refs:dataCount

1108       for ( i = 0; i < vstore->dataCount; i++ )
1160 FT_READ_USHORT( vstore->dataCount ) )
1165 if ( FT_NEW_ARRAY( dataOffsetArray, vstore->dataCount ) )
1168 for ( i = 0; i < vstore->dataCount; i++ )
1210 if ( FT_NEW_ARRAY( vstore->varData, vstore->dataCount ) )
1213 for ( i = 0; i < vstore->dataCount; i++ )
1414 if ( vsindex >= vs->dataCount )