Searched refs:clippedDstRect (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/gpu/ |
D | SkGpuDevice_drawTexture.cpp | 188 SkRect clippedDstRect; in drawTextureProducer() local 203 srcToDstMatrix.mapRect(&clippedDstRect, clippedSrcRect); in drawTextureProducer() 206 clippedDstRect = *dstRect; in drawTextureProducer() 214 clippedDstRect = *dstRect; in drawTextureProducer() 219 clippedDstRect = srcBounds; in drawTextureProducer() 227 this->drawTextureProducerImpl(producer, clippedSrcRect, clippedDstRect, constraint, viewMatrix, in drawTextureProducer() 233 const SkRect& clippedDstRect, in drawTextureProducerImpl() argument 310 clippedDstRect, clippedSrcRect); in drawTextureProducerImpl() 316 clippedDstRect); in drawTextureProducerImpl() 320 GrShape shape(clippedDstRect, GrStyle::SimpleFill()); in drawTextureProducerImpl()
|
D | SkGpuDevice.h | 231 const SkRect& clippedDstRect,
|
D | GrRenderTargetContext.cpp | 960 SkRect clippedDstRect = dstRect; in drawTexture() local 962 if (!crop_filled_rect(this->width(), this->height(), clip, viewMatrix, &clippedDstRect, in drawTexture() 967 clippedDstRect, aaType, aaFlags, constraint, viewMatrix, in drawTexture()
|
/external/skia/src/gpu/ |
D | GrRenderTargetContext.cpp | 988 SkRect clippedDstRect = dstRect; in drawTexture() local 990 if (!crop_filled_rect(this->width(), this->height(), clip, viewMatrix, &clippedDstRect, in drawTexture() 1001 !GrTextureOp::GetFilterHasEffect(viewMatrix, clippedSrcRect, clippedDstRect)) { in drawTexture() 1010 viewMatrix, clippedDstRect, clippedSrcRect); in drawTexture() 1014 clippedDstRect, aaType, aaFlags, constraint, viewMatrix, in drawTexture()
|