Home
last modified time | relevance | path

Searched defs:idEntry (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/text/
DGrTextBlobCache.cpp33 const BlobIDCacheEntry* idEntry = fBlobIDCache.find(key.fUniqueID); in find() local
54 auto* idEntry = fBlobIDCache.find(id); in internalRemove() local
91 auto* idEntry = fBlobIDCache.find(msg.fBlobID); in internalPurgeStaleBlobs() local
144 auto* idEntry = fBlobIDCache.find(id); in internalAdd() local
/external/skqp/src/gpu/text/
DGrTextBlobCache.h53 const auto* idEntry = fBlobIDCache.find(key.fUniqueID); in find() local
59 auto* idEntry = fBlobIDCache.find(id); in remove() local
159 auto* idEntry = fBlobIDCache.find(id); in add() local
DGrTextBlobCache.cpp46 auto* idEntry = fBlobIDCache.find(msg.fBlobID); in purgeStaleBlobs() local