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

  /external/chromium_org/third_party/freetype/src/sfnt/
ttload.c 757 FT_FRAME_USHORT( numNameRecords ),
798 storage_start = table_pos + 6 + 12*table->numNameRecords;
809 count = table->numNameRecords;
810 table->numNameRecords = 0;
845 table->numNameRecords = (FT_UInt)( entry - table->names );
851 face->num_names = (FT_UShort) table->numNameRecords;
    [all...]
  /external/freetype/src/sfnt/
ttload.c 754 FT_FRAME_USHORT( numNameRecords ),
795 storage_start = table_pos + 6 + 12*table->numNameRecords;
806 count = table->numNameRecords;
807 table->numNameRecords = 0;
842 table->numNameRecords = (FT_UInt)( entry - table->names );
848 face->num_names = (FT_UShort) table->numNameRecords;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
ttload.c 780 FT_FRAME_USHORT( numNameRecords ),
821 storage_start = table_pos + 6 + 12*table->numNameRecords;
832 count = table->numNameRecords;
833 table->numNameRecords = 0;
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
tttypes.h 229 /* numNameRecords :: The number of names in table. */
241 FT_UInt numNameRecords;
    [all...]
  /external/freetype/include/internal/
tttypes.h 298 /* numNameRecords :: The number of names in table. */
310 FT_UInt numNameRecords;
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
tttypes.h 229 /* numNameRecords :: The number of names in table. */
241 FT_UInt numNameRecords;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
tttypes.h 229 /* numNameRecords :: The number of names in table. */
241 FT_UInt numNameRecords;
    [all...]

Completed in 77 milliseconds