Home
last modified time | relevance | path

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

/external/skia/gm/
Dbitmaprecttest.cpp17 static sk_sp<SkImage> make_bm() { in make_bm() function
40 auto image = make_bm();
Dtiledscaledbitmap.cpp44 static SkBitmap make_bm(int width, int height) { in make_bm() function in skiagm::TiledScaledBitmapGM
56 fBitmap = make_bm(360, 288); in onOnceBeforeDraw()
Demboss.cpp26 static sk_sp<SkImage> make_bm() { in make_bm() function
51 auto img = make_bm(); in onDraw()
Dspritebitmap.cpp23 static void make_bm(SkBitmap* bm) { in make_bm() function
79 make_bm(&bm); in onDraw()
Dtallstretchedbitmaps.cpp21 int make_bm(SkBitmap* bm, int height) { in make_bm() function
81 fTallBmps[i].fItemCnt = make_bm(&fTallBmps[i].fBmp, h); in onOnceBeforeDraw()
Dbitmapfilters.cpp23 static void make_bm(SkBitmap* bm) { in make_bm() function
79 make_bm(&bm32); in onOnceBeforeDraw()
Dtilemodes_scaled.cpp167 static sk_sp<SkShader> make_bm(SkTileMode tx, SkTileMode ty) { in make_bm() function
260 DEF_GM( return new ScaledTiling2GM(make_bm, "scaled_tilemode_bitmap"); )
Dtilemodes.cpp170 static sk_sp<SkShader> make_bm(SkTileMode tx, SkTileMode ty) { in make_bm() function
261 DEF_GM( return new Tiling2GM(make_bm, "tilemode_bitmap"); )
/external/skqp/gm/
Dbitmaprecttest.cpp12 static void make_bm(SkBitmap* bm) { in make_bm() function
39 make_bm(&bm);
Dtiledscaledbitmap.cpp40 static SkBitmap make_bm(int width, int height) { in make_bm() function in skiagm::TiledScaledBitmapGM
52 fBitmap = make_bm(360, 288); in onOnceBeforeDraw()
Demboss.cpp16 static SkBitmap make_bm() { in make_bm() function
44 SkBitmap bm = make_bm(); in onDraw()
Dspritebitmap.cpp14 static void make_bm(SkBitmap* bm) { in make_bm() function
69 make_bm(&bm); in onDraw()
Dtallstretchedbitmaps.cpp16 int make_bm(SkBitmap* bm, int height) { in make_bm() function
76 fTallBmps[i].fItemCnt = make_bm(&fTallBmps[i].fBmp, h); in onOnceBeforeDraw()
Dbitmapfilters.cpp11 static void make_bm(SkBitmap* bm) { in make_bm() function
69 make_bm(&fBM32); in onOnceBeforeDraw()
Dtilemodes_scaled.cpp159 static sk_sp<SkShader> make_bm(SkShader::TileMode tx, SkShader::TileMode ty) { in make_bm() function
260 DEF_GM( return new ScaledTiling2GM(make_bm, "bitmap"); )
Dtilemodes.cpp159 static sk_sp<SkShader> make_bm(SkShader::TileMode tx, SkShader::TileMode ty) { in make_bm() function
256 DEF_GM( return new Tiling2GM(make_bm, "bitmap"); )
/external/skqp/tests/
DLayerDrawLooperTest.cpp21 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()
DPictureTest.cpp44 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()
/external/skia/tests/
DPictureTest.cpp43 static void make_bm(SkBitmap* bm, int w, int h, SkColor color, bool immutable) { in make_bm() function
623 make_bm(&blueBM, 100, 100, SkColorSetARGB(255, 0, 0, 255), true); in DEF_TEST()
625 make_bm(&redBM, 100, 100, SkColorSetARGB(255, 255, 0, 0), true); in DEF_TEST()
643 make_bm(&replayBM, 100, 100, SK_ColorBLACK, false); in DEF_TEST()