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

  /external/chromium_org/third_party/libpng/
pngmem.c 142 if (ret == NULL && (png_ptr->flags&PNG_FLAG_MALLOC_NULL_MEM_OK) == 0)
203 if ((png_ptr->flags&PNG_FLAG_MALLOC_NULL_MEM_OK) == 0)
214 if ((png_ptr->flags&PNG_FLAG_MALLOC_NULL_MEM_OK) == 0)
231 if ((png_ptr->flags&PNG_FLAG_MALLOC_NULL_MEM_OK) == 0)
260 if ((png_ptr->flags&PNG_FLAG_MALLOC_NULL_MEM_OK) == 0)
276 if ((png_ptr->flags&PNG_FLAG_MALLOC_NULL_MEM_OK) == 0)
469 if (ret == NULL && (png_ptr->flags&PNG_FLAG_MALLOC_NULL_MEM_OK) == 0)
487 if ((png_ptr->flags&PNG_FLAG_MALLOC_NULL_MEM_OK) == 0)
516 if (ret == NULL && (png_ptr->flags&PNG_FLAG_MALLOC_NULL_MEM_OK) == 0)
579 png_ptr->flags|=PNG_FLAG_MALLOC_NULL_MEM_OK;
    [all...]
png.c 174 p->flags|=PNG_FLAG_MALLOC_NULL_MEM_OK;
png.h     [all...]
  /external/libpng/
pngmem.c 142 if (ret == NULL && (png_ptr->flags&PNG_FLAG_MALLOC_NULL_MEM_OK) == 0)
203 if ((png_ptr->flags&PNG_FLAG_MALLOC_NULL_MEM_OK) == 0)
214 if ((png_ptr->flags&PNG_FLAG_MALLOC_NULL_MEM_OK) == 0)
231 if ((png_ptr->flags&PNG_FLAG_MALLOC_NULL_MEM_OK) == 0)
260 if ((png_ptr->flags&PNG_FLAG_MALLOC_NULL_MEM_OK) == 0)
276 if ((png_ptr->flags&PNG_FLAG_MALLOC_NULL_MEM_OK) == 0)
469 if (ret == NULL && (png_ptr->flags&PNG_FLAG_MALLOC_NULL_MEM_OK) == 0)
487 if ((png_ptr->flags&PNG_FLAG_MALLOC_NULL_MEM_OK) == 0)
516 if (ret == NULL && (png_ptr->flags&PNG_FLAG_MALLOC_NULL_MEM_OK) == 0)
579 png_ptr->flags|=PNG_FLAG_MALLOC_NULL_MEM_OK;
    [all...]
png.c 175 p->flags|=PNG_FLAG_MALLOC_NULL_MEM_OK;
png.h     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngmem.c 129 if (ret == NULL && (png_ptr->flags&PNG_FLAG_MALLOC_NULL_MEM_OK) == 0)
190 if ((png_ptr->flags&PNG_FLAG_MALLOC_NULL_MEM_OK) == 0)
201 if ((png_ptr->flags&PNG_FLAG_MALLOC_NULL_MEM_OK) == 0)
218 if ((png_ptr->flags&PNG_FLAG_MALLOC_NULL_MEM_OK) == 0)
247 if ((png_ptr->flags&PNG_FLAG_MALLOC_NULL_MEM_OK) == 0)
263 if ((png_ptr->flags&PNG_FLAG_MALLOC_NULL_MEM_OK) == 0)
441 if (ret == NULL && (png_ptr->flags&PNG_FLAG_MALLOC_NULL_MEM_OK) == 0)
459 if(png_ptr->flags&PNG_FLAG_MALLOC_NULL_MEM_OK) == 0)
488 if (ret == NULL && (png_ptr->flags&PNG_FLAG_MALLOC_NULL_MEM_OK) == 0)
548 png_ptr->flags|=PNG_FLAG_MALLOC_NULL_MEM_OK;
    [all...]
png.c 169 p->flags|=PNG_FLAG_MALLOC_NULL_MEM_OK;
png.h     [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h 533 #define PNG_FLAG_MALLOC_NULL_MEM_OK 0x100000
    [all...]

Completed in 70 milliseconds