Home
last modified time | relevance | path

Searched refs:truelen (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/com32/lib/libpng/
Dpngrutil.c755 png_size_t truelen; in png_handle_sBIT() local
783 truelen = 3; in png_handle_sBIT()
785 truelen = (png_size_t)png_ptr->channels; in png_handle_sBIT()
787 if (length != truelen || length > 4) in png_handle_sBIT()
794 png_crc_read(png_ptr, buf, truelen); in png_handle_sBIT()
1423 png_size_t truelen; in png_handle_bKGD() local
1451 truelen = 1; in png_handle_bKGD()
1453 truelen = 6; in png_handle_bKGD()
1455 truelen = 2; in png_handle_bKGD()
1457 if (length != truelen) in png_handle_bKGD()
[all …]
/external/pdfium/third_party/libpng16/
Dpngrutil.c1150 unsigned int truelen, i; in png_handle_sBIT() local
1175 truelen = 3; in png_handle_sBIT()
1181 truelen = png_ptr->channels; in png_handle_sBIT()
1185 if (length != truelen || length > 4) in png_handle_sBIT()
1193 png_crc_read(png_ptr, buf, truelen); in png_handle_sBIT()
1198 for (i=0; i<truelen; ++i) in png_handle_sBIT()
1910 unsigned int truelen; in png_handle_bKGD() local
1936 truelen = 1; in png_handle_bKGD()
1939 truelen = 6; in png_handle_bKGD()
1942 truelen = 2; in png_handle_bKGD()
[all …]
/external/skia/third_party/libpng/
Dpngrutil.c1150 unsigned int truelen, i; in png_handle_sBIT() local
1175 truelen = 3; in png_handle_sBIT()
1181 truelen = png_ptr->channels; in png_handle_sBIT()
1185 if (length != truelen || length > 4) in png_handle_sBIT()
1193 png_crc_read(png_ptr, buf, truelen); in png_handle_sBIT()
1198 for (i=0; i<truelen; ++i) in png_handle_sBIT()
1910 unsigned int truelen; in png_handle_bKGD() local
1936 truelen = 1; in png_handle_bKGD()
1939 truelen = 6; in png_handle_bKGD()
1942 truelen = 2; in png_handle_bKGD()
[all …]
/external/libpng/
Dpngrutil.c1152 unsigned int truelen, i; in png_handle_sBIT() local
1177 truelen = 3; in png_handle_sBIT()
1183 truelen = png_ptr->channels; in png_handle_sBIT()
1187 if (length != truelen || length > 4) in png_handle_sBIT()
1195 png_crc_read(png_ptr, buf, truelen); in png_handle_sBIT()
1200 for (i=0; i<truelen; ++i) in png_handle_sBIT()
1912 unsigned int truelen; in png_handle_bKGD() local
1938 truelen = 1; in png_handle_bKGD()
1941 truelen = 6; in png_handle_bKGD()
1944 truelen = 2; in png_handle_bKGD()
[all …]