Searched refs:internalDrawImageRect (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/pdf/ |
D | SkPDFDevice.h | 217 void internalDrawImageRect(SkKeyedImage,
|
D | SkPDFDevice.cpp | 875 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/ |
D | SkPDFDevice.h | 221 void internalDrawImageRect(SkKeyedImage,
|
D | SkPDFDevice.cpp | 875 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
|