Home
last modified time | relevance | path

Searched refs:drawStrokes (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/gpu/ccpr/
DGrCCStroker.h58 void drawStrokes(GrOpFlushState*, BatchID, const SkIRect& drawBounds) const;
DGrCCPerFlushResources.cpp119 fResources->stroker().drawStrokes(flushState, fStrokeBatchID, fDrawBounds); in onExecute()
DGrCCStroker.cpp675 void GrCCStroker::drawStrokes(GrOpFlushState* flushState, BatchID batchID, in drawStrokes() function in GrCCStroker
/external/skqp/samplecode/
DSampleCCPRGeometry.cpp386 stroker.drawStrokes(state, batchID, ibounds); in onExecute()