Home
last modified time | relevance | path

Searched refs:drawTextureProducer (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DSkGpuDevice.cpp895 this->drawTextureProducer(&adjuster, nullptr, nullptr, SkCanvas::kFast_SrcRectConstraint, in drawBitmap()
941 this->drawTextureProducer(&maker, nullptr, nullptr, SkCanvas::kStrict_SrcRectConstraint, in drawBitmap()
1282 this->drawTextureProducer(&adjuster, src, &origDst, constraint, *draw.fMatrix, fClip, in drawBitmapRect()
1360 this->drawTextureProducer(&maker, src, dst, constraint, *draw.fMatrix, fClip, paint); in drawBitmapRect()
1474 this->drawTextureProducer(&adjuster, nullptr, nullptr, SkCanvas::kFast_SrcRectConstraint, in drawImage()
1489 this->drawTextureProducer(&maker, nullptr, nullptr, SkCanvas::kFast_SrcRectConstraint, in drawImage()
1504 this->drawTextureProducer(&adjuster, src, &dst, constraint, *draw.fMatrix, fClip, paint); in drawImageRect()
1520 this->drawTextureProducer(&maker, src, &dst, constraint, *draw.fMatrix, fClip, paint); in drawImageRect()
1544 this->drawTextureProducer(producer, &srcR, &dstR, SkCanvas::kStrict_SrcRectConstraint, in drawProducerNine()
DSkGpuDevice_drawTexture.cpp90 void SkGpuDevice::drawTextureProducer(GrTextureProducer* producer, in drawTextureProducer() function in SkGpuDevice
DSkGpuDevice.h237 void drawTextureProducer(GrTextureProducer*,