/external/chromium_org/third_party/skia/gm/ |
emboss.cpp | 14 static SkBitmap make_bm() { function 42 SkBitmap bm = make_bm();
|
bitmaprecttest.cpp | 11 static void make_bm(SkBitmap* bm) { function 38 make_bm(&bm);
|
spritebitmap.cpp | 12 static void make_bm(SkBitmap* bm) { function 79 make_bm(&bm);
|
verylargebitmap.cpp | 13 static void make_bm(SkBitmap* bm, int width, int height, SkColor colors[2]) { function 29 make_bm(&bm, width, height, colors);
|
bitmapfilters.cpp | 13 static void make_bm(SkBitmap* bm) { function in namespace:skiagm 80 make_bm(&fBM8);
|
arithmode.cpp | 18 static SkBitmap make_bm() { function 26 SkBitmap bm = make_bm(); 42 SkBitmap bm = make_bm();
|
tilemodes.cpp | 161 static SkShader* make_bm(SkShader::TileMode tx, SkShader::TileMode ty) { function 268 DEF_GM( return new Tiling2GM(make_bm, "bitmap"); )
|
tilemodes_scaled.cpp | 181 static SkShader* make_bm(SkShader::TileMode tx, SkShader::TileMode ty) { function 288 DEF_GM( return new ScaledTiling2GM(make_bm, "bitmap"); )
|
/external/chromium_org/third_party/skia/samplecode/ |
SampleFilter.cpp | 25 static void make_bm(SkBitmap* bm) { function 83 make_bm(&fBM8);
|
SampleDither.cpp | 72 static void make_bm(SkBitmap* bm) { function 118 make_bm(&fBM); 119 make_bm(&fBMPreDither);
|
/external/chromium_org/third_party/skia/tests/ |
LayerDrawLooperTest.cpp | 22 static SkBitmap make_bm(int w, int h) { function 30 FakeDevice() : SkBitmapDevice(make_bm(100, 100)) { }
|
DeviceLooperTest.cpp | 12 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);
|
PictureTest.cpp | 41 static void make_bm(SkBitmap* bm, int w, int h, SkColor color, bool immutable) { function 344 make_bm(result, width, height, SK_ColorBLACK, false); 461 make_bm(&bm[i], w, h, [all...] |