Lines Matching refs:get
256 if (nullptr != fStorage.get()) {
278 font.getBounds(run.glyphBuffer(), run.glyphCount(), glyphBounds.get(), nullptr);
381 SkTextBlob::RunRecord* run = reinterpret_cast<SkTextBlob::RunRecord*>(fStorage.get() +
400 SkASSERT(nullptr == fStorage.get());
424 SkTextBlob::RunRecord* run = reinterpret_cast<SkTextBlob::RunRecord*>(fStorage.get() +
459 run = reinterpret_cast<SkTextBlob::RunRecord*>(fStorage.get() + fLastRun);
471 run->validate(fStorage.get() + fStorageUsed);
500 SkTextBlob::RunRecord* run = new (fStorage.get() + fStorageUsed)
512 run->validate(fStorage.get() + fStorageUsed);
608 SkASSERT(!fStorage.get());
619 auto* lastRun = reinterpret_cast<SkTextBlob::RunRecord*>(fStorage.get() + fLastRun);
930 paint = defaultPaint.get();