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

  /external/libpng/
pngmem.c 106 * png_malloc_array.
122 png_malloc_array,(png_const_structrp png_ptr, int nelements,
150 /* Because png_malloc_array worked the size calculations below cannot
pngpriv.h     [all...]
pngset.c 1065 * goes wrong; this code must free it. png_malloc_array produces no
1068 np->entries = png_voidcast(png_sPLT_entryp, png_malloc_array(png_ptr,
1079 /* This multiply can't overflow because png_malloc_array has already
    [all...]
  /external/pdfium/third_party/libpng16/
pngmem.c 109 * png_malloc_array.
125 png_malloc_array,(png_const_structrp png_ptr, int nelements,
153 /* Because png_malloc_array worked the size calculations below cannot
pngpriv.h     [all...]
pngset.c 1078 * goes wrong; this code must free it. png_malloc_array produces no
1081 np->entries = png_voidcast(png_sPLT_entryp, png_malloc_array(png_ptr,
1092 /* This multiply can't overflow because png_malloc_array has already
    [all...]
  /external/skia/third_party/libpng/
pngmem.c 106 * png_malloc_array.
122 png_malloc_array,(png_const_structrp png_ptr, int nelements,
150 /* Because png_malloc_array worked the size calculations below cannot
pngprefix.h 25 #define png_malloc_array skia_png_malloc_array macro
pngpriv.h     [all...]
pngset.c 1063 * goes wrong; this code must free it. png_malloc_array produces no
1066 np->entries = png_voidcast(png_sPLT_entryp, png_malloc_array(png_ptr,
1077 /* This multiply can't overflow because png_malloc_array has already
    [all...]

Completed in 117 milliseconds