Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrTextBlobRedrawCoordinator.cpp88 GrTextBlob* blobPtr = blob.get(); in find() local
89 if (blobPtr != nullptr && blobPtr != fBlobList.head()) { in find()
90 fBlobList.remove(blobPtr); in find()
91 fBlobList.addToHead(blobPtr); in find()