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

/external/chromium_org/third_party/skia/gm/
H A Dbitmapfilters.cpp35 static SkScalar draw_bm(SkCanvas* canvas, const SkBitmap& bm, function in namespace:skiagm
43 x += draw_bm(c, bm, x, 0, p);
45 x += draw_bm(c, bm, x, 0, p);
47 return x + draw_bm(c, bm, x, 0, p);
H A Dbitmapshader.cpp16 static void draw_bm(SkBitmap* bm) { function in namespace:skiagm
48 draw_bm(&fBitmap);
/external/chromium_org/third_party/skia/samplecode/
H A DSampleFilter.cpp42 static SkScalar draw_bm(SkCanvas* canvas, const SkBitmap& bm, function
49 x += draw_bm(c, bm, x, 0, p);
51 x += draw_bm(c, bm, x, 0, p);
53 return x + draw_bm(c, bm, x, 0, p);
/external/skia/gm/
H A Dbitmapfilters.cpp35 static SkScalar draw_bm(SkCanvas* canvas, const SkBitmap& bm, function in namespace:skiagm
43 x += draw_bm(c, bm, x, 0, p);
45 x += draw_bm(c, bm, x, 0, p);
47 return x + draw_bm(c, bm, x, 0, p);
H A Dbitmapshader.cpp16 static void draw_bm(SkBitmap* bm) { function in namespace:skiagm
48 draw_bm(&fBitmap);
/external/skia/samplecode/
H A DSampleFilter.cpp42 static SkScalar draw_bm(SkCanvas* canvas, const SkBitmap& bm, function
49 x += draw_bm(c, bm, x, 0, p);
51 x += draw_bm(c, bm, x, 0, p);
53 return x + draw_bm(c, bm, x, 0, p);

Completed in 119 milliseconds