Searched refs:adjustSize (Results 1 – 6 of 6) sorted by relevance
612 IntSize DrawingBuffer::adjustSize(const IntSize& size) { in adjustSize() function in WebCore::DrawingBuffer639 IntSize adjustedSize = adjustSize(size); in adjustSizeWithContextEviction()650 adjustedSize = adjustSize(size); in adjustSizeWithContextEviction()668 adjustedSize = adjustSize(newSize); in reset()
92 IntSize adjustSize(const IntSize&);
535 memoryCache()->adjustSize(hasClients(), delta); in setDecodedSize()559 memoryCache()->adjustSize(hasClients(), delta); in setEncodedSize()729 memoryCache()->adjustSize(hasClients(), size()); in updateForAccess()
136 void adjustSize(bool live, ptrdiff_t delta);
132 adjustSize(newResource->hasClients(), delta); in replace()308 adjustSize(resource->hasClients(), -static_cast<ptrdiff_t>(resource->size())); in evict()491 void MemoryCache::adjustSize(bool live, ptrdiff_t delta) in adjustSize() function in WebCore::MemoryCache
190 …IntSize desiredSize = evictedContext->m_drawingBuffer->adjustSize(evictedContext->clampedCanvasSiz… in willDestroyContext()