/external/skia/gm/ |
D | emboss.cpp | 14 static SkBitmap make_bm() { in make_bm() function 42 SkBitmap bm = make_bm(); in onDraw()
|
D | tiledscaledbitmap.cpp | 42 static SkBitmap make_bm(int width, int height) { in make_bm() function in skiagm::TiledScaledBitmapGM 54 fBitmap = make_bm(360, 288); in onOnceBeforeDraw()
|
D | bitmaprecttest.cpp | 11 static void make_bm(SkBitmap* bm) { in make_bm() function 38 make_bm(&bm); in test_bitmaprect()
|
D | arithmode.cpp | 18 static SkBitmap make_bm() { in make_bm() function 26 SkBitmap bm = make_bm(); in make_src() 42 SkBitmap bm = make_bm(); in make_dst()
|
D | spritebitmap.cpp | 12 static void make_bm(SkBitmap* bm) { in make_bm() function 76 make_bm(&bm); in onDraw()
|
D | verylargebitmap.cpp | 13 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()
|
D | tallstretchedbitmaps.cpp | 14 int make_bm(SkBitmap* bm, int height) { in make_bm() function 74 fTallBmps[i].fItemCnt = make_bm(&fTallBmps[i].fBmp, h); in onOnceBeforeDraw()
|
D | bitmapfilters.cpp | 13 static void make_bm(SkBitmap* bm) { in make_bm() function 80 make_bm(&fBM8); in init()
|
D | tilemodes.cpp | 161 static SkShader* make_bm(SkShader::TileMode tx, SkShader::TileMode ty) { in make_bm() function 265 DEF_GM( return new Tiling2GM(make_bm, "bitmap"); )
|
D | tilemodes_scaled.cpp | 173 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/ |
D | DeviceLooperTest.cpp | 12 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()
|
D | LayerDrawLooperTest.cpp | 22 static SkBitmap make_bm(int w, int h) { in make_bm() function 30 FakeDevice() : SkBitmapDevice(make_bm(100, 100)) { } in FakeDevice()
|
D | PictureTest.cpp | 42 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/ |
D | SampleDither.cpp | 72 static void make_bm(SkBitmap* bm) { in make_bm() function 118 make_bm(&fBM); in DitherView() 119 make_bm(&fBMPreDither); in DitherView()
|
D | SampleFilter.cpp | 25 static void make_bm(SkBitmap* bm) { in make_bm() function 83 make_bm(&fBM8); in FilterView()
|