Lines Matching defs:image
248 // First we draw the unmodified image
251 // Now draw the image with our unsharp mask applied
310 // First we draw the unmodified image, and a copy that was sepia-toned in Photoshop:
331 // Now draw the image with an identity color cube - it should look like the original
337 // ... and with a sepia-tone color cube. This should match the sepia-toned image.
391 // First we draw the unmodified image, and a copy that was sepia-toned in Photoshop:
412 // Now draw the image with an identity color cube - it should look like the original
418 // ... and with a sepia-tone color cube. This should match the sepia-toned image.
452 // Now we bind an image shader as the child. This (by convention) scales by the paint alpha
662 // Above, baked into an image:
667 auto image = surface->makeImageSnapshot();
668 return image->makeShader(SkSamplingOptions{});