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

  /external/syslinux/com32/lib/libpng/
pngmem.c 225 png_ptr->offset_table_ptr = farmalloc(num_blocks *
228 if (png_ptr->offset_table_ptr == NULL)
247 png_ptr->offset_table_ptr[i] = (png_bytep)hptr;
268 ret = png_ptr->offset_table_ptr[png_ptr->offset_table_count++];
320 if (ptr == png_ptr->offset_table_ptr[i])
330 farfree(png_ptr->offset_table_ptr);
332 png_ptr->offset_table_ptr = NULL;
  /external/libpng/
pngstruct.h 342 png_bytepp offset_table_ptr; member in struct:png_struct_def
  /external/pdfium/third_party/libpng16/
pngstruct.h 342 png_bytepp offset_table_ptr; member in struct:png_struct_def
  /external/skia/third_party/libpng/
pngstruct.h 342 png_bytepp offset_table_ptr; member in struct:png_struct_def
  /external/syslinux/com32/include/
png.h     [all...]

Completed in 74 milliseconds