HomeSort by relevance Sort by last modified time
    Searched defs:offset_table (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/freetype/src/sfnt/
ttpost.c 316 FT_Char* offset_table = 0; local
332 if ( FT_NEW_ARRAY( offset_table, num_glyphs ) ||
333 FT_STREAM_READ( offset_table, num_glyphs ) )
343 FT_Long idx = (FT_Long)n + offset_table[n];
360 table->offsets = offset_table;
366 FT_FREE( offset_table );
  /external/freetype/src/sfnt/
ttpost.c 316 FT_Char* offset_table = 0; local
332 if ( FT_NEW_ARRAY( offset_table, num_glyphs ) ||
333 FT_STREAM_READ( offset_table, num_glyphs ) )
343 FT_Long idx = (FT_Long)n + offset_table[n];
360 table->offsets = offset_table;
366 FT_FREE( offset_table );
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
ttpost.c 316 FT_Char* offset_table = 0; local
332 if ( FT_NEW_ARRAY( offset_table, num_glyphs ) ||
333 FT_STREAM_READ( offset_table, num_glyphs ) )
343 FT_Long idx = (FT_Long)n + offset_table[n];
360 table->offsets = offset_table;
366 FT_FREE( offset_table );
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngstruct.h 225 png_bytep offset_table; member in struct:png_struct_def
  /external/libpng/
pngstruct.h 386 png_bytep offset_table; member in struct:png_struct_def

Completed in 731 milliseconds