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

  /external/freetype/src/sfnt/
ttload.c 755 FT_FRAME_USHORT( numNameRecords ),
796 storage_start = table_pos + 6 + 12*table->numNameRecords;
807 count = table->numNameRecords;
808 table->numNameRecords = 0;
843 table->numNameRecords = (FT_UInt)( entry - table->names );
849 face->num_names = (FT_UShort) table->numNameRecords;
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 229 /* numNameRecords :: The number of names in table. */
241 FT_UInt numNameRecords;
    [all...]

Completed in 36 milliseconds