Lines Matching refs:fStorage
363 if (NULL != fStorage.get()) { in ~SkTextBlobBuilder()
434 SkTextBlob::RunRecord* run = reinterpret_cast<SkTextBlob::RunRecord*>(fStorage.get() + in updateDeferredBounds()
451 SkASSERT(NULL == fStorage.get()); in reserve()
461 fStorage.realloc(fStorageSize); in reserve()
472 SkTextBlob::RunRecord* run = reinterpret_cast<SkTextBlob::RunRecord*>(fStorage.get() + in mergeRun()
497 run = reinterpret_cast<SkTextBlob::RunRecord*>(fStorage.get() + fLastRun); in mergeRun()
509 run->validate(fStorage.get() + fStorageUsed); in mergeRun()
529 SkTextBlob::RunRecord* run = new (fStorage.get() + fStorageUsed) in allocInternal()
540 run->validate(fStorage.get() + fStorageUsed); in allocInternal()
577 SkASSERT((fRunCount > 0) == (NULL != fStorage.get())); in build()
582 SkASSERT(NULL == fStorage.get()); in build()
584 fStorage.realloc(fStorageUsed); in build()
590 SkTextBlob::RunRecord::First(reinterpret_cast<const SkTextBlob*>(fStorage.get())); in build()
593 run->validate(fStorage.get() + fStorageUsed); in build()
599 const SkTextBlob* blob = new (fStorage.detach()) SkTextBlob(fRunCount, fBounds); in build()