Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DSkGpuDevice_drawTexture.cpp104 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()
[all …]
DSkGpuDevice.h247 const SkRect& clippedDstRect,