/third_party/skia/gm/ |
D | bitmaprecttest.cpp | 17 static sk_sp<SkImage> make_bm() { in make_bm() function 40 auto image = make_bm();
|
D | tiledscaledbitmap.cpp | 43 static SkBitmap make_bm(int width, int height) { in make_bm() function in skiagm::TiledScaledBitmapGM 55 fBitmap = make_bm(360, 288); in onOnceBeforeDraw()
|
D | emboss.cpp | 26 static sk_sp<SkImage> make_bm() { in make_bm() function 51 auto img = make_bm(); in onDraw()
|
D | spritebitmap.cpp | 23 static void make_bm(SkBitmap* bm) { in make_bm() function 79 make_bm(&bm); in onDraw()
|
D | tallstretchedbitmaps.cpp | 21 int make_bm(SkBitmap* bm, int height) { in make_bm() function 81 fTallBmps[i].fItemCnt = make_bm(&fTallBmps[i].fBmp, h); in onOnceBeforeDraw()
|
D | bitmapfilters.cpp | 22 static void make_bm(SkBitmap* bm) { in make_bm() function 78 make_bm(&bm32); in onOnceBeforeDraw()
|
D | tilemodes_scaled.cpp | 168 static sk_sp<SkShader> make_bm(SkTileMode tx, SkTileMode ty) { in make_bm() function 261 DEF_GM( return new ScaledTiling2GM(make_bm, "scaled_tilemode_bitmap"); )
|
D | tilemodes.cpp | 168 static sk_sp<SkShader> make_bm(SkTileMode tx, SkTileMode ty) { in make_bm() function 259 DEF_GM( return new Tiling2GM(make_bm, "tilemode_bitmap"); )
|
/third_party/flutter/skia/gm/ |
D | bitmaprecttest.cpp | 16 static void make_bm(SkBitmap* bm) { in make_bm() function 43 make_bm(&bm);
|
D | tiledscaledbitmap.cpp | 44 static SkBitmap make_bm(int width, int height) { in make_bm() function in skiagm::TiledScaledBitmapGM 56 fBitmap = make_bm(360, 288); in onOnceBeforeDraw()
|
D | emboss.cpp | 25 static SkBitmap make_bm() { in make_bm() function 53 SkBitmap bm = make_bm(); in onDraw()
|
D | spritebitmap.cpp | 23 static void make_bm(SkBitmap* bm) { in make_bm() function 78 make_bm(&bm); in onDraw()
|
D | tallstretchedbitmaps.cpp | 21 int make_bm(SkBitmap* bm, int height) { in make_bm() function 81 fTallBmps[i].fItemCnt = make_bm(&fTallBmps[i].fBmp, h); in onOnceBeforeDraw()
|
D | bitmapfilters.cpp | 23 static void make_bm(SkBitmap* bm) { in make_bm() function 81 make_bm(&fBM32); in onOnceBeforeDraw()
|
D | tilemodes_scaled.cpp | 168 static sk_sp<SkShader> make_bm(SkTileMode tx, SkTileMode ty) { in make_bm() function 261 DEF_GM( return new ScaledTiling2GM(make_bm, "scaled_tilemode_bitmap"); )
|
D | tilemodes.cpp | 171 static sk_sp<SkShader> make_bm(SkTileMode tx, SkTileMode ty) { in make_bm() function 262 DEF_GM( return new Tiling2GM(make_bm, "tilemode_bitmap"); )
|
/third_party/flutter/skia/tests/ |
D | LayerDrawLooperTest.cpp | 21 static SkBitmap make_bm(int w, int h) { in make_bm() function 30 FakeDevice() : INHERITED(make_bm(100, 100), SkSurfaceProps(0, kUnknown_SkPixelGeometry), in FakeDevice()
|
D | PictureTest.cpp | 44 static void make_bm(SkBitmap* bm, int w, int h, SkColor color, bool immutable) { in make_bm() function 639 make_bm(&blueBM, 100, 100, SkColorSetARGB(255, 0, 0, 255), true); in DEF_TEST() 641 make_bm(&redBM, 100, 100, SkColorSetARGB(255, 255, 0, 0), true); in DEF_TEST() 659 make_bm(&replayBM, 100, 100, SK_ColorBLACK, false); in DEF_TEST()
|
/third_party/skia/tests/ |
D | PictureTest.cpp | 42 static void make_bm(SkBitmap* bm, int w, int h, SkColor color, bool immutable) { in make_bm() function 579 make_bm(&blueBM, 100, 100, SkColorSetARGB(255, 0, 0, 255), true); in DEF_TEST() 581 make_bm(&redBM, 100, 100, SkColorSetARGB(255, 255, 0, 0), true); in DEF_TEST() 599 make_bm(&replayBM, 100, 100, SK_ColorBLACK, false); in DEF_TEST()
|