read_s16 127 libbase/BitsReader.h boost::int16_t read_s16() read_s16 239 libcore/SWFStream.cpp return static_cast<float> ( read_s16() / 256.0f ); read_s16 246 libcore/SWFStream.cpp return static_cast<float> ( read_s16() ); read_s16 175 libcore/SWFStream.h boost::int16_t read_s16(); read_s16 156 libcore/swf/DefineEditTextTag.cpp _indent = in.read_s16(); read_s16 157 libcore/swf/DefineEditTextTag.cpp _leading = in.read_s16(); read_s16 280 libcore/swf/DefineFontTag.cpp _ascent = in.read_s16(); read_s16 281 libcore/swf/DefineFontTag.cpp _descent = in.read_s16(); read_s16 282 libcore/swf/DefineFontTag.cpp _leading = in.read_s16(); read_s16 316 libcore/swf/DefineFontTag.cpp const boost::int16_t adjustment = in.read_s16(); read_s16 98 libcore/swf/TextRecord.cpp _xOffset = in.read_s16(); read_s16 107 libcore/swf/TextRecord.cpp _yOffset = in.read_s16(); read_s16 184 libcore/swf/tag_loaders.cpp delaySeek = in.read_s16(); read_s16 339 libcore/swf/tag_loaders.cpp latency = in.read_s16(); read_s16 248 testsuite/libcore.all/BitsReaderTest.cpp boost::int16_t s16 = s.read_s16(); check_equals(s16, (boost::int16_t)0x9999); read_s16 389 testsuite/libcore.all/StreamTest.cpp boost::int16_t s16 = s.read_s16(); check_equals(s16, (boost::int16_t)0x9999);