Home
last modified time | relevance | path

Searched refs:roundedSize (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gpu/
DPODArena.h139 size_t roundedSize = roundUp(sizeof(T), minAlignment<T>()); in allocateBase() local
141 ptr = m_current->allocate(roundedSize); in allocateBase()
144 if (roundedSize > m_currentChunkSize) in allocateBase()
145 m_currentChunkSize = roundedSize; in allocateBase()
148 ptr = m_current->allocate(roundedSize); in allocateBase()
/external/webkit/Source/WebCore/platform/graphics/
DShadowBlur.cpp76 … IntSize roundedSize(roundUpToMultipleOf32(size.width()), roundUpToMultipleOf32(size.height())); in getScratchBuffer() local
78 m_imageBuffer = ImageBuffer::create(roundedSize); in getScratchBuffer()