Searched refs:printPNG (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Tools/DumpRenderTree/cairo/ |
D | PixelDumpSupportCairo.cpp | 52 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/ |
D | PixelDumpSupportCG.cpp | 58 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/ |
D | PixelDumpSupport.h | 43 void printPNG(const unsigned char* data, const size_t dataLength, const char* checksum);
|
D | PixelDumpSupport.cpp | 112 void printPNG(const unsigned char* data, const size_t dataLength, const char* checksum) in printPNG() function
|
/external/webkit/Tools/ |
D | ChangeLog | 1877 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):
|
D | ChangeLog-2009-06-16 | 2943 (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
|
D | ChangeLog-2010-05-24 | 34435 (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.
|
D | ChangeLog-2011-02-16 | 28868 (printPNG):
|