Lines Matching refs:fBytesInUse
117 fBytesInUse = 0; in reset()
172 SkASSERT(bytesInUse == fBytesInUse); in validate()
174 SkASSERT((fBytesInUse && !fBlocks.empty()) || in validate()
175 (!fBytesInUse && (fBlocks.count() < 2))); in validate()
177 SkASSERT((0 == fBytesInUse) == fBlocks.empty()); in validate()
215 fBytesInUse += alignedSize; in makeSpace()
238 fBytesInUse += size; in makeSpace()
273 fBytesInUse += pad; in makeSpaceAtLeast()
281 fBytesInUse += size; in makeSpaceAtLeast()
296 fBytesInUse -= bytesUsed; in putBack()
306 fBytesInUse -= bytes; in putBack()