Lines Matching refs:drawBounds
676 const SkIRect& drawBounds) const { in drawStrokes()
695 this->appendStrokeMeshesToBuffers(0, batch, startIndices, startScissorSubBatch, drawBounds); in drawStrokes()
698 this->flushBufferedMeshesAsStrokes(linearProc, flushState, pipeline, drawBounds); in drawStrokes()
703 this->appendStrokeMeshesToBuffers(i, batch, startIndices, startScissorSubBatch, drawBounds); in drawStrokes()
707 this->flushBufferedMeshesAsStrokes(cubicProc, flushState, pipeline, drawBounds); in drawStrokes()
713 flushState, pipeline, triProc, batch, startIndices, startScissorSubBatch, drawBounds); in drawStrokes()
718 flushState, pipeline, conicProc, batch, startIndices, startScissorSubBatch, drawBounds); in drawStrokes()
724 const SkIRect& drawBounds) const { in appendStrokeMeshesToBuffers()
739 fScissorsBuffer.push_back(drawBounds); in appendStrokeMeshesToBuffers()
762 const SkIRect& drawBounds) const { in flushBufferedMeshesAsStrokes()
768 SkRect::Make(drawBounds)); in flushBufferedMeshesAsStrokes()
779 const SkIRect& drawBounds) const { in drawConnectingGeometry()
788 fScissorsBuffer.push_back(drawBounds); in drawConnectingGeometry()
810 fMeshesBuffer.count(), SkRect::Make(drawBounds)); in drawConnectingGeometry()