Searched defs:FeatureCount (Results 1 - 1 of 1) sorted by relevance

/external/freetype/src/otvalid/
H A Dotvcommn.c478 FT_UInt FeatureCount; local
484 FeatureCount = FT_NEXT_USHORT( p );
486 OTV_TRACE(( " (FeatureCount = %d)\n", FeatureCount ));
488 OTV_LIMIT_CHECK( FeatureCount * 2 );
493 for ( ; FeatureCount > 0; FeatureCount-- )
522 FT_UInt FeatureCount; local
530 FeatureCount = FT_NEXT_USHORT( p );
533 OTV_TRACE(( " (FeatureCount
[all...]

Completed in 268 milliseconds