Home
last modified time | relevance | path

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

/external/skia/src/gpu/tessellate/
DGrDrawAtlasPathOp.h24 , fInstanceList(devIBounds, locationInAtlas, transposedInAtlas, paint.getColor4f(), in GrDrawAtlasPathOp()
89 InstanceList fInstanceList; variable
90 InstanceList** fInstanceTail = &fInstanceList.fNext;
DGrDrawAtlasPathOp.cpp120 fInstanceList.fInstance.fColor, GrProcessorAnalysisCoverage::kSingleChannel, clip, in finalize()
121 &GrUserStencilSettings::kUnused, caps, clampType, &fInstanceList.fInstance.fColor); in finalize()
137 auto* copy = alloc->make<InstanceList>(that->fInstanceList); in onCombineIfPossible()
156 for (const InstanceList* list = &fInstanceList; list; list = list->fNext) { in onPrepare()