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

  /external/skia/gm/
bitmapfilters.cpp 33 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);
  /external/skia/samplecode/
SampleFilter.cpp 40 static SkScalar draw_bm(SkCanvas* canvas, const SkBitmap& bm, function
61 x += draw_bm(c, bm, x, 0, p);
63 x += draw_bm(c, bm, x, 0, p);
65 return x + draw_bm(c, bm, x, 0, p);

Completed in 268 milliseconds