Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/ccpr/
DGrCCPerFlushResources.h98 int nextPathInstanceIdx() const { return fNextPathInstanceIdx; } in nextPathInstanceIdx()
105 SkASSERT(fNextPathInstanceIdx < fEndPathInstance); in appendDrawPathInstance()
106 return fPathInstanceData[fNextPathInstanceIdx++]; in appendDrawPathInstance()
156 int fNextPathInstanceIdx; variable
DGrCCPerFlushResources.cpp193 , fNextPathInstanceIdx( in GrCCPerFlushResources()
374 SkASSERT(fNextPathInstanceIdx < fEndPathInstance); in renderShapeInAtlas()
505 SkASSERT(fNextPathInstanceIdx == fEndPathInstance); in finalize()