Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBatchFontCache.h53 bool isAbandoned() const { return fIsAbandoned; } in isAbandoned()
69 bool fIsAbandoned; variable
DGrBatchFontCache.cpp122 strike->fIsAbandoned = true; in HandleEviction()
161 , fIsAbandoned(false) { in GrBatchTextStrike()