Searched refs:png_image (Results 1 - 8 of 8) sorted by relevance

/external/libpng/contrib/examples/
H A Dpngtopng.c30 png_image image;
/external/chromium_org/athena/content/
H A Dcontent_proxy.cc173 scoped_refptr<ProxyImageData> png_image = new ProxyImageData(); local
174 png_image->EncodeImage(
178 png_image));
/external/chromium_org/content/test/gpu/gpu_tests/
H A Dcloud_storage_test_base.py71 def _WriteImage(self, image_path, png_image):
75 png_image.WritePngFile(image_path)
/external/chromium_org/content/shell/browser/
H A Dwebkit_test_controller.cc92 const std::vector<unsigned char>& png_image) {
97 PrintEncodedBinaryData(png_image);
101 *output_ << "Content-Length: " << png_image.size() << "\n";
103 reinterpret_cast<const char*>(&png_image[0]), png_image.size());
91 PrintImageBlock( const std::vector<unsigned char>& png_image) argument
H A Dwebkit_test_controller.h67 void PrintImageBlock(const std::vector<unsigned char>& png_image);
/external/libpng/
H A Dexample.c48 png_image image; /* The control structure used by libpng */
50 /* Initialize the 'png_image' structure. */
130 * textual message in the 'png_image' structure:
H A Dpng.h2775 * 1) Declare a 'png_image' structure (see below) on the stack and set the
2778 * 3) Set the png_image 'format' member to the required sample format.
2793 * 1) Declare a 'png_image' structure on the stack and memset() it to all zero.
2799 * png_image is a structure that describes the in-memory format of an image
2842 } png_image, *png_imagep; typedef in typeref:struct:__anon24627
2887 * #defines to be used in png_image::format. Each #define identifies a
2962 * These are convenience macros to derive information from a png_image
2970 * NOTE: All the macros that take a png_image::format parameter are compile time
3040 /* Return the size, in bytes, of an image buffer given a png_image and a row
3046 /* Return the size, in bytes, of the image in memory given just a png_image;
[all...]
/external/libpng/contrib/libtests/
H A Dpngstest.c545 /* The super-class of a png_image, contains the decoded image plus the input
550 png_image image;
732 /* Make sure the png_image has been freed - validates that libpng is doing what

Completed in 364 milliseconds