Home
last modified time | relevance | path

Searched refs:png_size_t (Results 1 – 23 of 23) sorted by relevance

/third_party/flutter/skia/third_party/externals/libwebp/imageio/
Dpngdec.c45 typedef png_size_t LocalPngAllocSize;
170 png_size_t text_length; in ExtractMetadataFromPNG()
218 png_size_t offset;
221 static void ReadFunc(png_structp png_ptr, png_bytep data, png_size_t length) { in ReadFunc()
/third_party/skia/third_party/externals/libwebp/imageio/
Dpngdec.c45 typedef png_size_t LocalPngAllocSize;
170 png_size_t text_length; in ExtractMetadataFromPNG()
218 png_size_t offset;
221 static void ReadFunc(png_structp png_ptr, png_bytep data, png_size_t length) { in ReadFunc()
/third_party/boost/boost/gil/extension/io/png/detail/
Dreader_backend.hpp77 , png_size_t(0) in read_header()
630 , png_size_t length in read_data()
Dwriter_backend.hpp465 , png_size_t length in write_data()
/third_party/skia/tools/
DHashAndEncode.cpp122 auto write_to_stream = +[](png_structp png, png_bytep ptr, png_size_t len) { in encodePNG()
/third_party/skia/third_party/externals/libpng/
Dpngconf.h523 typedef size_t png_size_t; typedef
DCHANGES40 added png_size_t
163 Changed several variables to "png_size_t" to show 16/32-bit limitations
252 Added checks for rowbytes overflow, in case png_size_t is less than 32 bits.
1151 Changed typecast of "size" argument to png_size_t in pngmem.c calls to
1436 Added user ability to change png_size_t via a PNG_SIZE_T macro.
1438 Added PNG_SIZE_MAX (maximum value of a png_size_t variable.
2029 Disallowed the user to redefine png_size_t, and enforced a consistent use
2030 of png_size_t across libpng (Cosmin).
2032 to png_size_t (Cosmin).
2036 png_set_compression_buffer_size() to work with png_size_t instead of
[all …]
/third_party/flutter/skia/third_party/externals/libpng/
Dpngconf.h523 typedef size_t png_size_t; typedef
DCHANGES40 added png_size_t
163 Changed several variables to "png_size_t" to show 16/32-bit limitations
252 Added checks for rowbytes overflow, in case png_size_t is less than 32 bits.
1151 Changed typecast of "size" argument to png_size_t in pngmem.c calls to
1436 Added user ability to change png_size_t via a PNG_SIZE_T macro.
1438 Added PNG_SIZE_MAX (maximum value of a png_size_t variable.
2029 Disallowed the user to redefine png_size_t, and enforced a consistent use
2030 of png_size_t across libpng (Cosmin).
2032 to png_size_t (Cosmin).
2036 png_set_compression_buffer_size() to work with png_size_t instead of
[all …]
/third_party/libpng/
Dpngconf.h523 typedef size_t png_size_t; typedef
DCHANGES40 added png_size_t
163 Changed several variables to "png_size_t" to show 16/32-bit limitations
252 Added checks for rowbytes overflow, in case png_size_t is less than 32 bits.
1151 Changed typecast of "size" argument to png_size_t in pngmem.c calls to
1436 Added user ability to change png_size_t via a PNG_SIZE_T macro.
1438 Added PNG_SIZE_MAX (maximum value of a png_size_t variable.
2029 Disallowed the user to redefine png_size_t, and enforced a consistent use
2030 of png_size_t across libpng (Cosmin).
2032 to png_size_t (Cosmin).
2036 png_set_compression_buffer_size() to work with png_size_t instead of
[all …]
/third_party/vk-gl-cts/framework/common/
DtcuImageIO.cpp66 static void pngReadResource (png_structp png_ptr, png_bytep data, png_size_t length) in pngReadResource()
/third_party/freetype/src/sfnt/
Dpngshim.c227 png_size_t length ) in read_data_from_FT_Stream()
/third_party/flutter/skia/third_party/externals/freetype/src/sfnt/
Dpngshim.c222 png_size_t length ) in read_data_from_FT_Stream()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dpngshim.c227 png_size_t length ) in read_data_from_FT_Stream()
/third_party/weston/shared/
Dimage-loader.c192 read_func(png_structp png, png_bytep data, png_size_t size) in read_func()
/third_party/flutter/skia/src/images/
DSkPngEncoder.cpp40 static void sk_write_fn(png_structp png_ptr, png_bytep data, png_size_t len) { in sk_write_fn()
/third_party/skia/src/images/
DSkPngEncoder.cpp41 static void sk_write_fn(png_structp png_ptr, png_bytep data, png_size_t len) { in sk_write_fn()
/third_party/flutter/skia/src/codec/
DSkPngCodec.cpp329 return !png_sig_cmp((png_bytep) buf, (png_size_t)0, bytesRead); in IsPng()
/third_party/skia/src/codec/
DSkPngCodec.cpp327 return !png_sig_cmp((png_bytep) buf, (png_size_t)0, bytesRead); in IsPng()
/third_party/vk-gl-cts/framework/qphelper/
DqpTestLog.c728 void pngWriteData (png_structp png, png_bytep dataPtr, png_size_t numBytes) in pngWriteData()
/third_party/skia/tests/
DCodecTest.cpp739 static void codex_test_write_fn(png_structp png_ptr, png_bytep data, png_size_t len) { in codex_test_write_fn()
/third_party/flutter/skia/tests/
DCodecTest.cpp689 static void codex_test_write_fn(png_structp png_ptr, png_bytep data, png_size_t len) { in codex_test_write_fn()