HomeSort by relevance Sort by last modified time
    Searched refs:make_bm (Results 1 - 15 of 15) sorted by null

  /external/skia/gm/
bitmaprecttest.cpp 11 static void make_bm(SkBitmap* bm) { function
38 make_bm(&bm);
emboss.cpp 14 static SkBitmap make_bm() { function
42 SkBitmap bm = make_bm();
tiledscaledbitmap.cpp 42 static SkBitmap make_bm(int width, int height) { function in class:skiagm::TiledScaledBitmapGM
54 fBitmap = make_bm(360, 288);
spritebitmap.cpp 12 static void make_bm(SkBitmap* bm) { function
76 make_bm(&bm);
arithmode.cpp 18 static SkBitmap make_bm() { function
26 SkBitmap bm = make_bm();
42 SkBitmap bm = make_bm();
tallstretchedbitmaps.cpp 14 int make_bm(SkBitmap* bm, int height) { function
74 fTallBmps[i].fItemCnt = make_bm(&fTallBmps[i].fBmp, h);
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);
tilemodes.cpp 161 static SkShader* make_bm(SkShader::TileMode tx, SkShader::TileMode ty) { function
265 DEF_GM( return new Tiling2GM(make_bm, "bitmap"); )
tilemodes_scaled.cpp 173 static SkShader* make_bm(SkShader::TileMode tx, SkShader::TileMode ty) { function
277 DEF_GM( return new ScaledTiling2GM(make_bm, "bitmap"); )
  /external/skia/tests/
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);
LayerDrawLooperTest.cpp 22 static SkBitmap make_bm(int w, int h) { function
30 FakeDevice() : SkBitmapDevice(make_bm(100, 100)) { }
PictureTest.cpp 42 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);
    [all...]
  /external/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);

Completed in 2406 milliseconds