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

  /external/freetype/src/cff/
cffload.c 1129 FT_ULong* dataOffsetArray = NULL;
1166 if ( FT_NEW_ARRAY( dataOffsetArray, vstore->dataCount ) )
1171 if ( FT_READ_ULONG( dataOffsetArray[i] ) )
    [all...]
  /external/freetype/src/truetype/
ttgxvar.c 425 FT_ULong* dataOffsetArray = NULL;
455 if ( FT_NEW_ARRAY( dataOffsetArray, itemStore->dataCount ) )
460 if ( FT_READ_ULONG( dataOffsetArray[i] ) )
514 /* use dataOffsetArray now to parse varData items */
522 if ( FT_STREAM_SEEK( offset + dataOffsetArray[i] ) )
608 FT_FREE( dataOffsetArray );
    [all...]

Completed in 135 milliseconds