Searched refs:decodeBMP (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/image-decoders/bmp/
H A DBMPImageDecoder.cpp119 return m_reader->decodeBMP(onlySize);
H A DBMPImageReader.h77 bool decodeBMP(bool onlySize);
H A DBMPImageReader.cpp52 // Clue-in decodeBMP() that we need to detect the correct info header size.
56 bool BMPImageReader::decodeBMP(bool onlySize) function in class:WebCore::BMPImageReader
/external/webkit/Source/WebCore/platform/image-decoders/ico/
H A DICOImageDecoder.cpp199 bool result = m_bmpReaders[index]->decodeBMP(false);

Completed in 430 milliseconds