Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkBlockAllocator.h129 inline bool resize(int start, int end, int deltaBytes);
645 bool SkBlockAllocator::Block::resize(int start, int end, int deltaBytes) { in resize() argument
649 if (deltaBytes > kMaxAllocationSize || deltaBytes < -kMaxAllocationSize) { in resize()
654 int nextCursor = end + deltaBytes; in resize()