Lines Matching defs:image
51 #include "src/image/SkImage_Base.h"
164 IXpsOMImageResource** image) {
192 image),
220 HRESULT SkXPSDevice::initXpsDocumentWriter(IXpsOMImageResource* image) {
233 image,
304 SkTScopedComPtr<IXpsOMImageResource> image;
306 this->createXpsThumbnail(page.get(), 0, &image);
308 HRB(this->initXpsDocumentWriter(image.get()));
567 IXpsOMImageResource* image,
576 HRM(this->fXpsFactory->CreateImageBrush(image,
651 "Could not create image part uri.");
659 "Could not create image resource.");
669 "Could not create image brush.");
675 "Could not set image tile mode");
677 "Could not set image opacity.");
689 "Could not create image brush canvas.");
692 "Could not get image brush canvas visuals collection.");
704 "Could not set tile mode for image brush central path.");
706 "Could not set fill brush for image brush central path.");
794 "Could not create visual brush for image brush.");
796 "Could not set canvas on visual brush for image brush.");
798 "Could not set tile mode on visual brush for image brush.");
800 "Could not set opacity on visual brush for image brush.");
809 "Could not set transform for image brush.");
1053 SkImage* image = shader->isAImage(&outMatrix, xy);
1054 if (image && image->asLegacyBitmap(&outTexture)) {
2011 void SkXPSDevice::drawImageRect(const SkImage* image,
2019 if (!as_IB(image)->getROPixels(nullptr, &bitmap)) {