Searched refs:drawTextureProducer (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/gpu/ |
D | SkGpuDevice.cpp | 895 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()
|
D | SkGpuDevice_drawTexture.cpp | 90 void SkGpuDevice::drawTextureProducer(GrTextureProducer* producer, in drawTextureProducer() function in SkGpuDevice
|
D | SkGpuDevice.h | 237 void drawTextureProducer(GrTextureProducer*,
|