Searched refs:numBytesForSize (Results 1 – 4 of 4) sorted by relevance
62 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()
114 …static size_t numBytesForSize(const WebCore::IntSize& size) { return size.width() * size.height() … in numBytesForSize() function122 size_t sizeInBytes() const { return numBytesForSize(m_size); } in sizeInBytes()
9099 (WebKit::ShareableBitmap::numBytesForSize):9169 Rename numBytesForSize to numBytesNeededForBitmapSize.
15412 Use new numBytesForSize helper function.15418 (WebKit::BackingStore::numBytesForSize):