ImageSource       332 Source/modules/imagebitmap/ImageBitmapFactories.cpp     OwnPtr<ImageSource> source = adoptPtr(new ImageSource());
ImageSource        54 Source/platform/exported/WebImageSkia.cpp     OwnPtr<ImageDecoder> decoder(ImageDecoder::create(*buffer.get(), ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfileIgnored));
ImageSource       102 Source/platform/exported/WebImageSkia.cpp     OwnPtr<ImageDecoder> decoder(ImageDecoder::create(*buffer.get(), ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfileIgnored));
ImageSource       160 Source/platform/graphics/BitmapImage.h     ImageSource m_source;
ImageSource        64 Source/platform/graphics/DeferredImageDecoder.cpp PassOwnPtr<DeferredImageDecoder> DeferredImageDecoder::create(const SharedBuffer& data, ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAndColorOption)
ImageSource        48 Source/platform/graphics/DeferredImageDecoder.h     static PassOwnPtr<DeferredImageDecoder> create(const SharedBuffer& data, ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
ImageSource       250 Source/platform/graphics/ImageFrameGenerator.cpp             *decoder = ImageDecoder::create(*data, ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfileApplied).leakPtr();
ImageSource        38 Source/platform/graphics/ImageSource.cpp ImageSource::ImageSource(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption)
ImageSource        44 Source/platform/graphics/ImageSource.cpp ImageSource::~ImageSource()
ImageSource        48 Source/platform/graphics/ImageSource.cpp size_t ImageSource::clearCacheExceptFrame(size_t clearExceptFrame)
ImageSource        53 Source/platform/graphics/ImageSource.cpp bool ImageSource::initialized() const
ImageSource        58 Source/platform/graphics/ImageSource.cpp void ImageSource::setData(SharedBuffer* data, bool allDataReceived)
ImageSource        71 Source/platform/graphics/ImageSource.cpp String ImageSource::filenameExtension() const
ImageSource        76 Source/platform/graphics/ImageSource.cpp bool ImageSource::isSizeAvailable()
ImageSource        81 Source/platform/graphics/ImageSource.cpp IntSize ImageSource::size(RespectImageOrientationEnum shouldRespectOrientation) const
ImageSource        86 Source/platform/graphics/ImageSource.cpp IntSize ImageSource::frameSizeAtIndex(size_t index, RespectImageOrientationEnum shouldRespectOrientation) const
ImageSource        98 Source/platform/graphics/ImageSource.cpp bool ImageSource::getHotSpot(IntPoint& hotSpot) const
ImageSource       103 Source/platform/graphics/ImageSource.cpp int ImageSource::repetitionCount()
ImageSource       108 Source/platform/graphics/ImageSource.cpp size_t ImageSource::frameCount() const
ImageSource       113 Source/platform/graphics/ImageSource.cpp PassRefPtr<NativeImageSkia> ImageSource::createFrameAtIndex(size_t index)
ImageSource       132 Source/platform/graphics/ImageSource.cpp float ImageSource::frameDurationAtIndex(size_t index) const
ImageSource       147 Source/platform/graphics/ImageSource.cpp ImageOrientation ImageSource::orientationAtIndex(size_t) const
ImageSource       152 Source/platform/graphics/ImageSource.cpp bool ImageSource::frameHasAlphaAtIndex(size_t index) const
ImageSource       157 Source/platform/graphics/ImageSource.cpp bool ImageSource::frameIsCompleteAtIndex(size_t index) const
ImageSource       162 Source/platform/graphics/ImageSource.cpp unsigned ImageSource::frameBytesAtIndex(size_t index) const
ImageSource        63 Source/platform/graphics/ImageSource.h class PLATFORM_EXPORT ImageSource {
ImageSource        64 Source/platform/graphics/ImageSource.h     WTF_MAKE_NONCOPYABLE(ImageSource);
ImageSource        76 Source/platform/graphics/ImageSource.h     ImageSource(AlphaOption alphaOption = AlphaPremultiplied, GammaAndColorProfileOption gammaAndColorProfileOption = GammaAndColorProfileApplied);
ImageSource        77 Source/platform/graphics/ImageSource.h     ~ImageSource();
ImageSource      1554 Source/platform/graphics/gpu/WebGLImageConversion.cpp             *(m_image->data()), ImageSource::AlphaNotPremultiplied,
ImageSource      1555 Source/platform/graphics/gpu/WebGLImageConversion.cpp             ignoreGammaAndColorProfile ? ImageSource::GammaAndColorProfileIgnored : ImageSource::GammaAndColorProfileApplied));
ImageSource        55 Source/platform/graphics/test/MockImageDecoder.h         : ImageDecoder(ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfileApplied, noDecodedImageByteLimit)
ImageSource        84 Source/platform/image-decoders/ImageDecoder.cpp PassOwnPtr<ImageDecoder> ImageDecoder::create(const SharedBuffer& data, ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption)
ImageSource        62 Source/platform/image-decoders/ImageDecoder.h     ImageDecoder(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption, size_t maxDecodedBytes)
ImageSource        63 Source/platform/image-decoders/ImageDecoder.h         : m_premultiplyAlpha(alphaOption == ImageSource::AlphaPremultiplied)
ImageSource        64 Source/platform/image-decoders/ImageDecoder.h         , m_ignoreGammaAndColorProfile(gammaAndColorProfileOption == ImageSource::GammaAndColorProfileIgnored)
ImageSource        76 Source/platform/image-decoders/ImageDecoder.h     static PassOwnPtr<ImageDecoder> create(const SharedBuffer& data, ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
ImageSource        79 Source/platform/image-decoders/ImageDecoder.h     static PassOwnPtr<ImageDecoder> create(const SharedBuffer& data, ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption, size_t maxDecodedSize);
ImageSource        46 Source/platform/image-decoders/ImageDecoderTest.cpp         : ImageDecoder(ImageSource::AlphaNotPremultiplied, ImageSource::GammaAndColorProfileApplied, noDecodedImageByteLimit)
ImageSource        44 Source/platform/image-decoders/bmp/BMPImageDecoder.cpp BMPImageDecoder::BMPImageDecoder(ImageSource::AlphaOption alphaOption,
ImageSource        45 Source/platform/image-decoders/bmp/BMPImageDecoder.cpp     ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption,
ImageSource        42 Source/platform/image-decoders/bmp/BMPImageDecoder.h     BMPImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption, size_t maxDecodedBytes);
ImageSource        37 Source/platform/image-decoders/gif/GIFImageDecoder.cpp GIFImageDecoder::GIFImageDecoder(ImageSource::AlphaOption alphaOption,
ImageSource        38 Source/platform/image-decoders/gif/GIFImageDecoder.cpp     ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption,
ImageSource        43 Source/platform/image-decoders/gif/GIFImageDecoder.h     GIFImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption, size_t maxDecodedBytes);
ImageSource        61 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     return adoptPtr(new GIFImageDecoder(ImageSource::AlphaNotPremultiplied, ImageSource::GammaAndColorProfileApplied, ImageDecoder::noDecodedImageByteLimit));
ImageSource        48 Source/platform/image-decoders/ico/ICOImageDecoder.cpp ICOImageDecoder::ICOImageDecoder(ImageSource::AlphaOption alphaOption,
ImageSource        49 Source/platform/image-decoders/ico/ICOImageDecoder.cpp     ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption,
ImageSource       231 Source/platform/image-decoders/ico/ICOImageDecoder.cpp             new PNGImageDecoder(m_premultiplyAlpha ? ImageSource::AlphaPremultiplied : ImageSource::AlphaNotPremultiplied,
ImageSource       232 Source/platform/image-decoders/ico/ICOImageDecoder.cpp                 m_ignoreGammaAndColorProfile ? ImageSource::GammaAndColorProfileIgnored : ImageSource::GammaAndColorProfileApplied, m_maxDecodedBytes));
ImageSource        43 Source/platform/image-decoders/ico/ICOImageDecoder.h     ICOImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption, size_t maxDecodedBytes);
ImageSource       594 Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp JPEGImageDecoder::JPEGImageDecoder(ImageSource::AlphaOption alphaOption,
ImageSource       595 Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp     ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption,
ImageSource        43 Source/platform/image-decoders/jpeg/JPEGImageDecoder.h     JPEGImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption, size_t maxDecodedBytes);
ImageSource        62 Source/platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp     return adoptPtr(new JPEGImageDecoder(ImageSource::AlphaNotPremultiplied, ImageSource::GammaAndColorProfileApplied, maxDecodedBytes));
ImageSource       217 Source/platform/image-decoders/png/PNGImageDecoder.cpp PNGImageDecoder::PNGImageDecoder(ImageSource::AlphaOption alphaOption,
ImageSource       218 Source/platform/image-decoders/png/PNGImageDecoder.cpp     ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption,
ImageSource        41 Source/platform/image-decoders/png/PNGImageDecoder.h     PNGImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption, size_t maxDecodedBytes);
ImageSource        51 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp WEBPImageDecoder::WEBPImageDecoder(ImageSource::AlphaOption alphaOption,
ImageSource        52 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp     ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption,
ImageSource        41 Source/platform/image-decoders/webp/WEBPImageDecoder.h     WEBPImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption, size_t maxDecodedBytes);
ImageSource        63 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     return adoptPtr(new WEBPImageDecoder(ImageSource::AlphaNotPremultiplied, ImageSource::GammaAndColorProfileApplied, ImageDecoder::noDecodedImageByteLimit));
ImageSource        60 Source/web/WebImageDecoder.cpp         m_private = new BMPImageDecoder(ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfileApplied, maxDecodedBytes);
ImageSource        63 Source/web/WebImageDecoder.cpp         m_private = new ICOImageDecoder(ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfileApplied, maxDecodedBytes);