Home
last modified time | relevance | path

Searched refs:m_decodedSize (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DBitmapImage.cpp62 , m_decodedSize(0) in BitmapImage()
110 m_decodedSize += deltaBytes; in destroyMetadataAndNotify()
122 ASSERT(m_decodedSize == 0 || numFrames > 1); in cacheFrame()
142 m_decodedSize += deltaBytes; in cacheFrame()
154 if (m_decodedSize) in didDecodeProperties()
DBitmapImage.h134 virtual unsigned decodedSize() const { return m_decodedSize; }
297 unsigned m_decodedSize; // The current size of all decoded frames.
/external/webkit/Source/WebCore/loader/cache/
DCachedResource.cpp84 , m_decodedSize(0) in CachedResource()
317 if (size == m_decodedSize) in setDecodedSize()
320 int delta = size - m_decodedSize; in setDecodedSize()
328 m_decodedSize = size; in setDecodedSize()
341 if (m_decodedSize && !m_inLiveDecodedResourcesList && hasClients()) in setDecodedSize()
343 else if (!m_decodedSize && m_inLiveDecodedResourcesList) in setDecodedSize()
DCachedResource.h123 unsigned decodedSize() const { return m_decodedSize; } in decodedSize()
255 unsigned m_decodedSize; variable
/external/webkit/Source/WebCore/platform/graphics/cairo/
DImageCairo.cpp76 , m_decodedSize(0) in BitmapImage()
86 m_decodedSize = width * height * 4; in BitmapImage()
/external/webkit/Source/WebCore/platform/graphics/qt/
DImageQt.cpp177 , m_decodedSize(0) in BitmapImage()
185 m_decodedSize = width * height * 4; in BitmapImage()
/external/webkit/Source/WebCore/platform/graphics/cg/
DImageCG.cpp82 , m_decodedSize(0) in BitmapImage()
90 m_decodedSize = width * height * 4; in BitmapImage()
/external/webkit/Source/WebCore/platform/graphics/openvg/
DImageOpenVG.cpp78 m_decodedSize = m_size.width() * m_size.height() * 4; in BitmapImage()
/external/webkit/Source/WebCore/platform/graphics/android/
DImageAndroid.cpp88 , m_decodedSize(0) in BitmapImage()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1446278 … data yet for image that does not decode incrementally) m_decodedSize was incremented anyway. This