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

12

  /hardware/ti/omap4-aah/hwc/
hwc.c 2128 png_bytepp row_pointers = NULL; local
    [all...]
  /external/libpng/
png.c 618 if (info_ptr->row_pointers)
623 png_free(png_ptr, info_ptr->row_pointers[row]);
624 info_ptr->row_pointers[row] = NULL;
626 png_free(png_ptr, info_ptr->row_pointers);
627 info_ptr->row_pointers = NULL;
    [all...]
pngread.c     [all...]
pngget.c 43 return(info_ptr->row_pointers);
    [all...]
png.h     [all...]
pngwrite.c     [all...]
  /external/chromium_org/third_party/libpng/
pngget.c 45 return(info_ptr->row_pointers);
pngwrite.c     [all...]
png.h     [all...]
  /external/qemu/distrib/libpng-1.2.46/
pngget.c 45 return(info_ptr->row_pointers);
pngwrite.c     [all...]
png.h     [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h     [all...]

Completed in 3484 milliseconds

12