Home
last modified time | relevance | path

Searched refs:findBlobIndex (Results 1 – 3 of 3) sorted by relevance

/external/skqp/src/gpu/text/
DGrTextBlobCache.h131 auto index = this->findBlobIndex(GrTextBlob::GetKey(*blob)); in removeBlob()
138 auto index = this->findBlobIndex(key); in find()
142 int findBlobIndex(const GrTextBlob::Key& key) const{ in findBlobIndex() function
/external/skia/src/gpu/text/
DGrTextBlobCache.cpp181 auto index = this->findBlobIndex(blob->key()); in removeBlob()
188 auto index = this->findBlobIndex(key); in find()
192 int GrTextBlobCache::BlobIDCacheEntry::findBlobIndex(const GrTextBlob::Key& key) const { in findBlobIndex() function in GrTextBlobCache::BlobIDCacheEntry
DGrTextBlobCache.h67 int findBlobIndex(const GrTextBlob::Key& key) const;