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

  /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 );
  /frameworks/av/media/libstagefright/
AMRExtractor.cpp 39 const off64_t *offset_table,
204 bool isWide, const off64_t *offset_table, size_t offset_table_length)
214 memcpy ((char*)mOffsetTable, (char*)offset_table, sizeof(off64_t) * mOffsetTableLength);
  /external/libpng/
pngmem.c 169 if (png_ptr->offset_table == NULL)
224 png_ptr->offset_table = table;
314 if (png_ptr->offset_table != NULL)
329 farfree(png_ptr->offset_table);
331 png_ptr->offset_table = NULL;
png.h     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngmem.c 156 if (png_ptr->offset_table == NULL)
211 png_ptr->offset_table = table;
298 if (png_ptr->offset_table != NULL)
313 farfree(png_ptr->offset_table);
315 png_ptr->offset_table = NULL;
pngvcrd.c 258 int offset_table[7] = {0, 4, 0, 2, 0, 1, 0}; local
261 srcptr = png_ptr->row_buf + 1 + offset_table[png_ptr->pass]*
263 dstptr = row + offset_table[png_ptr->pass]*pixel_bytes;
264 initial_val = offset_table[png_ptr->pass]*pixel_bytes;
402 int offset_table[7] = {0, 4, 0, 2, 0, 1, 0}; local
405 srcptr = png_ptr->row_buf + 1 + offset_table[png_ptr->pass]*
407 dstptr = row + offset_table[png_ptr->pass]*pixel_bytes;
408 initial_val = offset_table[png_ptr->pass]*pixel_bytes;
508 int offset_table[7] = {0, 4, 0, 2, 0, 1, 0}; local
511 srcptr = png_ptr->row_buf + 1 + offset_table[png_ptr->pass]
790 int offset_table[7] = {0, 4, 0, 2, 0, 1, 0}; local
954 int offset_table[7] = {0, 4, 0, 2, 0, 1, 0}; local
979 int offset_table[7] = {0, 4, 0, 2, 0, 1, 0}; local
    [all...]
png.h 1284 png_bytep offset_table; member in struct:png_struct_def
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngstruct.h 225 png_bytep offset_table; member in struct:png_struct_def

Completed in 138 milliseconds