/third_party/skia/gm/ |
H A D | imageblurrepeatmode.cpp | 28 static sk_sp<SkImage> make_image(SkCanvas* canvas, int direction) { in make_image() function 97 { make_image(canvas, 1), make_image(canvas, 2), make_image(canvas, 3) };
|
H A D | filterbug.cpp | 24 static sk_sp<SkImage> make_image(int firstBlackRow, int lastBlackRow) { in make_image() function 55 fTop = make_image(0, 5); 57 fBot = make_image(22, 27);
|
H A D | localmatriximageshader.cpp | 23 static sk_sp<SkImage> make_image(SkCanvas* rootCanvas, SkColor color) { in make_image() function 35 sk_sp<SkImage> redImage = make_image(canvas, SK_ColorRED); in DEF_SIMPLE_GM() 47 sk_sp<SkImage> blueImage = make_image(canvas, SK_ColorBLUE); in DEF_SIMPLE_GM()
|
H A D | simple_magnification.cpp | 29 static sk_sp<SkImage> make_image(GrRecordingContext* context, int size, GrSurfaceOrigin origin) { in make_image() function 117 sk_sp<SkImage> bottomLImg = make_image(context, kImgSize, kBottomLeft_GrSurfaceOrigin); 118 sk_sp<SkImage> topLImg = make_image(context, kImgSize, kTopLeft_GrSurfaceOrigin);
|
H A D | localmatriximagefilter.cpp | 25 static sk_sp<SkImage> make_image(SkCanvas* rootCanvas) { in make_image() function 52 sk_sp<SkImage> image0(make_image(canvas)); in DEF_SIMPLE_GM()
|
H A D | imageblurclampmode.cpp | 27 static sk_sp<SkImage> make_image(SkCanvas* canvas) { in make_image() function 77 sk_sp<SkImage> image(make_image(canvas));
|
H A D | ninepatchstretch.cpp | 27 static sk_sp<SkImage> make_image(SkCanvas* root, SkIRect* center) { in make_image() function 74 fImage = make_image(canvas, &fCenter);
|
H A D | encode_color_types.cpp | 24 static sk_sp<SkImage> make_image(SkColorType colorType, SkAlphaType alphaType) { in make_image() function 131 auto src = make_image(colorType, alphaType);
|
H A D | yuv420_odd_dim.cpp | 26 static sk_sp<SkImage> make_image(GrRecordingContext* rContext) { in make_image() function 62 auto image = make_image(rContext); in DEF_SIMPLE_GM_CAN_FAIL()
|
H A D | mipmap.cpp | 21 static sk_sp<SkImage> make_image() { in make_image() function 39 sk_sp<SkImage> img(make_image());//SkImage::NewFromEncoded(data)); in DEF_SIMPLE_GM()
|
H A D | perspshaders.cpp | 30 static sk_sp<SkImage> make_image(SkCanvas* origCanvas, int w, int h) { in make_image() function 149 fImage = make_image(canvas, kCellSize, kCellSize);
|
H A D | bitmaprect.cpp | 24 static sk_sp<SkImage> make_image() { in make_image() function 70 auto image = make_image();
|
H A D | imagefilters.cpp | 91 static sk_sp<SkImage> make_image(SkCanvas* canvas) { in make_image() function 103 sk_sp<SkImage> image(make_image(canvas)); in DEF_SIMPLE_GM()
|
H A D | localmatrixshader.cpp | 27 static sk_sp<SkImage> make_image(SkCanvas* rootCanvas) { in make_image() function 47 auto image = make_image(canvas); in DEF_SIMPLE_GM()
|
H A D | bleed.cpp | 346 static sk_sp<SkImage> make_image(SkCanvas* canvas, SkRect* srcR) { in make_image() function 368 sk_sp<SkImage> img = make_image(canvas, &src); in DEF_SIMPLE_GM()
|
H A D | lattice.cpp | 32 static sk_sp<SkImage> make_image(SkCanvas* root, int* xDivs, int* yDivs, int padLeft, int padTop, in make_image() function 117 sk_sp<SkImage> image = make_image(canvas, xDivs + 1, yDivs + 1, padLeft, padTop, in onDrawHelper()
|
H A D | crop_imagefilter.cpp | 117 sk_sp<SkImage> make_image(SkCanvas* canvas, const SkRect* contentBounds) { in make_image() function 174 auto image = make_image(canvas, hintContent ? &contentBounds : nullptr); in draw_example()
|