OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numBytesForSize
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit2/Shared/
ShareableBitmap.cpp
62
size_t numBytes =
numBytesForSize
(size);
73
size_t numBytes =
numBytesForSize
(size);
86
size_t numBytes =
numBytesForSize
(size);
142
size_t newNumBytes =
numBytesForSize
(size);
ShareableBitmap.h
114
static size_t
numBytesForSize
(const WebCore::IntSize& size) { return size.width() * size.height() * 4; }
122
size_t sizeInBytes() const { return
numBytesForSize
(m_size); }
Completed in 983 milliseconds