Lines Matching full:imagesource
566 * platform/graphics/ImageSource.cpp:
567 (WebCore::ImageSource::bytesDecodedToDetermineProperties):
570 * platform/graphics/ImageSource.h:
572 (WebCore::ImageSource::bytesDecodedToDetermineProperties):
26819 * platform/graphics/ImageSource.cpp:
26820 (WebCore::ImageSource::createFrameAtIndex):
26821 (WebCore::ImageSource::frameDurationAtIndex):
26822 (WebCore::ImageSource::frameIsCompleteAtIndex):
31846 Image (BitmapImage, ImageSource) types in WebKit use IntSize to store their
43360 Use enums instead of booleans in ImageSource/ImageDecoder constructors
43363 This patch basically defines two enum type in ImageSource: AlphaOption
43364 and GammaAndColorProfileOption and use them as ImageSource and ImageDecoder
43367 * platform/graphics/ImageSource.cpp:
43368 (WebCore::ImageSource::ImageSource):
43369 (WebCore::ImageSource::setData):
43370 * platform/graphics/ImageSource.h: Define the two enum types.
43374 (WebCore::ImageSource::ImageSource):