Searched refs:deltaBytes (Results 1 – 1 of 1) sorted by relevance
129 inline bool resize(int start, int end, int deltaBytes);645 bool SkBlockAllocator::Block::resize(int start, int end, int deltaBytes) { in resize() argument649 if (deltaBytes > kMaxAllocationSize || deltaBytes < -kMaxAllocationSize) { in resize()654 int nextCursor = end + deltaBytes; in resize()