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

/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/otvalid/
H A Dotvgpos.c598 FT_UInt Coverage, EntryExitCount; local
606 EntryExitCount = FT_NEXT_USHORT( p );
608 OTV_TRACE(( " (EntryExitCount = %d)\n", EntryExitCount ));
612 (FT_Int)EntryExitCount );
614 OTV_LIMIT_CHECK( EntryExitCount * 4 );
616 table_size = EntryExitCount * 4 + 4;
619 for ( ; EntryExitCount > 0; EntryExitCount-- )

Completed in 42 milliseconds