Home
last modified time | relevance | path

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

/external/webkit/Tools/DumpRenderTree/
DPixelDumpSupport.cpp108 const int pngIHDRChunkLength = 25; // chunk length + "IHDR" + 13 bytes of data + checksum in offsetAfterIHDRChunk() local
109 return pngHeaderLength + pngIHDRChunkLength; in offsetAfterIHDRChunk()