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()
143 this->drawTextureProducerImpl(producer, clippedSrcRect, clippedDstRect, constraint, viewMatrix, in drawTextureProducer()
149 const SkRect& clippedDstRect, in drawTextureProducerImpl() argument
219 clippedDstRect, clippedSrcRect); in drawTextureProducerImpl()
224 fRenderTargetContext->drawRect(clip, std::move(grPaint), aa, viewMatrix, clippedDstRect); in drawTextureProducerImpl()
231 viewMatrix.mapRectScaleTranslate(&devClippedDstRect, clippedDstRect); in drawTextureProducerImpl()
240 SkRRect::MakeRect(clippedDstRect), in drawTextureProducerImpl()
247 rectPath.addRect(clippedDstRect); in drawTextureProducerImpl()