HomeSort by relevance Sort by last modified time
    Searched refs:currentInsertCount (Results 1 - 2 of 2) sorted by null

  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gxvalid/
gxvmort5.c 159 FT_Byte currentInsertCount;
176 currentInsertCount = (FT_Byte)( ( flags >> 5 ) & 0x1F );
182 if ( 0 != currentInsertList && 0 != currentInsertCount )
185 currentInsertCount,
gxvmorx5.c 157 FT_Byte currentInsertCount;
174 currentInsertCount = (FT_Byte)( ( flags >> 5 ) & 0x1F );
180 if ( currentInsertList && 0 != currentInsertCount )
182 currentInsertCount,

Completed in 243 milliseconds