Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.h217 void internalDrawImageRect(SkKeyedImage,
DSkPDFDevice.cpp875 this->internalDrawImageRect(SkKeyedImage(sk_ref_sp(const_cast<SkImage*>(image))), in drawImageRect()
885 this->internalDrawImageRect(SkKeyedImage(bm), src, dst, paint, this->ctm()); in drawBitmapRect()
891 this->internalDrawImageRect(SkKeyedImage(bm), nullptr, r, paint, SkMatrix::I()); in drawSprite()
1780 void SkPDFDevice::internalDrawImageRect(SkKeyedImage imageSubset, in internalDrawImageRect() function in SkPDFDevice
/external/skqp/src/pdf/
DSkPDFDevice.h221 void internalDrawImageRect(SkKeyedImage,
DSkPDFDevice.cpp875 this->internalDrawImageRect(SkKeyedImage(sk_ref_sp(const_cast<SkImage*>(image))), in drawImageRect()
885 this->internalDrawImageRect(SkKeyedImage(bm), src, dst, paint, this->ctm()); in drawBitmapRect()
891 this->internalDrawImageRect(SkKeyedImage(bm), nullptr, r, paint, this->ctm()); in drawBitmap()
897 this->internalDrawImageRect(SkKeyedImage(bm), nullptr, r, paint, SkMatrix::I()); in drawSprite()
903 this->internalDrawImageRect(SkKeyedImage(sk_ref_sp(const_cast<SkImage*>(image))), in drawImage()
1793 void SkPDFDevice::internalDrawImageRect(SkKeyedImage imageSubset, in internalDrawImageRect() function in SkPDFDevice