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

  /external/chromium_org/third_party/skia/gm/
bitmapfilters.cpp 35 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);
bitmapshader.cpp 16 static void draw_bm(SkBitmap* bm) { function in namespace:skiagm
48 draw_bm(&fBitmap);
  /external/chromium_org/third_party/skia/samplecode/
SampleFilter.cpp 42 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 85 milliseconds