Home
last modified time | relevance | path

Searched refs:numBytesForSize (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
DShareableBitmap.cpp62 size_t numBytes = numBytesForSize(size); in create()
73 size_t numBytes = numBytesForSize(size); in createShareable()
86 size_t numBytes = numBytesForSize(size); in create()
142 size_t newNumBytes = numBytesForSize(size); in resize()
DShareableBitmap.h114 …static size_t numBytesForSize(const WebCore::IntSize& size) { return size.width() * size.height() … in numBytesForSize() function
122 size_t sizeInBytes() const { return numBytesForSize(m_size); } in sizeInBytes()
/external/webkit/Source/WebKit2/
DChangeLog9099 (WebKit::ShareableBitmap::numBytesForSize):
9169 Rename numBytesForSize to numBytesNeededForBitmapSize.
DChangeLog-2011-02-1615412 Use new numBytesForSize helper function.
15418 (WebKit::BackingStore::numBytesForSize):