Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.h250 void internalDrawImageRect(SkKeyedImage,
DSkPDFDevice.cpp978 this->internalDrawImageRect(SkKeyedImage(sk_ref_sp(const_cast<SkImage*>(image))), in drawImageRect()
988 this->internalDrawImageRect(SkKeyedImage(bm), src, dst, paint, this->ctm()); in drawBitmapRect()
994 this->internalDrawImageRect(SkKeyedImage(bm), nullptr, r, paint, this->ctm()); in drawBitmap()
1000 this->internalDrawImageRect(SkKeyedImage(bm), nullptr, r, paint, SkMatrix::I()); in drawSprite()
1006 this->internalDrawImageRect(SkKeyedImage(sk_ref_sp(const_cast<SkImage*>(image))), in drawImage()
2284 void SkPDFDevice::internalDrawImageRect(SkKeyedImage imageSubset, in internalDrawImageRect() function in SkPDFDevice