Lines Matching refs:find
31 sk_sp<GrTextBlob> GrTextBlobCache::find(const GrTextBlob::Key& key) {
33 const BlobIDCacheEntry* idEntry = fBlobIDCache.find(key.fUniqueID);
38 sk_sp<GrTextBlob> blob = idEntry->find(key);
54 auto* idEntry = fBlobIDCache.find(id);
57 sk_sp<GrTextBlob> stillExists = idEntry->find(blob->key());
91 auto* idEntry = fBlobIDCache.find(msg.fBlobID);
144 auto* idEntry = fBlobIDCache.find(id);
149 if (sk_sp<GrTextBlob> alreadyIn = idEntry->find(blob->key()); alreadyIn) {
172 SkASSERT(!this->find(blob->key()));
187 sk_sp<GrTextBlob> GrTextBlobCache::BlobIDCacheEntry::find(const GrTextBlob::Key& key) const {