Searched refs:make_bitmap (Results 1 - 25 of 26) sorted by relevance

12

/external/skia/gm/
H A Dtinybitmap.cpp16 static SkBitmap make_bitmap() { function in namespace:skiagm
46 SkBitmap bm = make_bitmap();
H A Dmorphology.cpp28 void make_bitmap() { function in class:skiagm::MorphologyGM
58 make_bitmap();
H A Ddownsamplebitmap.cpp72 make_bitmap();
76 virtual void make_bitmap() = 0;
119 void make_bitmap() override {
154 void make_bitmap() override {
173 void make_bitmap() override {
H A Dninepatchstretch.cpp10 static void make_bitmap(SkBitmap* bitmap, SkIRect* center) { function
58 make_bitmap(&bm, &center);
H A Dcolorcube.cpp60 void make_bitmap() { function in class:skiagm::ColorCubeGM
103 this->make_bitmap();
H A Dmatrixconvolution.cpp27 void make_bitmap() { function in class:skiagm::MatrixConvolutionGM
84 make_bitmap();
H A Doffsetimagefilter.cpp30 void make_bitmap() { function in class:skiagm::OffsetImageFilterGM
72 make_bitmap();
H A Dtileimagefilter.cpp32 void make_bitmap() { function in class:skiagm::TileImageFilterGM
51 make_bitmap();
H A Dall_bitmap_configs.cpp26 static SkBitmap make_bitmap(SkColorType ct) { function
186 SkBitmap bitmapA8 = make_bitmap(kAlpha_8_SkColorType);
191 SkBitmap bitmapG8 = make_bitmap(kGray_8_SkColorType);
H A Dbitmaprect.cpp16 static void make_bitmap(SkBitmap* bitmap) { function
62 make_bitmap(&bitmap);
H A Dbitmapscroll.cpp18 static void make_bitmap(int quarterWidth, int quarterHeight, SkBitmap *bitmap) { function in namespace:skiagm
52 make_bitmap(quarterWidth, quarterHeight, &origBitmap);
H A Dlighting.cpp29 void make_bitmap() { function in class:skiagm::ImageLightingGM
57 make_bitmap();
H A Dxfermodeimagefilter.cpp32 void make_bitmap() { function in class:skiagm::XfermodeImageFilterGM
69 make_bitmap();
H A Ddisplacement.cpp27 make_bitmap();
35 void make_bitmap() { function in class:skiagm::DisplacementMapGM
/external/skia/samplecode/
H A DSampleTinyBitmap.cpp15 static SkBitmap make_bitmap() { function
45 fBM = make_bitmap();
H A DSampleRepeatTile.cpp14 static void make_bitmap(SkBitmap* bm) { function
38 make_bitmap(&bm);
H A DSampleTextureDomain.cpp14 static SkBitmap make_bitmap() { function
33 fBM = make_bitmap();
H A DSampleBlur.cpp17 static SkBitmap make_bitmap() { function
58 fBM = make_bitmap();
H A DSampleDitherBitmap.cpp55 static SkBitmap make_bitmap() { function
85 fBM8 = make_bitmap();
H A DSampleBitmapRect.cpp31 static void make_bitmap(SkBitmap* bitmap) { function
125 make_bitmap(&bitmap);
H A DSampleFilterFuzz.cpp202 static const SkBitmap& make_bitmap() { function
247 canvas->drawBitmap(make_bitmap(), 0, 0, NULL);
395 filter = SkBitmapSource::Create(make_bitmap(), make_rect(), make_rect());
397 filter = SkBitmapSource::Create(make_bitmap());
462 canvas->drawBitmap(make_bitmap(), SkIntToScalar(x), SkIntToScalar(y), &paint);
/external/skia/tests/
H A DMipMapTest.cpp13 static void make_bitmap(SkBitmap* bm, SkRandom& rand) { function
27 make_bitmap(&bm, rand);
H A DSkResourceCacheTest.cpp84 static void make_bitmap(SkBitmap* bitmap, const SkImageInfo& info, SkBitmap::Allocator* allocator) { function
106 make_bitmap(&cachedBitmap, SkImageInfo::MakeN32Premul(5, 5), allocator);
252 make_bitmap(&cachedBitmap, SkImageInfo::MakeN32Premul(5, 5), allocator);
277 make_bitmap(&cachedBitmap, SkImageInfo::MakeN32Premul(5, 5), allocator);
/external/skia/bench/
H A DColorCubeBench.cpp37 this->make_bitmap();
60 void make_bitmap() { function in class:ColorCubeBench
H A DMergeBench.cpp29 make_bitmap();
54 void make_bitmap() { function in class:MergeBench

Completed in 423 milliseconds

12