Home
last modified time | relevance | path

Searched refs:bitmapSource (Results 1 – 2 of 2) sorted by relevance

/external/skia/gm/
Dbitmapsource.cpp61 SkAutoTUnref<SkImageFilter> bitmapSource(new SkBitmapSource(fBitmap)); in onDraw() local
67 fillRectFiltered(canvas, clipRect, bitmapSource); in onDraw()
Dimagefiltersgraph.cpp124 SkAutoTUnref<SkImageFilter> bitmapSource(new SkBitmapSource(fBitmap)); in onDraw() local
127 SkAutoTUnref<SkImageFilter> blur(new SkBlurImageFilter(4.0f, 4.0f, bitmapSource)); in onDraw()