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

12

/external/chromium_org/third_party/skia/gm/
H A Dbitmaprecttest.cpp11 static void make_bm(SkBitmap* bm) { function
38 make_bm(&bm);
H A Dspritebitmap.cpp12 static void make_bm(SkBitmap* bm) { function
79 make_bm(&bm);
H A Darithmode.cpp18 static SkBitmap make_bm() { function
26 SkBitmap bm = make_bm();
42 SkBitmap bm = make_bm();
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
79 make_bm(&fBM8);
H A Dtilemodes.cpp159 static SkShader* make_bm(SkShader::TileMode tx, SkShader::TileMode ty) { function
265 DEF_GM( return new Tiling2GM(make_bm, "bitmap"); )
H A Dtilemodes_scaled.cpp179 static SkShader* make_bm(SkShader::TileMode tx, SkShader::TileMode ty) { function
285 DEF_GM( return new ScaledTiling2GM(make_bm, "bitmap"); )
/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 Dspritebitmap.cpp12 static void make_bm(SkBitmap* bm) { function
79 make_bm(&bm);
H A Darithmode.cpp18 static SkBitmap make_bm() { function
26 SkBitmap bm = make_bm();
42 SkBitmap bm = make_bm();
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
79 make_bm(&fBM8);
H A Dtilemodes.cpp159 static SkShader* make_bm(SkShader::TileMode tx, SkShader::TileMode ty) { function
265 DEF_GM( return new Tiling2GM(make_bm, "bitmap"); )
H A Dtilemodes_scaled.cpp179 static SkShader* make_bm(SkShader::TileMode tx, SkShader::TileMode ty) { function
285 DEF_GM( return new ScaledTiling2GM(make_bm, "bitmap"); )
/external/chromium_org/third_party/skia/tests/
H A DImageCacheTest.cpp12 static void make_bm(SkBitmap* bm, int w, int h) { function
27 make_bm(&bm[i], DIM, DIM);
36 make_bm(&tmp, DIM, DIM);
59 make_bm(&tmp, DIM, DIM);
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)) { }
/external/skia/tests/
H A DImageCacheTest.cpp12 static void make_bm(SkBitmap* bm, int w, int h) { function
27 make_bm(&bm[i], DIM, DIM);
36 make_bm(&tmp, DIM, DIM);
59 make_bm(&tmp, DIM, DIM);
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)) { }
/external/chromium_org/third_party/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);
/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 390 milliseconds

12