Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/image-decoders/bmp/
DBMPImageReader.h45 static inline uint16_t readUint16(SharedBuffer* data, int offset) in readUint16() function
122 inline uint16_t readUint16(int offset) const in readUint16() function
124 return readUint16(m_data.get(), m_decodedOffset + offset); in readUint16()
200 return readUint16(offset); in readCurrentPixel()
DBMPImageReader.cpp210 m_infoHeader.biWidth = readUint16(4); in readInfoHeader()
211 m_infoHeader.biHeight = readUint16(6); in readInfoHeader()
213 m_infoHeader.biBitCount = readUint16(10); in readInfoHeader()
221 m_infoHeader.biBitCount = readUint16(14); in readInfoHeader()
/external/webkit/Source/WebCore/platform/image-decoders/ico/
DICOImageDecoder.h77 inline uint16_t readUint16(int offset) const in readUint16() function
79 return BMPImageReader::readUint16(m_data.get(), m_decodedOffset + offset); in readUint16()
DICOImageDecoder.cpp224 const uint16_t fileType = readUint16(2); in processDirectory()
225 const uint16_t idCount = readUint16(4); in processDirectory()
285 entry.m_bitCount = readUint16(6); in readDirectoryEntry()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2915950 (WebCore::BMPImageReader::readUint16):
96660 (WebCore::BMPImageReader::readUint16):
96681 (WebCore::ICOImageDecoder::readUint16):
97061 (WebCore::BMPImageReader::readUint16):
97078 (WebCore::ICOImageDecoder::readUint16):
DChangeLog-2010-05-2447841 (WebCore::ICOImageDecoder::readUint16):