Searched defs:make_gradient_circle (Results 1 - 5 of 5) sorted by relevance

/external/skia/gm/
H A Dimagefilterstransformed.cpp27 static sk_sp<SkImage> make_gradient_circle(int width, int height) { function in namespace:skiagm
62 fGradientCircle = make_gradient_circle(64, 64);
H A Dimagefilterscropexpand.cpp32 sk_sp<SkImage> make_gradient_circle(int width, int height);
45 sk_sp<SkImage> gradientCircle(make_gradient_circle(64, 64));
157 sk_sp<SkImage> make_gradient_circle(int width, int height) { function in namespace:__anon16794
H A Dimagefiltersclipped.cpp29 static sk_sp<SkImage> make_gradient_circle(int width, int height) { function
84 fGradientCircle = make_gradient_circle(64, 64);
H A Dimagefiltersscaled.cpp28 static sk_sp<SkImage> make_gradient_circle(int width, int height) { function
68 fGradientCircle = make_gradient_circle(64, 64);
/external/skia/tests/
H A DImageFilterTest.cpp130 SkBitmap make_gradient_circle(int width, int height) { function in namespace:__anon17239
153 sk_sp<SkImage> gradientImage(SkImage::MakeFromBitmap(make_gradient_circle(64, 64)));
559 SkBitmap gradient = make_gradient_circle(width, height);

Completed in 236 milliseconds