Searched refs:internalRemove (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/src/core/ |
D | SkTMultiMap.h | 79 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/ |
D | SkTMultiMap.h | 75 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/ |
D | GrTextBlobCache.cpp | 49 this->internalRemove(blob); in remove() 52 void GrTextBlobCache::internalRemove(GrTextBlob* blob) { in internalRemove() function in GrTextBlobCache 131 this->internalRemove(lruBlob); in internalCheckPurge()
|
D | GrTextBlobCache.h | 78 void internalRemove(GrTextBlob* blob) SK_REQUIRES(fSpinLock);
|