readUint16 209 Source/platform/image-decoders/bmp/BMPImageReader.cpp m_infoHeader.biWidth = readUint16(4); readUint16 210 Source/platform/image-decoders/bmp/BMPImageReader.cpp m_infoHeader.biHeight = readUint16(6); readUint16 212 Source/platform/image-decoders/bmp/BMPImageReader.cpp m_infoHeader.biBitCount = readUint16(10); readUint16 220 Source/platform/image-decoders/bmp/BMPImageReader.cpp m_infoHeader.biBitCount = readUint16(14); readUint16 47 Source/platform/image-decoders/bmp/BMPImageReader.h static inline uint16_t readUint16(SharedBuffer* data, int offset) readUint16 124 Source/platform/image-decoders/bmp/BMPImageReader.h inline uint16_t readUint16(int offset) const readUint16 126 Source/platform/image-decoders/bmp/BMPImageReader.h return readUint16(m_data.get(), m_decodedOffset + offset); readUint16 202 Source/platform/image-decoders/bmp/BMPImageReader.h return readUint16(offset); readUint16 251 Source/platform/image-decoders/ico/ICOImageDecoder.cpp const uint16_t fileType = readUint16(2); readUint16 252 Source/platform/image-decoders/ico/ICOImageDecoder.cpp const uint16_t idCount = readUint16(4); readUint16 312 Source/platform/image-decoders/ico/ICOImageDecoder.cpp entry.m_hotSpot = IntPoint(readUint16(4), readUint16(6)); readUint16 314 Source/platform/image-decoders/ico/ICOImageDecoder.cpp entry.m_bitCount = readUint16(6); readUint16 84 Source/platform/image-decoders/ico/ICOImageDecoder.h inline uint16_t readUint16(int offset) const readUint16 86 Source/platform/image-decoders/ico/ICOImageDecoder.h return BMPImageReader::readUint16(m_data.get(), m_decodedOffset + offset); readUint16 166 Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp if (readUint16(marker->data + 8, isBigEndian) != 42) readUint16 198 Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp unsigned tagCount = readUint16(ifd, isBigEndian); readUint16 206 Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp unsigned tag = readUint16(ifd, isBigEndian); readUint16 207 Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp unsigned type = readUint16(ifd + 2, isBigEndian); readUint16 210 Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp return ImageOrientation::fromEXIFValue(readUint16(ifd + 8, isBigEndian));