Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/image-decoders/gif/
DGIFImageReader.cpp104 #define GETINT16(p) ((p)[1]<<8|(p)[0]) macro
514 screen_width = GETINT16(q); in read()
515 screen_height = GETINT16(q + 2); in read()
646 frame_reader->delay_time = GETINT16(q + 1) * 10; in read()
690 loop_count = GETINT16(q + 1); in read()
717 x_offset = GETINT16(q); in read()
718 y_offset = GETINT16(q + 2); in read()
721 width = GETINT16(q + 4); in read()
722 height = GETINT16(q + 6); in read()