Searched refs:offset_table (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttpost.c316 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/
H A Dttpost.c316 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/
H A Dttpost.c316 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/chromium_org/third_party/openmax_dl/dl/sp/src/mips/
H A DomxSP_FFTInit_R_F32.c32 static void InitFFTOffsetsLUT(OMX_U16* offset_table, argument
37 offset_table[*index] = (OMX_U16)(offset >> 2);
40 InitFFTOffsetsLUT(offset_table, offset, size >> 1, index);
41 InitFFTOffsetsLUT(offset_table, offset + (size >> 1), size >> 2, index);
42 InitFFTOffsetsLUT(offset_table, offset + 3 * (size >> 2), size >> 2, index);
/external/chromium_org/third_party/libpng/
H A Dpngmem.c169 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;
H A Dpng.h1416 png_bytep offset_table PNG_DEPSTRUCT;
/external/qemu/distrib/libpng-1.2.46/
H A Dpngmem.c169 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;
H A Dpng.h1469 png_bytep offset_table PNG_DEPSTRUCT;
/external/libpng/
H A Dpngstruct.h386 png_bytep offset_table; member in struct:png_struct_def

Completed in 3924 milliseconds