Home
last modified time | relevance | path

Searched refs:info_struct (Results 1 – 8 of 8) sorted by relevance

/external/skia/third_party/libpng/
DREADME26 To avoid problems with changes to the internals of png info_struct,
30 accessing/storing the info_struct data, rather than manipulating it
37 info_struct can still be accessed, but the compiler will issue a
173 pngset.c => Functions for storing data into the info_struct
Dlibpng-manual.txt4672 The png_struct and info_struct members "trans" and "trans_values" were
/external/libpng/
DREADME26 To avoid problems with changes to the internals of png info_struct,
30 accessing/storing the info_struct data, rather than manipulating it
37 info_struct can still be accessed, but the compiler will issue a
173 pngset.c => Functions for storing data into the info_struct
DCHANGES135 of info_struct and invalidates all programs that use a shared libpng****
176 More description of info_struct in libpng.txt and png.h
1077 libpng will reallocate the png_struct and info_struct if they are too small.
2472 png_struct or info_struct members and other deprecated usage in
4223 also removes the support for storing unknown chunks in the info_struct
5043 and info_struct members has not been permitted since libpng-1.5.0.
Dlibpng-manual.txt4677 The png_struct and info_struct members "trans" and "trans_values" were
/external/syslinux/com32/lib/libpng/
DREADME34 accessing/storing the info_struct data, rather than manipulating it
165 pngset.c => Functions for storing data into the info_struct
DCHANGES129 of info_struct and invalidates all programs that use a shared libpng****
170 more description of info_struct in libpng.txt and png.h
974 libpng will reallocate the png_struct and info_struct if they are too small.
2564 png_struct or info_struct members and other deprecated usage in
/external/netperf/src/
Dnettest_xti.c102 static struct t_info info_struct; variable
150 get_xti_info(socket, info_struct) in get_xti_info() argument
152 struct t_info *info_struct;
980 get_xti_info(send_socket,info_struct); in send_xti_tcp_stream()