Home
last modified time | relevance | path

Searched refs:clippedDstRect (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/gpu/
DSkGpuDevice_drawTexture.cpp188 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()
DSkGpuDevice.h231 const SkRect& clippedDstRect,
DGrRenderTargetContext.cpp960 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/image/
DSkImage.cpp574 SkIRect clippedDstRect = dstRect; in makeWithFilter() local
575 if (!clippedDstRect.intersect(clipBounds.makeOffset(result->subset().topLeft() - *offset))) { in makeWithFilter()
580 offset->fX += (clippedDstRect.x() - dstRect.x()); in makeWithFilter()
581 offset->fY += (clippedDstRect.y() - dstRect.y()); in makeWithFilter()
582 *outSubset = clippedDstRect; in makeWithFilter()