Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/ccpr/
DGrCCPerOpListPaths.h26 SkTInternalLList<GrCCDrawPathsOp> fDrawOps; // This class does not own these ops. member
DGrCoverageCountingPathRenderer.cpp264 for (GrCCDrawPathsOp* op : fFlushingPaths.back()->fDrawOps) { in preFlush()
293 for (GrCCDrawPathsOp* op : flushingPaths->fDrawOps) { in preFlush()
DGrCCDrawPathsOp.cpp127 fOwningPerOpListPaths->fDrawOps.remove(this); in ~GrCCDrawPathsOp()
219 fOwningPerOpListPaths->fDrawOps.addToTail(this); in addToOwningPerOpListPaths()