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

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

Completed in 171 milliseconds