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

  /external/skia/gm/
imagefilterstransformed.cpp 27 static SkImage* make_gradient_circle(int width, int height) { function in namespace:skiagm
65 fGradientCircle.reset(make_gradient_circle(64, 64));
  /external/skia/tests/
ImageFilterTest.cpp 336 static SkBitmap make_gradient_circle(int width, int height) { function
366 SkBitmap gradient = make_gradient_circle(width, height);
435 SkAutoTUnref<SkImage> gradientImage(SkImage::NewFromBitmap(make_gradient_circle(64, 64)));
    [all...]

Completed in 91 milliseconds