HomeSort by relevance Sort by last modified time
    Searched refs:make_gradient_circle (Results 1 - 10 of 10) sorted by null

  /external/skia/gm/
imagefiltersclipped.cpp 29 static sk_sp<SkImage> make_gradient_circle(int width, int height) { function
84 fGradientCircle = make_gradient_circle(64, 64);
imagefilterstransformed.cpp 27 static sk_sp<SkImage> make_gradient_circle(int width, int height) { function in namespace:skiagm
62 fGradientCircle = make_gradient_circle(64, 64);
imagefilterscropexpand.cpp 31 sk_sp<SkImage> make_gradient_circle(int width, int height);
44 sk_sp<SkImage> gradientCircle(make_gradient_circle(64, 64));
156 sk_sp<SkImage> make_gradient_circle(int width, int height) { function in namespace:__anon37771
imagefiltersscaled.cpp 28 static sk_sp<SkImage> make_gradient_circle(int width, int height) { function
68 fGradientCircle = make_gradient_circle(64, 64);
  /external/skqp/gm/
imagefiltersclipped.cpp 29 static sk_sp<SkImage> make_gradient_circle(int width, int height) { function
84 fGradientCircle = make_gradient_circle(64, 64);
imagefilterstransformed.cpp 27 static sk_sp<SkImage> make_gradient_circle(int width, int height) { function in namespace:skiagm
62 fGradientCircle = make_gradient_circle(64, 64);
imagefilterscropexpand.cpp 31 sk_sp<SkImage> make_gradient_circle(int width, int height);
44 sk_sp<SkImage> gradientCircle(make_gradient_circle(64, 64));
156 sk_sp<SkImage> make_gradient_circle(int width, int height) { function in namespace:__anon38578
imagefiltersscaled.cpp 28 static sk_sp<SkImage> make_gradient_circle(int width, int height) { function
68 fGradientCircle = make_gradient_circle(64, 64);
  /external/skia/tests/
ImageFilterTest.cpp 131 SkBitmap make_gradient_circle(int width, int height) { function in namespace:__anon38336
152 sk_sp<SkImage> gradientImage(SkImage::MakeFromBitmap(make_gradient_circle(64, 64)));
568 SkBitmap gradient = make_gradient_circle(width, height);
    [all...]
  /external/skqp/tests/
ImageFilterTest.cpp 131 SkBitmap make_gradient_circle(int width, int height) { function in namespace:__anon39132
152 sk_sp<SkImage> gradientImage(SkImage::MakeFromBitmap(make_gradient_circle(64, 64)));
568 SkBitmap gradient = make_gradient_circle(width, height);
    [all...]

Completed in 124 milliseconds