Searched refs:draw_bm (Results 1 - 2 of 2) sorted by relevance

/external/skia/gm/
H A Dbitmapfilters.cpp33 static SkScalar draw_bm(SkCanvas* canvas, const SkBitmap& bm, function in namespace:skiagm
41 x += draw_bm(c, bm, x, 0, p);
43 x += draw_bm(c, bm, x, 0, p);
45 return x + draw_bm(c, bm, x, 0, p);
H A Dbitmapshader.cpp16 static void draw_bm(SkBitmap* bm) { function in namespace:skiagm
45 draw_bm(&fBitmap);

Completed in 82 milliseconds