HomeSort by relevance Sort by last modified time
    Searched refs:row_pointers (Results 26 - 39 of 39) sorted by null

12

  /external/libpng/
pngread.c     [all...]
png.c 620 if (info_ptr->row_pointers != 0)
624 png_free(png_ptr, info_ptr->row_pointers[row]);
626 png_free(png_ptr, info_ptr->row_pointers);
627 info_ptr->row_pointers = NULL;
    [all...]
pngget.c 43 return(info_ptr->row_pointers);
    [all...]
png.h     [all...]
pngwrite.c     [all...]
  /external/pdfium/third_party/lpng_v163/
png.c 612 if (info_ptr->row_pointers)
617 png_free(png_ptr, info_ptr->row_pointers[row]);
618 info_ptr->row_pointers[row] = NULL;
620 png_free(png_ptr, info_ptr->row_pointers);
621 info_ptr->row_pointers = NULL;
    [all...]
pngread.c     [all...]
pngget.c 42 return(info_ptr->row_pointers);
    [all...]
png.h     [all...]
pngwrite.c     [all...]
  /external/opencv3/3rdparty/libpng/
pngget.c 43 return(info_ptr->row_pointers);
pngwrite.c     [all...]
png.h     [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h     [all...]

Completed in 3237 milliseconds

12