Searched refs:bitmapSource (Results 1 – 2 of 2) sorted by relevance
61 SkAutoTUnref<SkImageFilter> bitmapSource(new SkBitmapSource(fBitmap)); in onDraw() local67 fillRectFiltered(canvas, clipRect, bitmapSource); in onDraw()
124 SkAutoTUnref<SkImageFilter> bitmapSource(new SkBitmapSource(fBitmap)); in onDraw() local127 SkAutoTUnref<SkImageFilter> blur(new SkBlurImageFilter(4.0f, 4.0f, bitmapSource)); in onDraw()