Searched defs:offset_table (Results 1 - 3 of 3) sorted by relevance
/external/freetype/src/sfnt/ |
H A D | 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/ |
H A D | 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_pt 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...] |
H A D | png.h | 1284 png_bytep offset_table; member in struct:png_struct_def
|
Completed in 4304 milliseconds