Home | History | Annotate | Download | only in truetype

Lines Matching refs:tupleCount

508     blend->tuplecount  = gvar_head.globalCoordCount;
513 blend->tuplecount ));
542 if ( blend->tuplecount != 0 )
545 gvar_head.axisCount * blend->tuplecount ) )
549 FT_FRAME_ENTER( blend->tuplecount * gvar_head.axisCount * 2L ) )
552 for ( i = 0; i < blend->tuplecount; i++ )
1351 FT_UInt tupleCount;
1413 tupleCount = FT_GET_USHORT();
1417 if ( offsetToData + tupleCount * 4 > table_len )
1429 /* `tupleCount', but John Jenkins says that shared points don't apply */
1432 FT_TRACE5(( "cvar: there are %d tuples:\n", tupleCount & 0xFFF ));
1434 for ( i = 0; i < ( tupleCount & 0xFFF ); i++ )
1847 FT_UInt tupleCount;
1893 tupleCount = FT_GET_USHORT();
1897 if ( offsetToData + ( tupleCount & GX_TC_TUPLE_COUNT_MASK ) * 4 >
1909 if ( tupleCount & GX_TC_TUPLES_SHARE_POINT_NUMBERS )
1924 tupleCount & GX_TC_TUPLE_COUNT_MASK ));
1929 for ( i = 0; i < ( tupleCount & GX_TC_TUPLE_COUNT_MASK ); i++ )
1947 else if ( ( tupleIndex & GX_TI_TUPLE_INDEX_MASK ) >= blend->tuplecount )