Home | History | Annotate | Download | only in truetype

Lines Matching refs:tupleCount

450     blend->tuplecount  = gvar_head.globalCoordCount;
472 blend->tuplecount ));
501 if ( blend->tuplecount != 0 )
504 gvar_head.axisCount * blend->tuplecount ) )
508 FT_FRAME_ENTER( blend->tuplecount * gvar_head.axisCount * 2L ) )
511 for ( i = 0; i < blend->tuplecount; i++ )
1293 FT_UInt tupleCount;
1355 tupleCount = FT_GET_USHORT();
1359 /* tuplecount, but John Jenkins says that shared points don't apply */
1362 FT_TRACE5(( "cvar: there are %d tuples:\n", tupleCount ));
1364 for ( i = 0; i < ( tupleCount & 0xFFF ); i++ )
1776 FT_UInt tupleCount;
1821 tupleCount = FT_GET_USHORT();
1824 if ( tupleCount & GX_TC_TUPLES_SHARE_POINT_NUMBERS )
1836 FT_TRACE5(( "gvar: there are %d tuples:\n", tupleCount ));
1838 for ( i = 0; i < ( tupleCount & GX_TC_TUPLE_COUNT_MASK ); i++ )
1856 else if ( ( tupleIndex & GX_TI_TUPLE_INDEX_MASK ) >= blend->tuplecount )