Home
last modified time | relevance | path

Searched refs:make_image (Results 1 - 17 of 17) sorted by relevance

/third_party/skia/gm/
H A Dimageblurrepeatmode.cpp28 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 Dfilterbug.cpp24 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 Dlocalmatriximageshader.cpp23 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 Dsimple_magnification.cpp29 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 Dlocalmatriximagefilter.cpp25 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 Dimageblurclampmode.cpp27 static sk_sp<SkImage> make_image(SkCanvas* canvas) { in make_image() function
77 sk_sp<SkImage> image(make_image(canvas));
H A Dninepatchstretch.cpp27 static sk_sp<SkImage> make_image(SkCanvas* root, SkIRect* center) { in make_image() function
74 fImage = make_image(canvas, &fCenter);
H A Dencode_color_types.cpp24 static sk_sp<SkImage> make_image(SkColorType colorType, SkAlphaType alphaType) { in make_image() function
131 auto src = make_image(colorType, alphaType);
H A Dyuv420_odd_dim.cpp26 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 Dmipmap.cpp21 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 Dperspshaders.cpp30 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 Dbitmaprect.cpp24 static sk_sp<SkImage> make_image() { in make_image() function
70 auto image = make_image();
H A Dimagefilters.cpp91 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 Dlocalmatrixshader.cpp27 static sk_sp<SkImage> make_image(SkCanvas* rootCanvas) { in make_image() function
47 auto image = make_image(canvas); in DEF_SIMPLE_GM()
H A Dbleed.cpp346 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 Dlattice.cpp32 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 Dcrop_imagefilter.cpp117 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()

Completed in 9 milliseconds