Searched defs:png_calloc (Results 1 – 3 of 3) sorted by relevance
119 png_calloc(png_structp png_ptr, png_uint_32 size) in png_calloc() function446 png_calloc(png_structp png_ptr, png_uint_32 size) in png_calloc() function
52 #define png_calloc(pp, s) calloc(1, (s)) macro
306 #define png_calloc skia_png_calloc macro