Home
last modified time | relevance | path

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

/external/webkit/Tools/DumpRenderTree/cairo/
DPixelDumpSupportCairo.cpp52 static void printPNG(cairo_surface_t* image, const char* checksum) in printPNG() function
61 printPNG(data, dataLength, checksum); in printPNG()
92 printPNG(surface, checksum); in dumpBitmap()
/external/webkit/Tools/DumpRenderTree/cg/
DPixelDumpSupportCG.cpp58 static void printPNG(CGImageRef image, const char* checksum) in printPNG() function
68 printPNG(static_cast<const unsigned char*>(data), static_cast<size_t>(dataLength), checksum); in printPNG()
112 printPNG(image.get(), checksum); in dumpBitmap()
/external/webkit/Tools/DumpRenderTree/
DPixelDumpSupport.h43 void printPNG(const unsigned char* data, const size_t dataLength, const char* checksum);
DPixelDumpSupport.cpp112 void printPNG(const unsigned char* data, const size_t dataLength, const char* checksum) in printPNG() function
/external/webkit/Tools/
DChangeLog1877 We insert the bytes for the comment in printPNG rather than at encode
1892 (printPNG): Insert the png comment before the first IDAT section.
1895 (printPNG):
1898 (printPNG):
DChangeLog-2009-06-162943 (printPNG): Changed to call fwrite in a loop, since this call was
4865 (printPNG):
6140 (printPNG):
11063 (printPNG): Dumps a CGImageRef as a PNG to stdout, along with a
DChangeLog-2010-05-2434435 (printPNG): Moved common logic from CG-specific file.
34437 common printPNG function.
34442 (printPNG): Cairo-specific PNG handling logic.
34455 (printPNG): CG-specific PNG handling logic.
DChangeLog-2011-02-1628868 (printPNG):