Lines Matching defs:image
91 static DEFINE_bool (quick, false, "Skip image hashing and encoding?");
184 auto [image, result] = codec->getImage(info);
185 if (image) {
186 canvas->drawImage(image, 0,0);
364 sk_sp<SkImage> image;
366 image = surface->makeImageSnapshot();
375 return image;
597 GrContextFactory factory(options); // N.B. factory must outlive image
599 sk_sp<SkImage> image;
604 image = draw_with_cpu(draw, info);
615 image = draw_with_gpu(draw, info, (GrContextFactory::ContextType)backend, &factory);
622 if (image && !image->asLegacyBitmap(&bitmap)) {
631 if (!image && !blob) {
642 if (image) {
666 if (image) {