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

  /external/skia/gm/
arithmode.cpp 18 static SkBitmap make_bm() { function
27 SkBitmap bm = make_bm();
43 SkBitmap bm = make_bm();
59 SkBitmap bm = make_bm();
spritebitmap.cpp 12 static void make_bm(SkBitmap* bm) { function
76 make_bm(&bm);
verylargebitmap.cpp 12 static void make_bm(SkBitmap* bm, int width, int height, SkColor color) { function
21 make_bm(&bm, width, height, color);
bitmapfilters.cpp 12 static void make_bm(SkBitmap* bm) { function in namespace:skiagm
87 make_bm(&fBM8);
tilemodes.cpp 152 static SkShader* make_bm(SkShader::TileMode tx, SkShader::TileMode ty) { function
255 static skiagm::GM* MyFactory2(void*) { return new Tiling2GM(make_bm, "bitmap"); }
  /external/skia/tests/
PictureTest.cpp 20 static void make_bm(SkBitmap* bm, int w, int h, SkColor color, bool immutable) { function
96 make_bm(result, w, h, 0, false);
171 make_bm(&bm[i], IW, IH, SkColorSetARGB(0xFF, i, i, i), true);
375 make_bm(&original, 100, 100, SK_ColorBLUE, true);

Completed in 145 milliseconds