HomeSort by relevance Sort by last modified time
    Searched refs:png_image (Results 1 - 8 of 8) sorted by null

  /external/libpng/contrib/examples/
pngtopng.c 30 png_image image;
  /external/chromium_org/athena/content/
content_proxy.cc 173 scoped_refptr<ProxyImageData> png_image = new ProxyImageData(); local
174 png_image->EncodeImage(
178 png_image));
  /external/chromium_org/content/shell/browser/
webkit_test_controller.cc 92 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());
webkit_test_controller.h 67 void PrintImageBlock(const std::vector<unsigned char>& png_image);
  /external/chromium_org/content/test/gpu/gpu_tests/
cloud_storage_test_base.py 71 def _WriteImage(self, image_path, png_image):
75 png_image.WritePngFile(image_path)
  /external/libpng/
example.c 48 png_image image; /* The control structure used by libpng */
50 /* Initialize the 'png_image' structure. */
130 * textual message in the 'png_image' structure:
    [all...]
png.h 2842 } png_image, *png_imagep; typedef in typeref:struct:__anon4179
    [all...]
  /external/libpng/contrib/libtests/
pngstest.c 545 /* 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
    [all...]

Completed in 2024 milliseconds