Home
last modified time | relevance | path

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

/third_party/skia/src/pdf/
DSkPDFDevice.h166 void internalDrawImageRect(SkKeyedImage,
DSkPDFDevice.cpp637 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/
DSkPDFDevice.h171 void internalDrawImageRect(SkKeyedImage,
DSkPDFDevice.cpp612 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