Searched refs:png_get_bKGD (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/libpng/scripts/ |
D | symbols.def | 138 png_get_bKGD @131
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
D | readpng.c | 177 png_get_bKGD(png_ptr, info_ptr, &pBackground); in readpng_get_bgcolor()
|
D | readpng2.c | 277 if (png_get_bKGD(png_ptr, info_ptr, &pBackground)) in readpng2_info_callback()
|
/third_party/skia/third_party/externals/libpng/contrib/visupng/ |
D | PngFile.c | 199 if (png_get_bKGD(png_ptr, info_ptr, &pBackground))
|
/third_party/skia/third_party/externals/libpng/ |
D | example.c | 421 if (png_get_bKGD(png_ptr, info_ptr, &image_background) != 0)
|
D | pngget.c | 488 png_get_bKGD(png_const_structrp png_ptr, png_inforp info_ptr, in png_get_bKGD() function
|
D | pngtest.c | 1198 if (png_get_bKGD(read_ptr, read_info_ptr, &background) != 0) in test_one_file()
|
D | png.h | 1925 PNG_EXPORT(131, png_uint_32, png_get_bKGD, (png_const_structrp png_ptr,
|
D | libpng-manual.txt | 1483 png_get_bKGD(png_ptr, info_ptr, &background); 2002 if (png_get_bKGD(png_ptr, info_ptr, &image_background))
|