Searched refs:roundedSize (Results 1 – 2 of 2) sorted by relevance
139 size_t roundedSize = roundUp(sizeof(T), minAlignment<T>()); in allocateBase() local141 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()
76 … IntSize roundedSize(roundUpToMultipleOf32(size.width()), roundUpToMultipleOf32(size.height())); in getScratchBuffer() local78 m_imageBuffer = ImageBuffer::create(roundedSize); in getScratchBuffer()