Home
last modified time | relevance | path

Searched defs:readUint16 (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/
DICOImageDecoder.h84 inline uint16_t readUint16(int offset) const in readUint16() function
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/bmp/
DBMPImageReader.h47 static inline uint16_t readUint16(SharedBuffer* data, int offset) in readUint16() function
119 inline uint16_t readUint16(int offset) const in readUint16() function
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
DJPEGImageDecoder.cpp130 static unsigned readUint16(JOCTET* data, bool isBigEndian) in readUint16() function
/external/chromium_org/mojo/public/js/bindings/
Dcodec.js150 Decoder.prototype.readUint16 = function() { method in Decoder