Home
last modified time | relevance | path

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

/external/skia/src/gpu/tessellate/
DGrDrawAtlasPathOp.cpp138 *fInstanceTail = copy; in onCombineIfPossible()
139 fInstanceTail = (!copy->fNext) ? &copy->fNext : that->fInstanceTail; in onCombineIfPossible()
DGrDrawAtlasPathOp.h90 InstanceList** fInstanceTail = &fInstanceList.fNext; variable