JpegOutput 176 libbase/GnashImage.cpp outChannel = JpegOutput::create(out, width, height, quality); JpegOutput 564 libbase/GnashImageJpeg.cpp JpegOutput::JpegOutput(boost::shared_ptr<IOChannel> out, size_t width, JpegOutput 586 libbase/GnashImageJpeg.cpp JpegOutput::~JpegOutput() JpegOutput 594 libbase/GnashImageJpeg.cpp JpegOutput::writeImageRGB(const unsigned char* rgbData) JpegOutput 607 libbase/GnashImageJpeg.cpp JpegOutput::writeImageRGBA(const unsigned char* rgbaData) JpegOutput 624 libbase/GnashImageJpeg.cpp JpegOutput::create(boost::shared_ptr<IOChannel> o, size_t width, size_t height, JpegOutput 627 libbase/GnashImageJpeg.cpp std::auto_ptr<Output> outChannel(new JpegOutput(o, width, height, quality)); JpegOutput 165 libbase/GnashImageJpeg.h class JpegOutput : public Output JpegOutput 176 libbase/GnashImageJpeg.h JpegOutput(boost::shared_ptr<IOChannel> out, size_t width, JpegOutput 179 libbase/GnashImageJpeg.h ~JpegOutput();