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

  /external/freetype/src/base/
ftrfork.c 724 FT_UShort n_of_entries; local
750 if ( FT_READ_USHORT( n_of_entries ) )
752 if ( n_of_entries == 0 )
755 for ( i = 0; i < n_of_entries; i++ )
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftrfork.c 724 FT_UShort n_of_entries; local
750 if ( FT_READ_USHORT( n_of_entries ) )
752 if ( n_of_entries == 0 )
755 for ( i = 0; i < n_of_entries; i++ )
  /external/pdfium/third_party/freetype/src/base/
ftrfork.c 724 FT_UShort n_of_entries; local
750 if ( FT_READ_USHORT( n_of_entries ) )
752 if ( n_of_entries == 0 )
755 for ( i = 0; i < n_of_entries; i++ )

Completed in 91 milliseconds