Searched refs:internalDrawImageRect (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/src/pdf/ |
D | SkPDFDevice.h | 166 void internalDrawImageRect(SkKeyedImage,
|
D | SkPDFDevice.cpp | 637 this->internalDrawImageRect(SkKeyedImage(sk_ref_sp(const_cast<SkImage*>(image))), in drawImageRect() 644 this->internalDrawImageRect(SkKeyedImage(bm), nullptr, r, SkSamplingOptions(), paint, in drawSprite() 1449 void SkPDFDevice::internalDrawImageRect(SkKeyedImage imageSubset, in internalDrawImageRect() function in SkPDFDevice 1733 this->internalDrawImageRect(SkKeyedImage(resultBM), nullptr, r, sampling, paint, in drawSpecial()
|
/third_party/flutter/skia/src/pdf/ |
D | SkPDFDevice.h | 171 void internalDrawImageRect(SkKeyedImage,
|
D | SkPDFDevice.cpp | 612 this->internalDrawImageRect(SkKeyedImage(sk_ref_sp(const_cast<SkImage*>(image))), in drawImageRect() 622 this->internalDrawImageRect(SkKeyedImage(bm), src, dst, paint, this->ctm()); in drawBitmapRect() 628 this->internalDrawImageRect(SkKeyedImage(bm), nullptr, r, paint, SkMatrix::I()); in drawSprite() 1466 void SkPDFDevice::internalDrawImageRect(SkKeyedImage imageSubset, in internalDrawImageRect() function in SkPDFDevice
|