HomeSort by relevance Sort by last modified time
    Searched refs:fBlobs (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/text/
GrTextBlobCache.cpp 18 for (const auto& blob : entry->fBlobs) {
GrTextBlobCache.h 70 if (idEntry->fBlobs.empty()) {
121 fBlobs.emplace_back(std::move(blob));
131 fBlobs.removeShuffle(index);
136 return index < 0 ? nullptr : fBlobs[index];
140 for (int i = 0; i < fBlobs.count(); ++i) {
141 if (GrAtlasTextBlob::GetKey(*fBlobs[i]) == key) {
151 SkSTArray<1, sk_sp<GrAtlasTextBlob>, true> fBlobs;
183 for (const auto& blob : idEntry->fBlobs) {

Completed in 456 milliseconds