HomeSort by relevance Sort by last modified time
    Searched defs:offset_table (Results 1 - 4 of 4) 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 );
  /external/qemu/distrib/libpng-1.2.19/
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...]