Lines Matching defs:image
32 #include "src/image/SkImage_Base.h"
33 #include "src/image/SkImage_Gpu.h"
106 sk_sp<SkImage> image = surf->makeImageSnapshot();
108 return image->makeTextureImage(dContext);
111 // Create an image with each corner marked w/ "LL", "LR", etc., with the origin either bottom-left
148 // image.
180 // Draw the reference image and the four corner labels in the matrix's coordinate space
181 void drawImageWithMatrixAndLabels(SkCanvas* canvas, SkImage* image, int matIndex,
197 // draw the reference image
200 canvas->drawImageRect(image, kSubsets[matIndex],
206 canvas->drawImage(image, 0, 0);
278 // Top row gets TL image
283 // Bottom row gets BL image