Home
last modified time | relevance | path

Searched refs:make_bm (Results 1 – 15 of 15) sorted by relevance

/external/skia/gm/
Demboss.cpp14 static SkBitmap make_bm() { in make_bm() function
42 SkBitmap bm = make_bm(); in onDraw()
Dtiledscaledbitmap.cpp42 static SkBitmap make_bm(int width, int height) { in make_bm() function in skiagm::TiledScaledBitmapGM
54 fBitmap = make_bm(360, 288); in onOnceBeforeDraw()
Dbitmaprecttest.cpp11 static void make_bm(SkBitmap* bm) { in make_bm() function
38 make_bm(&bm); in test_bitmaprect()
Darithmode.cpp18 static SkBitmap make_bm() { in make_bm() function
26 SkBitmap bm = make_bm(); in make_src()
42 SkBitmap bm = make_bm(); in make_dst()
Dspritebitmap.cpp12 static void make_bm(SkBitmap* bm) { in make_bm() function
76 make_bm(&bm); in onDraw()
Dverylargebitmap.cpp13 static void make_bm(SkBitmap* bm, int width, int height, SkColor colors[2]) { in make_bm() function
29 make_bm(&bm, width, height, colors); in show_bm()
Dtallstretchedbitmaps.cpp14 int make_bm(SkBitmap* bm, int height) { in make_bm() function
74 fTallBmps[i].fItemCnt = make_bm(&fTallBmps[i].fBmp, h); in onOnceBeforeDraw()
Dbitmapfilters.cpp13 static void make_bm(SkBitmap* bm) { in make_bm() function
80 make_bm(&fBM8); in init()
Dtilemodes.cpp161 static SkShader* make_bm(SkShader::TileMode tx, SkShader::TileMode ty) { in make_bm() function
265 DEF_GM( return new Tiling2GM(make_bm, "bitmap"); )
Dtilemodes_scaled.cpp173 static SkShader* make_bm(SkShader::TileMode tx, SkShader::TileMode ty) { in make_bm() function
277 DEF_GM( return new ScaledTiling2GM(make_bm, "bitmap"); )
/external/skia/tests/
DDeviceLooperTest.cpp12 static void make_bm(SkBitmap* bm, int w, int h) { in make_bm() function
44 make_bm(&bitmap, gRec[i].fDevSize.width(), gRec[i].fDevSize.height()); in test_simple()
113 make_bm(&bitmap, w, h); in test_complex()
DLayerDrawLooperTest.cpp22 static SkBitmap make_bm(int w, int h) { in make_bm() function
30 FakeDevice() : SkBitmapDevice(make_bm(100, 100)) { } in FakeDevice()
DPictureTest.cpp42 static void make_bm(SkBitmap* bm, int w, int h, SkColor color, bool immutable) { in make_bm() function
688 make_bm(&bm, 10, 10, SK_ColorRED, true); in DEF_TEST()
866 make_bm(&original, 100, 100, SK_ColorBLUE, true); in test_bitmap_with_encoded_data()
1051 make_bm(&bm, 10, 10, SK_ColorRED, true); in test_hierarchical()
1207 make_bm(&blueBM, 100, 100, SkColorSetARGB(255, 0, 0, 255), true); in DEF_TEST()
1209 make_bm(&redBM, 100, 100, SkColorSetARGB(255, 255, 0, 0), true); in DEF_TEST()
1227 make_bm(&replayBM, 100, 100, SK_ColorBLACK, false); in DEF_TEST()
/external/skia/samplecode/
DSampleDither.cpp72 static void make_bm(SkBitmap* bm) { in make_bm() function
118 make_bm(&fBM); in DitherView()
119 make_bm(&fBMPreDither); in DitherView()
DSampleFilter.cpp25 static void make_bm(SkBitmap* bm) { in make_bm() function
83 make_bm(&fBM8); in FilterView()