Searched refs:png_controlp (Results 1 – 15 of 15) sorted by relevance
/third_party/libpng/ |
D | pngread.c | 1325 png_controlp control = png_voidcast(png_controlp, in png_image_read_init() 1548 png_controlp cp = image->opaque; in png_image_memory_read() 3138 png_controlp control = image->opaque; in png_image_read_colormapped()
|
D | pngwrite.c | 1479 png_controlp control = png_voidcast(png_controlp, in png_image_write_init()
|
D | png.h | 2671 typedef struct png_control *png_controlp; typedef 2674 png_controlp opaque; /* Initialize to NULL, free with png_image_free */
|
D | png.c | 4525 png_controlp cp = image->opaque;
|
D | libpng-manual.txt | 3825 png_controlp opaque Initialize to NULL, free with png_image_free 4092 the png_controlp field 'opaque' to NULL (or, better, memset the whole thing.)
|
/third_party/skia/third_party/externals/libpng/ |
D | pngread.c | 1325 png_controlp control = png_voidcast(png_controlp, in png_image_read_init() 1548 png_controlp cp = image->opaque; in png_image_memory_read() 3138 png_controlp control = image->opaque; in png_image_read_colormapped()
|
D | pngwrite.c | 1479 png_controlp control = png_voidcast(png_controlp, in png_image_write_init()
|
D | png.h | 2671 typedef struct png_control *png_controlp; typedef 2674 png_controlp opaque; /* Initialize to NULL, free with png_image_free */
|
D | png.c | 4525 png_controlp cp = image->opaque;
|
D | libpng-manual.txt | 3825 png_controlp opaque Initialize to NULL, free with png_image_free 4092 the png_controlp field 'opaque' to NULL (or, better, memset the whole thing.)
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | pngread.c | 1325 png_controlp control = png_voidcast(png_controlp, in png_image_read_init() 1548 png_controlp cp = image->opaque; in png_image_memory_read() 3138 png_controlp control = image->opaque; in png_image_read_colormapped()
|
D | pngwrite.c | 1479 png_controlp control = png_voidcast(png_controlp, in png_image_write_init()
|
D | png.h | 2671 typedef struct png_control *png_controlp; typedef 2674 png_controlp opaque; /* Initialize to NULL, free with png_image_free */
|
D | png.c | 4525 png_controlp cp = image->opaque;
|
D | libpng-manual.txt | 3825 png_controlp opaque Initialize to NULL, free with png_image_free 4092 the png_controlp field 'opaque' to NULL (or, better, memset the whole thing.)
|