Searched defs:decodedSize (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/cg/
H A DPDFDocumentImage.h61 virtual unsigned decodedSize() const { return 0; } function in class:WebCore::PDFDocumentImage
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DStillImageHaiku.cpp48 unsigned StillImage::decodedSize() const function in class:WebCore::StillImage
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DStillImageQt.h50 virtual unsigned decodedSize() const { return 0; } function in class:WebCore::StillImage
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DBitmapImageSingleFrameSkia.h64 virtual unsigned decodedSize() const function in class:WebCore::BitmapImageSingleFrameSkia
66 return m_nativeImage.decodedSize();
H A DNativeImageSkia.cpp72 int NativeImageSkia::decodedSize() const function in class:WebCore::NativeImageSkia
/external/webkit/Source/WebCore/svg/graphics/
H A DSVGImage.h63 virtual unsigned decodedSize() const { return 0; } function in class:WebCore::SVGImage
/external/webkit/Source/WebKit/chromium/tests/
H A DDragImageTest.cpp84 virtual unsigned int decodedSize() const function in class:__anon14780::TestImage
/external/webkit/Source/WebCore/platform/graphics/
H A DGeneratedImage.h57 virtual unsigned decodedSize() const { return 0; } function in class:WebCore::GeneratedImage
H A DBitmapImage.h134 virtual unsigned decodedSize() const { return m_decodedSize; } function in class:WebCore::BitmapImage
/external/webkit/Source/WebKit/chromium/public/
H A DWebCache.h56 size_t decodedSize; member in struct:WebKit::WebCache::ResourceTypeStat
/external/webkit/Source/WebCore/loader/cache/
H A DMemoryCache.h92 int decodedSize; member in struct:WebCore::MemoryCache::TypeStatistic
95 TypeStatistic() : count(0), size(0), liveSize(0), decodedSize(0), purgeableSize(0), purgedSize(0) { }
H A DCachedResource.h121 unsigned size() const { return encodedSize() + decodedSize() + overheadSize(); }
123 unsigned decodedSize() const { return m_decodedSize; } function in class:WebCore::CachedResource
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DImageBufferWinCE.cpp45 virtual unsigned decodedSize() const { return 0; } function in class:WebCore::BufferedImage

Completed in 411 milliseconds