Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DSkGpuDevice.cpp905 this->drawTextureProducer(&maker, nullptr, nullptr, SkCanvas::kStrict_SrcRectConstraint, in drawBitmap()
1277 this->drawTextureProducer(&maker, src, dst, constraint, this->ctm(), this->clip(), paint); in drawBitmapRect()
1379 this->drawTextureProducer(&adjuster, nullptr, nullptr, SkCanvas::kFast_SrcRectConstraint, in drawImage()
1394 this->drawTextureProducer(&maker, nullptr, nullptr, SkCanvas::kFast_SrcRectConstraint, in drawImage()
1412 this->drawTextureProducer(&adjuster, src, &dst, constraint, this->ctm(), this->clip(), in drawImageRect()
1430 this->drawTextureProducer(&maker, src, &dst, constraint, this->ctm(), this->clip(), paint); in drawImageRect()
1453 this->drawTextureProducer(producer, &srcR, &dstR, SkCanvas::kStrict_SrcRectConstraint, in drawProducerNine()
DSkGpuDevice_drawTexture.cpp90 void SkGpuDevice::drawTextureProducer(GrTextureProducer* producer, in drawTextureProducer() function in SkGpuDevice
DSkGpuDevice.h204 void drawTextureProducer(GrTextureProducer*,