Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ccpr/
DGrCCPerFlushResources.h107 const GrCCStroker& stroker() const { SkASSERT(!this->isMapped()); return fStroker; } in stroker()
130 GrCCStroker fStroker; variable
DGrCCPerFlushResources.cpp159 , fStroker(specs.fNumRenderedPaths[kStrokeIdx], in GrCCPerFlushResources()
377 fStroker.parseDeviceSpaceStroke(path, fLocalDevPtsBuffer.begin(), stroke, strokeDevWidth, in renderShapeInAtlas()
424 retiredAtlas->setStrokeBatchID(fStroker.closeCurrentBatch()); in placeRenderedPathInAtlas()
444 fRenderedAtlasStack.current().setStrokeBatchID(fStroker.closeCurrentBatch()); in finalize()
452 if (!fStroker.prepareToDraw(onFlushRP)) { in finalize()