Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrTextBlobCache.cpp57 sk_sp<GrTextBlob> stillExists = idEntry->find(blob->key()); in internalRemove() local
58 if (blob == stillExists.get()) { in internalRemove()