Searched refs:OnFlushEntryRef (Results 1 – 3 of 3) sorted by relevance
84 class OnFlushEntryRef : SkNoncopyable {86 static OnFlushEntryRef OnFlushRef(GrCCPathCacheEntry*);87 OnFlushEntryRef() = default;88 OnFlushEntryRef(OnFlushEntryRef&& ref) : fEntry(skstd::exchange(ref.fEntry, nullptr)) {} in OnFlushEntryRef() function89 ~OnFlushEntryRef();95 void operator=(OnFlushEntryRef&& ref) { fEntry = skstd::exchange(ref.fEntry, nullptr); }98 OnFlushEntryRef(GrCCPathCacheEntry* entry) : fEntry(entry) {} in OnFlushEntryRef() function108 OnFlushEntryRef find(GrOnFlushResourceProvider*, const GrShape&,
161 GrCCPathCache::OnFlushEntryRef GrCCPathCache::find( in find()165 return OnFlushEntryRef(); in find()170 return OnFlushEntryRef(); in find()245 return OnFlushEntryRef::OnFlushRef(entry); in find()330 GrCCPathCache::OnFlushEntryRef331 GrCCPathCache::OnFlushEntryRef::OnFlushRef(GrCCPathCacheEntry* entry) { in OnFlushRef()337 return OnFlushEntryRef(entry); in OnFlushRef()340 GrCCPathCache::OnFlushEntryRef::~OnFlushEntryRef() { in ~OnFlushEntryRef()
108 GrCCPathCache::OnFlushEntryRef fCacheEntry;