fullSize           74 Source/platform/graphics/ImageFrameGenerator.cpp ImageFrameGenerator::ImageFrameGenerator(const SkISize& fullSize, PassRefPtr<SharedBuffer> data, bool allDataReceived, bool isMultiFrame)
fullSize           75 Source/platform/graphics/ImageFrameGenerator.cpp     : m_fullSize(fullSize)
fullSize           59 Source/platform/graphics/ImageFrameGenerator.h     static PassRefPtr<ImageFrameGenerator> create(const SkISize& fullSize, PassRefPtr<SharedBuffer> data, bool allDataReceived, bool isMultiFrame = false)
fullSize           61 Source/platform/graphics/ImageFrameGenerator.h         return adoptRef(new ImageFrameGenerator(fullSize, data, allDataReceived, isMultiFrame));
fullSize           64 Source/platform/graphics/ImageFrameGenerator.h     ImageFrameGenerator(const SkISize& fullSize, PassRefPtr<SharedBuffer>, bool allDataReceived, bool isMultiFrame);
fullSize           53 Source/platform/graphics/ImageFrameGeneratorTest.cpp         m_generator = ImageFrameGenerator::create(fullSize(), m_data, false);
fullSize           89 Source/platform/graphics/ImageFrameGeneratorTest.cpp         m_generator->setImageDecoderFactory(MockImageDecoderFactory::create(this, fullSize()));
fullSize          133 Source/platform/graphics/ImageFrameGeneratorTest.cpp     OwnPtr<ScaledImageFragment> completeImageTemp = createCompleteImage(fullSize());
fullSize          137 Source/platform/graphics/ImageFrameGeneratorTest.cpp     EXPECT_EQ(fullSize(), fullImage->scaledSize());
fullSize          140 Source/platform/graphics/ImageFrameGeneratorTest.cpp     const ScaledImageFragment* tempImage = m_generator->decodeAndScale(fullSize());
fullSize          142 Source/platform/graphics/ImageFrameGeneratorTest.cpp     EXPECT_EQ(fullSize(), tempImage->scaledSize());
fullSize          152 Source/platform/graphics/ImageFrameGeneratorTest.cpp     const ScaledImageFragment* tempImage = m_generator->decodeAndScale(fullSize());
fullSize          161 Source/platform/graphics/ImageFrameGeneratorTest.cpp     tempImage = m_generator->decodeAndScale(fullSize());
fullSize          175 Source/platform/graphics/ImageFrameGeneratorTest.cpp     const ScaledImageFragment* tempImage = m_generator->decodeAndScale(fullSize());
fullSize          187 Source/platform/graphics/ImageFrameGeneratorTest.cpp     tempImage = m_generator->decodeAndScale(fullSize());
fullSize          196 Source/platform/graphics/ImageFrameGeneratorTest.cpp     tempImage = m_generator->decodeAndScale(fullSize());
fullSize          204 Source/platform/graphics/ImageFrameGeneratorTest.cpp     const ScaledImageFragment* tempImage = generator->decodeAndScale(fullSize());
fullSize          212 Source/platform/graphics/ImageFrameGeneratorTest.cpp     const ScaledImageFragment* tempImage = m_generator->decodeAndScale(fullSize());
fullSize          234 Source/platform/graphics/ImageFrameGeneratorTest.cpp     tempImage = m_generator->decodeAndScale(fullSize());
fullSize          244 Source/platform/graphics/ImageFrameGeneratorTest.cpp     const ScaledImageFragment* tempImage= m_generator->decodeAndScale(fullSize());
fullSize          249 Source/platform/graphics/ImageFrameGeneratorTest.cpp     EXPECT_TRUE(ImageDecodingStore::instance()->lockDecoder(m_generator.get(), fullSize(), &tempDecoder));
fullSize          258 Source/platform/graphics/ImageFrameGeneratorTest.cpp     m_generator = ImageFrameGenerator::create(fullSize(), m_data, false, true);
fullSize          262 Source/platform/graphics/ImageFrameGeneratorTest.cpp     const ScaledImageFragment* tempImage = m_generator->decodeAndScale(fullSize(), 0);
fullSize          268 Source/platform/graphics/ImageFrameGeneratorTest.cpp     EXPECT_FALSE(m_generator->decodeAndScale(fullSize(), 1));
fullSize          274 Source/platform/graphics/ImageFrameGeneratorTest.cpp     ImageDecodingStore::instance()->unlockCache(m_generator.get(), m_generator->decodeAndScale(fullSize(), 1));
fullSize          278 Source/platform/graphics/ImageFrameGeneratorTest.cpp     EXPECT_TRUE(ImageDecodingStore::instance()->lockDecoder(m_generator.get(), fullSize(), &tempDecoder));
fullSize          284 Source/platform/graphics/ImageFrameGeneratorTest.cpp     ImageDecodingStore::instance()->unlockCache(m_generator.get(), m_generator->decodeAndScale(fullSize(), 1));
fullSize          572 Source/platform/graphics/skia/NativeImageSkia.cpp     unsigned long long fullSize = static_cast<unsigned long long>(scaledImageSize.width()) * static_cast<unsigned long long>(scaledImageSize.height());
fullSize          591 Source/platform/graphics/skia/NativeImageSkia.cpp     return fragmentSize > fullSize / 4;