Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/image-decoders/
DImageDecoder.cpp80 bool matchesBMPSignature(char* contents) in matchesBMPSignature() function
123 if (matchesBMPSignature(contents)) in create()