Searched refs:create_png_image_raw (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/stbi/ |
H A D | stb_image.c | 2708 static int create_png_image_raw(png *a, uint8 *raw, uint32 raw_len, int out_n, uint32 x, uint32 y) in create_png_image_raw() function 2805 return create_png_image_raw(a, raw, raw_len, out_n, a->s.img_x, a->s.img_y); in create_png_image() 2821 if (!create_png_image_raw(a, raw, raw_len, out_n, x, y)) { in create_png_image()
|