OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:png_read_update_info
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libpng/
pngread.c
564
png_read_update_info
(png_structp png_ptr, png_infop info_ptr)
function
566
png_debug(1, "in
png_read_update_info
");
574
"Ignoring extra
png_read_update_info
() call; row buffer not reallocated");
901
* png_read_start_row() by a call to
png_read_update_info
() or
[
all
...]
pngusr.h
355
#define
png_read_update_info
wk_png_read_update_info
macro
/external/libpng/
pngread.c
568
png_read_update_info
(png_structp png_ptr, png_infop info_ptr)
function
570
png_debug(1, "in
png_read_update_info
");
583
"Ignoring extra
png_read_update_info
() call; row buffer not reallocated");
[
all
...]
/external/qemu/distrib/libpng-1.2.19/
pngread.c
541
png_read_update_info
(png_structp png_ptr, png_infop info_ptr)
function
543
png_debug(1, "in
png_read_update_info
\n");
549
"Ignoring extra
png_read_update_info
() call; row buffer not reallocated");
872
* png_read_start_row() by a call to
png_read_update_info
() or
[
all
...]
Completed in 150 milliseconds