Searched refs:clippedDstRect (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/ |
D | SkGpuDevice_drawTexture.cpp | 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() [all …]
|
D | SkGpuDevice.h | 214 const SkRect& clippedDstRect,
|