Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkTMultiMap.h79 this->internalRemove(prev, list, key); in remove()
89 this->internalRemove(prev, list, key); in remove()
122 this->internalRemove(prev, list, key); in findAndRemove()
168 void internalRemove(ValueList* prev, ValueList* elem, const Key& key) { in internalRemove() function
/third_party/flutter/skia/src/core/
DSkTMultiMap.h75 this->internalRemove(prev, list, key); in remove()
85 this->internalRemove(prev, list, key); in remove()
118 this->internalRemove(prev, list, key); in findAndRemove()
191 void internalRemove(ValueList* prev, ValueList* elem, const Key& key) { in internalRemove() function
/third_party/skia/src/gpu/text/
DGrTextBlobCache.cpp49 this->internalRemove(blob); in remove()
52 void GrTextBlobCache::internalRemove(GrTextBlob* blob) { in internalRemove() function in GrTextBlobCache
131 this->internalRemove(lruBlob); in internalCheckPurge()
DGrTextBlobCache.h78 void internalRemove(GrTextBlob* blob) SK_REQUIRES(fSpinLock);