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

/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 Dcolorcube.cpp60 void make_bitmap() { function in class:skiagm::ColorCubeGM
104 this->make_bitmap();
H A Dall_bitmap_configs.cpp26 static SkBitmap make_bitmap(SkColorType ct) { function
185 SkBitmap bitmapA8 = make_bitmap(kAlpha_8_SkColorType);
190 SkBitmap bitmapG8 = make_bitmap(kGray_8_SkColorType);
H A Dshowmiplevels.cpp23 static SkBitmap make_bitmap(int w, int h) { function
111 fBM[1] = make_bitmap(N, N);
227 fBM[1] = make_bitmap(w, h);
H A Dbitmaprect.cpp16 static void make_bitmap(SkBitmap* bitmap) { function
62 make_bitmap(&bitmap);
/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.cpp56 static SkBitmap make_bitmap() { function
86 fBM8 = make_bitmap();
H A DSampleBitmapRect.cpp31 static void make_bitmap(SkBitmap* bitmap) { function
125 make_bitmap(&bitmap);
H A DSampleFilterFuzz.cpp291 static const SkBitmap& make_bitmap() { function
336 canvas->drawBitmap(make_bitmap(), 0, 0, nullptr);
695 SkAutoTUnref<SkImage> image(SkImage::NewFromBitmap(make_bitmap()));
770 canvas->drawBitmap(make_bitmap(), SkIntToScalar(x), SkIntToScalar(y), &paint);
/external/skia/bench/
H A DColorCubeBench.cpp38 this->make_bitmap();
61 void make_bitmap() { function in class:ColorCubeBench
H A DMergeBench.cpp30 make_bitmap();
53 void make_bitmap() { function in class:MergeBench
/external/skia/tests/
H A DMipMapTest.cpp13 static void make_bitmap(SkBitmap* bm, int width, int height) { function
27 make_bitmap(&bm, width, height);
H A DSkResourceCacheTest.cpp21 static void make_bitmap(SkBitmap* bitmap, const SkImageInfo& info, SkBitmap::Allocator* allocator) { function
49 make_bitmap(&cachedBitmap, SkImageInfo::MakeN32Premul(5, 5), allocator);
204 make_bitmap(&cachedBitmap, SkImageInfo::Make(5, 5, testType, kPremul_SkAlphaType),
233 make_bitmap(&cachedBitmap, SkImageInfo::Make(5, 5, testType, kPremul_SkAlphaType),

Completed in 198 milliseconds