bufferLength      132 libbase/GnashImage.cpp     assert(bufferLength * 4 <= im.size());
bufferLength      140 libbase/GnashImage.cpp     for (size_t i = 0; i < bufferLength; ++i, ++alphaData) {
bufferLength      412 libbase/GnashImage.h         const size_t bufferLength);
bufferLength      797 libcore/asobj/NetStream_as.cpp                 "is paused - bufferLength=%d/%d", this, bufferLength(),
bufferLength     1102 libcore/asobj/NetStream_as.cpp     boost::uint32_t bufferLen = bufferLength();
bufferLength     1224 libcore/asobj/NetStream_as.cpp     size_t bufferLen = bufferLength();
bufferLength     1807 libcore/asobj/NetStream_as.cpp     double ret = ns->bufferLength()/1000.0;
bufferLength      289 libcore/asobj/NetStream_as.h     long bufferLength();
bufferLength      391 libcore/swf/DefineBitsTag.cpp     const size_t bufferLength = imWidth * imHeight;
bufferLength      393 libcore/swf/DefineBitsTag.cpp     boost::scoped_array<boost::uint8_t> buffer(new boost::uint8_t[bufferLength]);
bufferLength      395 libcore/swf/DefineBitsTag.cpp     inflateWrapper(in, buffer.get(), bufferLength);
bufferLength      400 libcore/swf/DefineBitsTag.cpp     image::mergeAlpha(*im, buffer.get(), bufferLength);