Lines Matching refs:clippedDstRect
104 SkRect clippedDstRect; in drawTextureProducer() local
119 srcToDstMatrix.mapRect(&clippedDstRect, clippedSrcRect); in drawTextureProducer()
122 clippedDstRect = *dstRect; in drawTextureProducer()
130 clippedDstRect = *dstRect; in drawTextureProducer()
135 clippedDstRect = srcBounds; in drawTextureProducer()
140 this->drawTextureProducerImpl(producer, clippedSrcRect, clippedDstRect, constraint, viewMatrix, in drawTextureProducer()
146 const SkRect& clippedDstRect, in drawTextureProducerImpl() argument
214 fDrawContext->fillRectToRect(clip, grPaint, viewMatrix, clippedDstRect, clippedSrcRect); in drawTextureProducerImpl()
219 fDrawContext->drawRect(clip, grPaint, viewMatrix, clippedDstRect); in drawTextureProducerImpl()
226 rrect.setRect(clippedDstRect); in drawTextureProducerImpl()
237 rectPath.addRect(clippedDstRect); in drawTextureProducerImpl()