Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrTextBlobCache.h70 if (idEntry->fBlobs.empty()) { in remove()
121 fBlobs.emplace_back(std::move(blob)); in addBlob()
131 fBlobs.removeShuffle(index); in removeBlob()
136 return index < 0 ? nullptr : fBlobs[index]; in find()
140 for (int i = 0; i < fBlobs.count(); ++i) { in findBlobIndex()
141 if (GrAtlasTextBlob::GetKey(*fBlobs[i]) == key) { in findBlobIndex()
151 SkSTArray<1, sk_sp<GrAtlasTextBlob>, true> fBlobs; member
183 for (const auto& blob : idEntry->fBlobs) {
DGrTextBlobCache.cpp18 for (const auto& blob : entry->fBlobs) { in freeAll()