Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/image-decoders/
DImageDecoder.cpp63 bool matchesPNGSignature(char* contents) in matchesPNGSignature() function
112 if (matchesPNGSignature(contents)) in create()